Searched refs:coreServiceClient (Results 1 – 2 of 2) sorted by relevance
759 auto coreServiceClient = std::make_shared<CoreServiceClient>(); variable760 coreServiceClient->OnRemoteDied(nullptr);767 EXPECT_TRUE(coreServiceClient->IsAllowedInsertApn(jsonValue));778 auto coreServiceClient = std::make_shared<CoreServiceClient>(); variable779 coreServiceClient->OnRemoteDied(nullptr);782 int32_t result = coreServiceClient->GetTargetOpkey(SLOT_ID, opkey);
3220 auto coreServiceClient = std::make_shared<CoreServiceClient>(); variable3221 coreServiceClient->OnRemoteDied(nullptr);3224 EXPECT_GE(coreServiceClient->GetNetworkSelectionMode(INVALID_SLOTID, nullptr), 0);3225 EXPECT_NE(coreServiceClient->RefreshSimState(INVALID_SLOTID), 0);3226 EXPECT_GE(coreServiceClient->GetPreferredNetwork(INVALID_SLOTID, nullptr), 0);3227 EXPECT_GE(coreServiceClient->SetPreferredNetwork(INVALID_SLOTID, 0, nullptr), 0);