Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/uicast/
H A Duicast_subscriber.cpp26 const std::string COMMON_EVENT_UICAST_STOP = "uicast.stop"; variable
60 matchingSkills.AddEvent(COMMON_EVENT_UICAST_STOP); in SubscribeStartEvent()
144 } else if (action == COMMON_EVENT_UICAST_STOP) { in OnReceiveEvent()