Home
last modified time | relevance | path

Searched refs:PublishSetPrimaryEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmulti_sim_controller.h111 void PublishSetPrimaryEvent(bool setDone);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_controller.cpp893 PublishSetPrimaryEvent(false); in SetPrimarySlotId()
897 PublishSetPrimaryEvent(true); in SetPrimarySlotId()
902 PublishSetPrimaryEvent(true); in SetPrimarySlotId()
906 void MultiSimController::PublishSetPrimaryEvent(bool setDone) in PublishSetPrimaryEvent() function in OHOS::Telephony::MultiSimController
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_core_service.cpp447 multiSimController->PublishSetPrimaryEvent(true);