Home
last modified time | relevance | path

Searched refs:VoiceMailMsgIndicatorUpdate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_infos.h85 struct VoiceMailMsgIndicatorUpdate : public UpdateInfo { struct
87 VoiceMailMsgIndicatorUpdate(int32_t slotId, bool voiceMailMsgResult) in VoiceMailMsgIndicatorUpdate() argument
H A Dupdate_contexts.h112 VoiceMailMsgIndicatorContext &operator=(const VoiceMailMsgIndicatorUpdate &info)
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp141 std::unique_ptr<VoiceMailMsgIndicatorUpdate> voiceMailMsgIndicatorUpdateInfo = in OnVoiceMailMsgIndicatorUpdated()
142 std::make_unique<VoiceMailMsgIndicatorUpdate>(slotId, voiceMailMsgResult); in OnVoiceMailMsgIndicatorUpdated()
H A Devent_listener_handler.cpp324 HandleCallbackInfoUpdate<VoiceMailMsgIndicatorContext, VoiceMailMsgIndicatorUpdate, in AddBasicHandlerToMap()