Home
last modified time | relevance | path

Searched refs:DM_NOTIFY_EVENT_BUTT (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.h47 DM_NOTIFY_EVENT_BUTT, 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.cpp666 int32_t eventId = DM_NOTIFY_EVENT_BUTT;
H A DUTTest_device_manager_service_impl.cpp239 int32_t eventId = DM_NOTIFY_EVENT_BUTT;
/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()