Searched refs:GetTargetOpkey (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/base/telephony/telephony_data/pdp_profile/include/ |
H A D | pdp_profile_ability.h | 108 void GetTargetOpkey(int slotId, std::string &opkey);
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 905 int32_t GetTargetOpkey(int32_t slotId, std::u16string &opkey);
|
H A D | i_core_service.h | 149 virtual int32_t GetTargetOpkey(int32_t slotId, std::u16string &opkey) = 0;
|
H A D | core_service_proxy.h | 146 int32_t GetTargetOpkey(int32_t slotId, std::u16string &opkey) override;
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 1064 int32_t CoreServiceClient::GetTargetOpkey(int32_t slotId, std::u16string &opkey) in GetTargetOpkey() function in OHOS::Telephony::CoreServiceClient 1071 return proxy->GetTargetOpkey(slotId, opkey); in GetTargetOpkey()
|
H A D | core_service_proxy.cpp | 3130 int32_t CoreServiceProxy::GetTargetOpkey(int32_t slotId, std::u16string &opkey) in GetTargetOpkey() function in OHOS::Telephony::CoreServiceProxy
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 257 int32_t GetTargetOpkey(int32_t slotId, std::u16string &opkey) override;
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_core_service.cpp | 782 int32_t result = coreServiceClient->GetTargetOpkey(SLOT_ID, opkey);
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1622 int32_t CoreService::GetTargetOpkey(int32_t slotId, std::u16string &opkey) in GetTargetOpkey() function in OHOS::Telephony::CoreService
|
H A D | core_service_stub.cpp | 1907 int32_t result = GetTargetOpkey(slotId, opkey); in OnGetTargetOpkey()
|