Searched refs:PublishSimFileEvent (Results 1 - 8 of 8) sorted by relevance
/base/telephony/core_service/services/sim/src/ |
H A D | multi_sim_controller.cpp | 1143 return PublishSimFileEvent(want, eventCode, eventData); in AnnounceDefaultVoiceSimIdChanged() 1153 return PublishSimFileEvent(want, eventCode, eventData); in AnnounceDefaultSmsSimIdChanged() 1163 return PublishSimFileEvent(want, eventCode, eventData); in AnnounceDefaultCellularDataSimIdChanged() 1173 return PublishSimFileEvent(want, eventCode, eventData); in AnnouncePrimarySimIdChanged() 1176 bool MultiSimController::PublishSimFileEvent(const AAFwk::Want &want, int eventCode, const std::string &eventData) in PublishSimFileEvent() function in OHOS::Telephony::MultiSimController 1185 TELEPHONY_LOGD("MultiSimController::PublishSimFileEvent end###publishResult = %{public}d", publishResult); in PublishSimFileEvent()
|
H A D | isim_file.cpp | 96 PublishSimFileEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SIM_STATE_CHANGED, ICC_STATE_LOADED, "");
in OnAllFilesFetched()
|
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 &eventData) in PublishSimFileEvent() function in OHOS::Telephony::IccFile
|
H A D | ruim_file.cpp | 136 PublishSimFileEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SIM_STATE_CHANGED, ICC_STATE_LOADED, ""); in OnAllFilesFetched()
|
H A D | sim_file.cpp | 238 PublishSimFileEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SIM_STATE_CHANGED, ICC_STATE_LOADED, ""); in OnAllFilesFetched()
|
/base/telephony/core_service/services/sim/include/ |
H A D | multi_sim_controller.h | 100 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);
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 1356 EXPECT_FALSE(multiSimController->PublishSimFileEvent(want, 0, "")); in HWTEST_F()
|
Completed in 19 milliseconds