Home
last modified time | relevance | path

Searched refs:voiceMailIdentifier (Results 1 – 15 of 15) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h97 virtual int32_t GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier) = 0;
Dcore_service_client.h95 int32_t GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier);
Di_core_service.h101 virtual int32_t GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier) = 0;
Dcore_service_proxy.h96 int32_t GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier) override;
Dcore_manager_inner.h267 int32_t GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier);
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test.cpp846 std::u16string voiceMailIdentifier; variable
847 … CoreServiceClient::GetInstance().GetVoiceMailIdentifier(SimTest::slotId_, voiceMailIdentifier);
848 std::string result = Str16ToStr8(voiceMailIdentifier);
865 std::u16string voiceMailIdentifier; variable
866 … CoreServiceClient::GetInstance().GetVoiceMailIdentifier(SimTest::slotId1_, voiceMailIdentifier);
867 std::string result = Str16ToStr8(voiceMailIdentifier);
882 std::u16string voiceMailIdentifier; variable
883 … CoreServiceClient::GetInstance().GetVoiceMailIdentifier(SimTest::slotId_, voiceMailIdentifier);
884 std::string result = Str16ToStr8(voiceMailIdentifier);
/base/telephony/core_service/services/core/include/
Dcore_service.h162 int32_t GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier) override;
/base/telephony/core_service/services/sim/include/
Dsim_manager.h103 int32_t GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier) override;
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp638 …32_t CoreServiceClient::GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier) in GetVoiceMailIdentifier() argument
645 return proxy->GetVoiceMailIdentifier(slotId, voiceMailIdentifier); in GetVoiceMailIdentifier()
Dcore_manager_inner.cpp1980 …t32_t CoreManagerInner::GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier) in GetVoiceMailIdentifier() argument
1986 return simManager_->GetVoiceMailIdentifier(slotId, voiceMailIdentifier); in GetVoiceMailIdentifier()
Dcore_service_proxy.cpp1811 …t32_t CoreServiceProxy::GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier) in GetVoiceMailIdentifier() argument
1836 voiceMailIdentifier = reply.ReadString16(); in GetVoiceMailIdentifier()
/base/telephony/core_service/services/sim/src/
Dsim_manager.cpp754 int32_t SimManager::GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier) in GetVoiceMailIdentifier() argument
764 voiceMailIdentifier = simFileManager_[slotId]->GetVoiceMailIdentifier(); in GetVoiceMailIdentifier()
/base/telephony/core_service/services/core/src/
Dcore_service.cpp847 int32_t CoreService::GetVoiceMailIdentifier(int32_t slotId, std::u16string &voiceMailIdentifier) in GetVoiceMailIdentifier() argument
858 return simManager_->GetVoiceMailIdentifier(slotId, voiceMailIdentifier); in GetVoiceMailIdentifier()
Dcore_service_stub.cpp1098 std::u16string voiceMailIdentifier; in OnGetVoiceMailInfor() local
1099 int32_t result = GetVoiceMailIdentifier(slotId, voiceMailIdentifier); in OnGetVoiceMailInfor()
1102 ret = (ret && reply.WriteString16(voiceMailIdentifier)); in OnGetVoiceMailInfor()
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp665 std::u16string voiceMailIdentifier; in NativeGetVoiceMailIdentifier() local
667 asyncContext->slotId, voiceMailIdentifier); in NativeGetVoiceMailIdentifier()
670 asyncContext->callbackVal = NapiUtil::ToUtf8(voiceMailIdentifier); in NativeGetVoiceMailIdentifier()