Searched refs:_appId (Results 1 – 2 of 2) sorted by relevance
40 : _client(client), _appId(appId) {} in AppClient()51 return _client.CallApp(_appId, arg, request, response); in Call()57 uint32_t _appId; variable
199 Status callApp(const int32_t _appId, const int32_t _arg, in callApp() argument205 if (_appId < 0 || _appId > kMaxAppId) { in callApp()206 LOG(ERROR) << "App ID " << _appId << " is outside the app ID range"; in callApp()215 const uint8_t appId = static_cast<uint32_t>(_appId); in callApp()