| /base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/ |
| D | updateiccdiallingnumbers_fuzzer.cpp | 69 void GetOpKeyExt(const uint8_t *data, size_t size) in GetOpKeyExt() function 191 GetOpKeyExt(data, size); in DoSomethingInterestingWithMyAPI()
|
| /base/telephony/core_service/services/sim/include/ |
| D | sim_file_manager.h | 68 std::u16string GetOpKeyExt();
|
| D | sim_manager.h | 106 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | sim_core_service_test.cpp | 130 EXPECT_NE(mCoreService->GetOpKeyExt(0, testU16Str), TELEPHONY_ERR_SUCCESS); 287 EXPECT_NE(mCoreService->GetOpKeyExt(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
| D | zero_branch_test_core_service.cpp | 224 DelayedSingleton<CoreService>::GetInstance()->GetOpKeyExt(SLOT_ID, testU16Str);
|
| D | sim_test.cpp | 816 int32_t result = CoreServiceClient::GetInstance().GetOpKeyExt(SimTest::slotId_, opkeyExt);
|
| D | zero_branch_test_sim_ril.cpp | 650 simManager->GetOpKeyExt(INVALID_SLOTID, testU);
|
| D | zero_branch_test.cpp | 439 EXPECT_EQ(simFileManager.GetOpKeyExt(), u"opkeyext"); 1086 EXPECT_NE(mInner.GetOpKeyExt(0, test), TELEPHONY_ERR_SUCCESS); 1414 EXPECT_NE(simManager->GetOpKeyExt(0, testStr), TELEPHONY_ERR_SUCCESS); 1415 EXPECT_NE(simManager->GetOpKeyExt(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_sim_manager.h | 100 virtual int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) = 0;
|
| D | core_service_client.h | 708 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt);
|
| D | i_core_service.h | 128 virtual int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) = 0;
|
| D | core_service_proxy.h | 125 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
|
| D | core_manager_inner.h | 270 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt);
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 836 int32_t CoreServiceClient::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreServiceClient 843 return proxy->GetOpKeyExt(slotId, opkeyExt); in GetOpKeyExt()
|
| D | core_manager_inner.cpp | 2030 int32_t CoreManagerInner::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreManagerInner 2036 return simManager_->GetOpKeyExt(slotId, opkeyExt); in GetOpKeyExt()
|
| D | core_service_proxy.cpp | 2392 int32_t CoreServiceProxy::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreServiceProxy
|
| /base/telephony/core_service/services/core/include/ |
| D | core_service.h | 206 int32_t GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) override;
|
| /base/telephony/core_service/services/sim/src/ |
| D | sim_manager.cpp | 792 int32_t SimManager::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::SimManager 802 opkeyExt = simFileManager_[slotId]->GetOpKeyExt(); in GetOpKeyExt()
|
| D | sim_file_manager.cpp | 448 std::u16string SimFileManager::GetOpKeyExt() in GetOpKeyExt() function in OHOS::Telephony::SimFileManager
|
| /base/telephony/core_service/services/core/src/ |
| D | core_service.cpp | 1270 int32_t CoreService::GetOpKeyExt(int32_t slotId, std::u16string &opkeyExt) in GetOpKeyExt() function in OHOS::Telephony::CoreService 1277 return simManager_->GetOpKeyExt(slotId, opkeyExt); in GetOpKeyExt()
|
| D | core_service_stub.cpp | 1435 int32_t result = GetOpKeyExt(slotId, opkeyExt); in OnGetOpKeyExt()
|
| /base/telephony/core_service/services/sim/test/ |
| D | test.cpp | 1248 int32_t result = g_telephonyService->GetOpKeyExt(testSlot, opkeyExt); in TestGetOpKeyExt()
|