/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/ |
D | updateiccdiallingnumbers_fuzzer.cpp | 89 void GetOpKeyExt(const uint8_t *data, size_t size) in GetOpKeyExt() function 197 GetOpKeyExt(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/core_service/services/sim/include/ |
D | sim_file_manager.h | 60 std::u16string GetOpKeyExt();
|
D | sim_manager.h | 100 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_sim_manager.h | 94 virtual int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) = 0;
|
D | core_service_client.h | 105 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkey);
|
D | i_core_service.h | 116 virtual int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) = 0;
|
D | core_service_proxy.h | 111 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
|
D | core_manager_inner.h | 262 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt);
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 187 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 743 int32_t CoreServiceClient::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreServiceClient 750 return proxy->GetOpKeyExt(slotId, opkeyExt); in GetOpKeyExt()
|
D | core_manager_inner.cpp | 1933 int32_t CoreManagerInner::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreManagerInner 1939 return simManager_->GetOpKeyExt(slotId, opkeyExt); in GetOpKeyExt()
|
D | core_service_proxy.cpp | 2105 int32_t CoreServiceProxy::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreServiceProxy
|
/base/telephony/core_service/services/sim/src/ |
D | sim_manager.cpp | 717 int32_t SimManager::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::SimManager 727 opkeyExt = simFileManager_[slotId]->GetOpKeyExt(); in GetOpKeyExt()
|
D | sim_file_manager.cpp | 329 std::u16string SimFileManager::GetOpKeyExt() in GetOpKeyExt() function in OHOS::Telephony::SimFileManager
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 968 int32_t CoreService::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreService 975 return simManager_->GetOpKeyExt(slotId, opkeyExt); in GetOpKeyExt()
|
D | core_service_stub.cpp | 1252 int32_t result = GetOpKeyExt(slotId, opkeyExt); in OnGetOpKeyExt()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 263 EXPECT_EQ(simFileManager.GetOpKeyExt(), u"opkeyext"); 755 EXPECT_NE(mInner.GetOpKeyExt(0, test), TELEPHONY_ERR_SUCCESS); 882 EXPECT_NE(simManager->GetOpKeyExt(0, testStr), TELEPHONY_ERR_SUCCESS); 883 EXPECT_NE(simManager->GetOpKeyExt(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
|
D | sim_test.cpp | 2976 int32_t result = CoreServiceClient::GetInstance().GetOpKeyExt(SimTest::slotId_, opkeyExt);
|
/base/telephony/core_service/services/sim/test/ |
D | test.cpp | 1097 int32_t result = g_telephonyService->GetOpKeyExt(SLOT_ID, opkeyExt); in TestGetOpKeyExt()
|