Searched refs:PublishSimFileEvent (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | multi_sim_controller.cpp | 1164 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 D | icc_file.cpp | 398 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 D | ruim_file.cpp | 129 …PublishSimFileEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SIM_STATE_CHANGED, ICC_STATE_LOADED… in OnAllFilesFetched()
|
H A D | sim_file.cpp | 234 …PublishSimFileEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SIM_STATE_CHANGED, ICC_STATE_LOADED… in OnAllFilesFetched()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | multi_sim_controller.h | 99 bool PublishSimFileEvent(const AAFwk::Want &want, int eventCode, const std::string &eventData);
|
H A D | icc_file.h | 188 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 D | zero_branch_test.cpp | 1338 EXPECT_FALSE(multiSimController->PublishSimFileEvent(want, 0, ""));
|