/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()
|
/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); in HWTEST_F() 290 EXPECT_NE(mCoreService->GetOpName(0, testU16Str), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
|
H A D | sim_test.cpp | 860 int32_t result = CoreServiceClient::GetInstance().GetOpName(SimTest::slotId_, opname); in HWTEST_F() 876 int32_t result = CoreServiceClient::GetInstance().GetOpName(SimTest::slotId1_, opname); in HWTEST_F()
|
H A D | zero_branch_test_core_service.cpp | 238 DelayedSingleton<CoreService>::GetInstance()->GetOpName(SLOT_ID, testU16Str); in HWTEST_F()
|
H A D | core_service_native_branch_test.cpp | 230 EXPECT_EQ(coreServiceProxy.GetOpName(INVALID_SLOTID, testU16Str), TELEPHONY_ERR_SLOTID_INVALID); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 454 EXPECT_EQ(simFileManager.GetOpName(), u"46001"); in HWTEST_F() 1151 EXPECT_NE(mInner.GetOpName(0, test), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 1498 EXPECT_NE(simManager->GetOpName(0, testStr), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 1499 EXPECT_NE(simManager->GetOpName(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
|
/base/telephony/core_service/frameworks/cj/telephony_sim/src/ |
H A D | telephony_sim_impl.cpp | 332 errCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpName(slotId, u16OpName); in getOpName()
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_file_manager.h | 69 std::u16string GetOpName();
|
H A D | sim_manager.h | 114 int32_t GetOpName(int32_t slotId, std::u16string &opname) override;
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_sim_manager.h | 79 MOCK_METHOD2(GetOpName, int32_t(int32_t, std::u16string &));
|
H A D | mock_core_service.h | 141 MOCK_METHOD(int32_t, GetOpName, (int32_t slotId, std::u16string &opname), (override));
|
/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_cache.cpp | 276 std::string operName = Str16ToStr8(simFileManager->GetOpName()); in SendSimMatchedOperatorInfo()
|
H A D | sim_manager.cpp | 836 int32_t SimManager::GetOpName(int32_t slotId, std::u16string &opname)
in GetOpName() function in OHOS::Telephony::SimManager 846 opname = simFileManager_[slotId]->GetOpName();
in GetOpName()
|
H A D | sim_file_manager.cpp | 484 std::u16string SimFileManager::GetOpName() in GetOpName() function in OHOS::Telephony::SimFileManager
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 734 int32_t GetOpName(int32_t slotId, std::u16string &opname);
|
H A D | i_sim_manager.h | 113 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 | i_core_service.h | 142 virtual int32_t GetOpName(int32_t slotId, std::u16string &opname) = 0;
|
H A D | core_manager_inner.h | 279 int32_t GetOpName(int32_t slotId, std::u16string &opname);
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 867 int32_t CoreServiceClient::GetOpName(int32_t slotId, std::u16string &opname) in GetOpName() function in OHOS::Telephony::CoreServiceClient 874 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()
|
/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 213 int32_t GetOpName(int32_t slotId, std::u16string &opname) override;
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 443 int32_t GetOpName(int32_t slotId, std::u16string &opname) override
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1314 int32_t CoreService::GetOpName(int32_t slotId, std::u16string &opname) in GetOpName() function in OHOS::Telephony::CoreService 1316 TELEPHONY_LOGD("CoreService::GetOpName(), slotId = %{public}d", slotId); in GetOpName() 1321 return simManager_->GetOpName(slotId, opname); in GetOpName()
|
/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 2733 int32_t code = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpName(asyncContext->slotId, opname); in NativeGetOpName() 2750 napi_value GetOpName(napi_env env, napi_callback_info info) in GetOpName() function 2752 return NapiCreateAsyncWork<std::string, NativeGetOpName, GetOpNameCallback>(env, info, "GetOpName"); in GetOpName() 2776 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpName(slotId, opName); in GetOpNameSync() 3199 DECLARE_NAPI_FUNCTION("getOpName", GetOpName), in InitSimInterface()
|