/ohos5.0/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/ |
H A D | updateiccdiallingnumbers_fuzzer.cpp | 81 void GetOpName(const uint8_t *data, size_t size) in GetOpName() function 188 GetOpName(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_file_manager.h | 68 std::u16string GetOpName();
|
H A D | sim_manager.h | 113 int32_t GetOpName(int32_t slotId, std::u16string &opname) override;
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 132 EXPECT_NE(mCoreService->GetOpName(0, testU16Str), TELEPHONY_ERR_SUCCESS); 290 EXPECT_NE(mCoreService->GetOpName(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
H A D | sim_test.cpp | 857 int32_t result = CoreServiceClient::GetInstance().GetOpName(SimTest::slotId_, opname); 873 int32_t result = CoreServiceClient::GetInstance().GetOpName(SimTest::slotId1_, opname);
|
H A D | zero_branch_test_core_service.cpp | 229 DelayedSingleton<CoreService>::GetInstance()->GetOpName(SLOT_ID, testU16Str);
|
H A D | zero_branch_test.cpp | 442 EXPECT_EQ(simFileManager.GetOpName(), u"46001"); 1133 EXPECT_NE(mInner.GetOpName(0, test), TELEPHONY_ERR_SUCCESS); 1534 EXPECT_NE(simManager->GetOpName(0, testStr), TELEPHONY_ERR_SUCCESS); 1535 EXPECT_NE(simManager->GetOpName(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_sim_manager.h | 101 virtual int32_t GetOpName(int32_t slotId, std::u16string &opname) = 0;
|
H A D | core_service_client.h | 734 int32_t GetOpName(int32_t slotId, std::u16string &opname);
|
H A D | i_core_service.h | 131 virtual int32_t GetOpName(int32_t slotId, std::u16string &opname) = 0;
|
H A D | core_service_proxy.h | 129 int32_t GetOpName(int32_t slotId, std::u16string &opname) override;
|
H A D | core_manager_inner.h | 278 int32_t GetOpName(int32_t slotId, std::u16string &opname);
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_cache.cpp | 268 std::string operName = Str16ToStr8(simFileManager->GetOpName()); in SendSimMatchedOperatorInfo()
|
H A D | sim_manager.cpp | 825 int32_t SimManager::GetOpName(int32_t slotId, std::u16string &opname) in GetOpName() function in OHOS::Telephony::SimManager 835 opname = simFileManager_[slotId]->GetOpName(); in GetOpName()
|
H A D | sim_file_manager.cpp | 474 std::u16string SimFileManager::GetOpName() in GetOpName() function in OHOS::Telephony::SimFileManager
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 866 int32_t CoreServiceClient::GetOpName(int32_t slotId, std::u16string &opname) in GetOpName() function in OHOS::Telephony::CoreServiceClient 873 return proxy->GetOpName(slotId, opname); in GetOpName()
|
H A D | core_manager_inner.cpp | 2096 int32_t CoreManagerInner::GetOpName(int32_t slotId, std::u16string &opname) in GetOpName() function in OHOS::Telephony::CoreManagerInner 2102 return simManager_->GetOpName(slotId, opname); in GetOpName()
|
H A D | core_service_proxy.cpp | 2489 int32_t CoreServiceProxy::GetOpName(int32_t slotId, std::u16string &opname) in GetOpName() function in OHOS::Telephony::CoreServiceProxy
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 213 int32_t GetOpName(int32_t slotId, std::u16string &opname) override;
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1315 int32_t CoreService::GetOpName(int32_t slotId, std::u16string &opname) in GetOpName() function in OHOS::Telephony::CoreService 1322 return simManager_->GetOpName(slotId, opname); in GetOpName()
|
H A D | core_service_stub.cpp | 1643 int32_t result = GetOpName(slotId, opname); in OnGetOpName()
|
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 2731 …int32_t code = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpName(asyncContext->slotI… in NativeGetOpName() 2748 napi_value GetOpName(napi_env env, napi_callback_info info) in GetOpName() function 2774 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpName(slotId, opName); in GetOpNameSync() 3183 DECLARE_NAPI_FUNCTION("getOpName", GetOpName), in InitSimInterface()
|
/ohos5.0/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 1234 int32_t result = g_telephonyService->GetOpName(testSlot, opname); in TestGetOpName()
|