Searched refs:COMMON_EVENT_DEVICE_STORAGE_OK (Results 1 – 5 of 5) sorted by relevance
36 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_DEVICE_STORAGE_OK) { in OnReceiveEvent()49 skill.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_DEVICE_STORAGE_OK); in CreateStorageEventSubscriber()
150 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_DEVICE_STORAGE_OK); in PublishStorageEvent()
1011 const std::string CommonEventSupport::COMMON_EVENT_DEVICE_STORAGE_OK = "usual.event.DEVICE_STORAGE_… member in OHOS::EventFwk::CommonEventSupport2387 commonEventSupport_.emplace_back(COMMON_EVENT_DEVICE_STORAGE_OK); in Init()
206 const std::string CommonEventSupport::COMMON_EVENT_DEVICE_STORAGE_OK = "usual.event.DEVICE_STORAGE_… member in OHOS::EventFwk::CommonEventSupport
905 static const std::string COMMON_EVENT_DEVICE_STORAGE_OK; variable