Home
last modified time | relevance | path

Searched refs:PublishSimFileEvent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_controller.cpp1164 return PublishSimFileEvent(want, eventCode, eventData); in AnnounceDefaultVoiceSimIdChanged()
1174 return PublishSimFileEvent(want, eventCode, eventData); in AnnounceDefaultSmsSimIdChanged()
1184 return PublishSimFileEvent(want, eventCode, eventData); in AnnounceDefaultCellularDataSimIdChanged()
1194 return PublishSimFileEvent(want, eventCode, eventData); in AnnouncePrimarySimIdChanged()
1197 bool MultiSimController::PublishSimFileEvent(const AAFwk::Want &want, int eventCode, const std::str… in PublishSimFileEvent() function in OHOS::Telephony::MultiSimController
H A Dicc_file.cpp398 PublishSimFileEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SIM_STATE_CHANGED, in RegisterAllFilesLoaded()
560 bool IccFile::PublishSimFileEvent(const std::string &event, int eventCode, const std::string &event… in PublishSimFileEvent() function in OHOS::Telephony::IccFile
H A Druim_file.cpp129PublishSimFileEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SIM_STATE_CHANGED, ICC_STATE_LOADED… in OnAllFilesFetched()
H A Dsim_file.cpp234PublishSimFileEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SIM_STATE_CHANGED, ICC_STATE_LOADED… in OnAllFilesFetched()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmulti_sim_controller.h99 bool PublishSimFileEvent(const AAFwk::Want &want, int eventCode, const std::string &eventData);
H A Dicc_file.h188 bool PublishSimFileEvent(const std::string &event, int eventCode, const std::string &eventData);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp1338 EXPECT_FALSE(multiSimController->PublishSimFileEvent(want, 0, ""));