Home
last modified time | relevance | path

Searched refs:GetOpKeyExt (Results 1 – 19 of 19) sorted by relevance

/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
Dupdateiccdiallingnumbers_fuzzer.cpp89 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/
Dsim_file_manager.h60 std::u16string GetOpKeyExt();
Dsim_manager.h100 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h94 virtual int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) = 0;
Dcore_service_client.h105 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkey);
Di_core_service.h116 virtual int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) = 0;
Dcore_service_proxy.h111 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
Dcore_manager_inner.h262 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt);
/base/telephony/core_service/services/core/include/
Dcore_service.h187 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp743 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()
Dcore_manager_inner.cpp1933 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()
Dcore_service_proxy.cpp2105 int32_t CoreServiceProxy::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreServiceProxy
/base/telephony/core_service/services/sim/src/
Dsim_manager.cpp717 int32_t SimManager::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::SimManager
727 opkeyExt = simFileManager_[slotId]->GetOpKeyExt(); in GetOpKeyExt()
Dsim_file_manager.cpp329 std::u16string SimFileManager::GetOpKeyExt() in GetOpKeyExt() function in OHOS::Telephony::SimFileManager
/base/telephony/core_service/services/core/src/
Dcore_service.cpp968 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()
Dcore_service_stub.cpp1252 int32_t result = GetOpKeyExt(slotId, opkeyExt); in OnGetOpKeyExt()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp263 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);
Dsim_test.cpp2976 int32_t result = CoreServiceClient::GetInstance().GetOpKeyExt(SimTest::slotId_, opkeyExt);
/base/telephony/core_service/services/sim/test/
Dtest.cpp1097 int32_t result = g_telephonyService->GetOpKeyExt(SLOT_ID, opkeyExt); in TestGetOpKeyExt()