/base/telephony/telephony_data/pdp_profile/src/ |
H A D | pdp_profile_ability.cpp | 135 GetTargetOpkey(slotId, opkey); in BatchInsert() 425 GetTargetOpkey(slotId, opkey); in QueryPdpProfile() 474 GetTargetOpkey(slotId, opkey); in ResetApn() 512 void PdpProfileAbility::GetTargetOpkey(int slotId, std::string &opkey) in GetTargetOpkey() function in OHOS::Telephony::PdpProfileAbility 515 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetTargetOpkey(slotId, opkeyU16); in GetTargetOpkey() 518 "PdpProfileAbility::GetTargetOpkey##slotId = %{public}d, opkey = %{public}s", slotId, opkey.c_str()); in GetTargetOpkey()
|
/base/telephony/telephony_data/pdp_profile/include/ |
H A D | pdp_profile_ability.h | 108 void GetTargetOpkey(int slotId, std::string &opkey);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 897 int32_t GetTargetOpkey(int32_t slotId, std::u16string &opkey);
|
H A D | core_service_proxy.h | 145 int32_t GetTargetOpkey(int32_t slotId, std::u16string &opkey) override;
|
H A D | i_core_service.h | 159 virtual int32_t GetTargetOpkey(int32_t slotId, std::u16string &opkey) = 0;
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_core_service.h | 161 MOCK_METHOD(int32_t, GetTargetOpkey, (int32_t slotId, std::u16string &opkey), (override));
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | core_service_common_test.cpp | 165 auto result = DelayedSingleton<CoreService>::GetInstance()->GetTargetOpkey(0, value); in HWTEST_F()
|
H A D | zero_branch_test_core_service.cpp | 786 int32_t result = coreServiceClient->GetTargetOpkey(SLOT_ID, opkey); in HWTEST_F()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 1055 int32_t CoreServiceClient::GetTargetOpkey(int32_t slotId, std::u16string &opkey) in GetTargetOpkey() function in OHOS::Telephony::CoreServiceClient 1062 return proxy->GetTargetOpkey(slotId, opkey); in GetTargetOpkey()
|
H A D | core_service_proxy.cpp | 3109 int32_t CoreServiceProxy::GetTargetOpkey(int32_t slotId, std::u16string &opkey) in GetTargetOpkey() function in OHOS::Telephony::CoreServiceProxy
|
/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 255 int32_t GetTargetOpkey(int32_t slotId, std::u16string &opkey) override;
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 520 int32_t GetTargetOpkey(int32_t slotId, std::u16string &opkey) override
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1612 int32_t CoreService::GetTargetOpkey(int32_t slotId, std::u16string &opkey) in GetTargetOpkey() function in OHOS::Telephony::CoreService
|
H A D | core_service_stub.cpp | 1958 int32_t result = GetTargetOpkey(slotId, opkey); in OnGetTargetOpkey()
|