Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
H A Dupdateiccdiallingnumbers_fuzzer.cpp65 void GetOpKeyExt(const uint8_t *data, size_t size) in GetOpKeyExt() function
187 GetOpKeyExt(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h70 std::u16string GetOpKeyExt();
H A Dsim_manager.h115 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp131 EXPECT_NE(mCoreService->GetOpKeyExt(0, testU16Str), TELEPHONY_ERR_SUCCESS);
289 EXPECT_NE(mCoreService->GetOpKeyExt(0, testU16Str), TELEPHONY_ERR_SUCCESS);
H A Dsim_test.cpp824 int32_t result = CoreServiceClient::GetInstance().GetOpKeyExt(SimTest::slotId_, opkeyExt);
H A Dzero_branch_test_core_service.cpp228 DelayedSingleton<CoreService>::GetInstance()->GetOpKeyExt(SLOT_ID, testU16Str);
H A Dzero_branch_test.cpp443 EXPECT_EQ(simFileManager.GetOpKeyExt(), u"opkeyext");
1134 EXPECT_NE(mInner.GetOpKeyExt(0, test), TELEPHONY_ERR_SUCCESS);
1538 EXPECT_NE(simManager->GetOpKeyExt(0, testStr), TELEPHONY_ERR_SUCCESS);
1539 EXPECT_NE(simManager->GetOpKeyExt(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h103 virtual int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) = 0;
H A Dcore_service_client.h725 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt);
H A Di_core_service.h130 virtual int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) = 0;
H A Dcore_service_proxy.h128 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
H A Dcore_manager_inner.h279 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp856 int32_t CoreServiceClient::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreServiceClient
863 return proxy->GetOpKeyExt(slotId, opkeyExt); in GetOpKeyExt()
H A Dcore_manager_inner.cpp2105 int32_t CoreManagerInner::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreManagerInner
2111 return simManager_->GetOpKeyExt(slotId, opkeyExt); in GetOpKeyExt()
H A Dcore_service_proxy.cpp2459 int32_t CoreServiceProxy::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreServiceProxy
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h211 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp853 int32_t SimManager::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::SimManager
863 opkeyExt = simFileManager_[slotId]->GetOpKeyExt(); in GetOpKeyExt()
H A Dsim_file_manager.cpp484 std::u16string SimFileManager::GetOpKeyExt() in GetOpKeyExt() function in OHOS::Telephony::SimFileManager
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1305 int32_t CoreService::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreService
1312 return simManager_->GetOpKeyExt(slotId, opkeyExt); in GetOpKeyExt()
H A Dcore_service_stub.cpp1625 int32_t result = GetOpKeyExt(slotId, opkeyExt); in OnGetOpKeyExt()
/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dtest.cpp1248 int32_t result = g_telephonyService->GetOpKeyExt(testSlot, opkeyExt); in TestGetOpKeyExt()