Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dstorage_listener.cpp36 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_DEVICE_STORAGE_OK) { in OnReceiveEvent()
49 skill.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_DEVICE_STORAGE_OK); in CreateStorageEventSubscriber()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Devent_publisher.cpp150 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_DEVICE_STORAGE_OK); in PublishStorageEvent()
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_support.cpp1011 const std::string CommonEventSupport::COMMON_EVENT_DEVICE_STORAGE_OK = "usual.event.DEVICE_STORAGE_… member in OHOS::EventFwk::CommonEventSupport
2387 commonEventSupport_.emplace_back(COMMON_EVENT_DEVICE_STORAGE_OK); in Init()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_support.cpp206 const std::string CommonEventSupport::COMMON_EVENT_DEVICE_STORAGE_OK = "usual.event.DEVICE_STORAGE_… member in OHOS::EventFwk::CommonEventSupport
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_support.h905 static const std::string COMMON_EVENT_DEVICE_STORAGE_OK; variable