Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h83 int32_t ProcNotifyEvent(const int32_t eventId, const std::string &deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_device_state_manager.cpp240 int32_t ret = dmDeviceStateManager->ProcNotifyEvent(eventId, deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp405 int32_t DmDeviceStateManager::ProcNotifyEvent(const int32_t eventId, const std::string &deviceId) in ProcNotifyEvent() function in OHOS::DistributedHardware::DmDeviceStateManager
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp563 if (deviceStateMgr_->ProcNotifyEvent(eventId, deviceId) != DM_OK) { in NotifyEvent()