Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp112 ProcessDeviceStateChange(DEVICE_STATE_ONLINE, devInfo); in OnDeviceOnline()
128 ProcessDeviceStateChange(DEVICE_STATE_OFFLINE, devInfo); in OnDeviceOffline()
141 ProcessDeviceStateChange(devState, devInfo); in HandleDeviceStatusChange()
152 ProcessDeviceStateChange(devState, devInfo); in HandleDeviceStatusChange()
157 ProcessDeviceStateChange(devState, devInfo); in HandleDeviceStatusChange()
166 void DmDeviceStateManager::ProcessDeviceStateChange(const DmDeviceState devState, const DmDeviceInf… in ProcessDeviceStateChange() function in OHOS::DistributedHardware::DmDeviceStateManager
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h110 void ProcessDeviceStateChange(const DmDeviceState devState, const DmDeviceInfo &devInfo);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service_listener.h83 void ProcessDeviceStateChange(const DmDeviceState &state, const DmDeviceInfo &info,
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp105 void DeviceManagerServiceListener::ProcessDeviceStateChange(const DmDeviceState &state, const DmDev… in ProcessDeviceStateChange() function in OHOS::DistributedHardware::DeviceManagerServiceListener
204 ProcessDeviceStateChange(state, info, deviceBasicInfo); in OnDeviceStateChange()