Home
last modified time | relevance | path

Searched refs:showName (Results 1 - 25 of 26) sorted by relevance

12

/base/telephony/core_service/interfaces/innerkits/include/
H A Dsim_state_type.h356 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 Dcore_service_client.h421 * @param showName[out], the SIM card show name
424 int32_t GetShowName(int32_t slotId, std::u16string &showName);
H A Di_sim_manager.h85 virtual int32_t GetShowName(int32_t slotId, std::u16string &showName) = 0;
H A Dcore_service_proxy.h78 int32_t GetShowName(int32_t slotId, std::u16string &showName) override;
H A Di_core_service.h109 virtual int32_t GetShowName(int32_t slotId, std::u16string &showName) = 0;
H A Dcore_manager_inner.h266 int32_t GetShowName(int32_t slotId, std::u16string &showName);
/base/telephony/core_service/frameworks/cj/telephony_sim/src/
H A Dtelephony_sim_utils.h116 char* showName; member
H A Dtelephony_sim_impl.cpp246 accountInfo.showName = MallocCString(ToUtf8(iccAccountInfo.showName)); in IccAccountInfoConversion()
258 .showName = nullptr, in getSimAccountInfo()
/base/telephony/core_service/services/sim/include/
H A Dsim_rdb_info.h33 std::string showName; member in OHOS::Telephony::SimRdbInfo
H A Dmulti_sim_controller.h56 int32_t GetShowName(int32_t slotId, std::u16string &showName);
H A Dsim_manager.h85 int32_t GetShowName(int32_t slotId, std::u16string &showName) override;
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test.cpp485 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 Dcore_service_test.cpp311 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 Dmulti_sim_controller.cpp432 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 Dsim_rdb_helper.cpp392 result->GetString(index, simBean.showName); in SaveDataToBean()
H A Dsim_manager.cpp551 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 Dtest.cpp831 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 Dmock_core_service.h107 MOCK_METHOD(int32_t, GetShowName, (int32_t slotId, std::u16string &showName), (override));
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp535 int32_t CoreServiceClient::GetShowName(int32_t slotId, std::u16string &showName) in GetShowName() argument
542 return proxy->GetShowName(slotId, showName); in GetShowName()
H A Dcore_manager_inner.cpp1968 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 Dcore_service.h156 int32_t GetShowName(int32_t slotId, std::u16string &showName) override;
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h310 int32_t GetShowName(int32_t slotId, std::u16string &showName) override
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp771 int32_t CoreService::GetShowName(int32_t slotId, std::u16string &showName) in GetShowName() argument
786 return simManager_->GetShowName(slotId, showName); in GetShowName()
H A Dcore_service_stub.cpp1409 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 Dnapi_sim.cpp300 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()

Completed in 41 milliseconds

12