Searched refs:ProcNotifyEvent (Results 1 – 4 of 4) sorted by relevance
83 int32_t ProcNotifyEvent(const int32_t eventId, const std::string &deviceId);
240 int32_t ret = dmDeviceStateManager->ProcNotifyEvent(eventId, deviceId);
405 int32_t DmDeviceStateManager::ProcNotifyEvent(const int32_t eventId, const std::string &deviceId) in ProcNotifyEvent() function in OHOS::DistributedHardware::DmDeviceStateManager
563 if (deviceStateMgr_->ProcNotifyEvent(eventId, deviceId) != DM_OK) { in NotifyEvent()