Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddm_device_info.h37 DM_NOTIFY_EVENT_START = 0, enumerator
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp547 if ((eventId <= DM_NOTIFY_EVENT_START) || (eventId >= DM_NOTIFY_EVENT_BUTT)) { in NotifyEvent()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl_three.cpp649 int32_t eventId = DM_NOTIFY_EVENT_START;
H A DUTTest_device_manager_service_impl.cpp222 int32_t eventId = DM_NOTIFY_EVENT_START;
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1072 if ((eventId <= DM_NOTIFY_EVENT_START) || (eventId >= DM_NOTIFY_EVENT_BUTT)) { in NotifyEvent()