Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_SET_PRIMARY_SLOT_STATUS (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/common_event/
H A DcommonEventManager-definitions-sys.md361 ### COMMON_EVENT_SET_PRIMARY_SLOT_STATUS<sup>11+<sup>
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_support.cpp1281 const std::string CommonEventSupport::COMMON_EVENT_SET_PRIMARY_SLOT_STATUS = "usual.event.SET_PRIMA… member in OHOS::EventFwk::CommonEventSupport
2644 commonEventSupport_.emplace_back(COMMON_EVENT_SET_PRIMARY_SLOT_STATUS); in Init()
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_support.h1162 static const std::string COMMON_EVENT_SET_PRIMARY_SLOT_STATUS; variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/support/src/
H A Dsupport.cpp547 EventFwk::CommonEventSupport::COMMON_EVENT_SET_PRIMARY_SLOT_STATUS, in SupportInit()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/common_event/
H A DcommonEventManager-definitions-sys.md358 ### COMMON_EVENT_SET_PRIMARY_SLOT_STATUS<sup>11+</sup>
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_controller.cpp909 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_SET_PRIMARY_SLOT_STATUS); in PublishSetPrimaryEvent()