/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | sim_state_type.h | 356 std::u16string showName = u"";
member 372 this->showName = DEFAULT_SHOW_NAME;
in Init() 393 this->showName = name;
in SetShowName() 418 if (!parcel.WriteString16(showName)) {
in Marshalling() 443 parcel.ReadString16(showName);
in ReadFromParcel()
|
H A D | core_service_client.h | 421 * @param showName[out], the SIM card show name 424 int32_t GetShowName(int32_t slotId, std::u16string &showName);
|
H A D | i_sim_manager.h | 85 virtual int32_t GetShowName(int32_t slotId, std::u16string &showName) = 0;
|
H A D | core_service_proxy.h | 78 int32_t GetShowName(int32_t slotId, std::u16string &showName) override;
|
H A D | i_core_service.h | 109 virtual int32_t GetShowName(int32_t slotId, std::u16string &showName) = 0;
|
H A D | core_manager_inner.h | 266 int32_t GetShowName(int32_t slotId, std::u16string &showName);
|
/base/telephony/core_service/frameworks/cj/telephony_sim/src/ |
H A D | telephony_sim_utils.h | 116 char* showName; member
|
H A D | telephony_sim_impl.cpp | 246 accountInfo.showName = MallocCString(ToUtf8(iccAccountInfo.showName)); in IccAccountInfoConversion() 258 .showName = nullptr, in getSimAccountInfo()
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_rdb_info.h | 33 std::string showName; member in OHOS::Telephony::SimRdbInfo
|
H A D | multi_sim_controller.h | 56 int32_t GetShowName(int32_t slotId, std::u16string &showName);
|
H A D | sim_manager.h | 85 int32_t GetShowName(int32_t slotId, std::u16string &showName) override;
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test.cpp | 485 std::u16string showName; in HWTEST_F() local 486 CoreServiceClient::GetInstance().GetShowName(SimTest::slotId_, showName); in HWTEST_F() 487 std::string result = Str16ToStr8(showName); in HWTEST_F() 503 std::u16string showName; in HWTEST_F() local 504 CoreServiceClient::GetInstance().GetShowName(SimTest::slotId1_, showName); in HWTEST_F() 505 std::string result = Str16ToStr8(showName); in HWTEST_F() 520 std::u16string showName; in HWTEST_F() local 521 CoreServiceClient::GetInstance().GetShowName(SimTest::slotId_, showName); in HWTEST_F() 522 std::string result = Str16ToStr8(showName); in HWTEST_F()
|
H A D | core_service_test.cpp | 311 std::u16string showName = u""; in HWTEST_F() local 312 auto result = DelayedSingleton<CoreService>::GetInstance()->GetShowName(0, showName); in HWTEST_F()
|
/base/telephony/core_service/services/sim/src/ |
H A D | multi_sim_controller.cpp | 432 iccAccountInfo_.showName = Str8ToStr16(it->showName); in RefreshActiveIccAccountInfoList() 658 info.showName = Str8ToStr16(localCacheInfo_[slotId].showName); in GetSimAccountInfo() 1056 int32_t MultiSimController::GetShowName(int32_t slotId, std::u16string &showName) in GetShowName() argument 1067 showName = Str8ToStr16(localCacheInfo_[slotId].showName); in GetShowName() 1101 localCacheInfo_[slotId].showName = Str16ToStr8(name); // save to cache in SetShowName()
|
H A D | sim_rdb_helper.cpp | 392 result->GetString(index, simBean.showName); in SaveDataToBean()
|
H A D | sim_manager.cpp | 551 int32_t SimManager::GetShowName(int32_t slotId, std::u16string &showName)
in GetShowName() argument 557 return multiSimController_->GetShowName(slotId, showName);
in GetShowName()
|
/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 831 iccAccountInfo.showName = defaultName; in TestGetSimSubscriptionInfo() 837 << "receive showName = [" << Str16ToStr8(iccAccountInfo.showName) << "]" << std::endl in TestGetSimSubscriptionInfo() 898 std::string showName; in TestSetShowName() local 899 std::cout << "please input showName" << std::endl; in TestSetShowName() 900 std::cin >> showName; in TestSetShowName() local 901 int32_t result = g_telephonyService->SetShowName(slot, Str8ToStr16(showName)); in TestSetShowName() 946 << i << ". receive showName = [" << Str16ToStr8(iccAccountInfo.showName) << "]" << std::endl in TestGetActiveSimAccountInfoList()
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_core_service.h | 107 MOCK_METHOD(int32_t, GetShowName, (int32_t slotId, std::u16string &showName), (override));
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 535 int32_t CoreServiceClient::GetShowName(int32_t slotId, std::u16string &showName) in GetShowName() argument 542 return proxy->GetShowName(slotId, showName); in GetShowName()
|
H A D | core_manager_inner.cpp | 1968 int32_t CoreManagerInner::GetShowName(int32_t slotId, std::u16string &showName) in GetShowName() argument 1974 return simManager_->GetShowName(slotId, showName); in GetShowName()
|
/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 156 int32_t GetShowName(int32_t slotId, std::u16string &showName) override;
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 310 int32_t GetShowName(int32_t slotId, std::u16string &showName) override
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 771 int32_t CoreService::GetShowName(int32_t slotId, std::u16string &showName) in GetShowName() argument 786 return simManager_->GetShowName(slotId, showName); in GetShowName()
|
H A D | core_service_stub.cpp | 1409 std::u16string showName; in OnGetShowName() local 1410 int32_t result = GetShowName(slotId, showName); in OnGetShowName() 1413 ret = (ret && reply.WriteString16(showName)); in OnGetShowName()
|
/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 300 SetPropertyToNapiObject(env, val, "showName", NapiUtil::ToUtf8(iccAccountInfo.showName)); in IccAccountInfoConversion() 1779 std::u16string showName; in NativeGetShowName() local 1781 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetShowName(asyncContext->slotId, showName); in NativeGetShowName() 1783 asyncContext->callbackVal = NapiUtil::ToUtf8(showName); in NativeGetShowName()
|