Searched refs:ProcessDeviceStateChange (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/ |
H A D | dm_device_state_manager.cpp | 112 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 D | dm_device_state_manager.h | 110 void ProcessDeviceStateChange(const DmDeviceState devState, const DmDeviceInfo &devInfo);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | device_manager_service_listener.h | 83 void ProcessDeviceStateChange(const DmDeviceState &state, const DmDeviceInfo &info,
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service_listener.cpp | 105 void DeviceManagerServiceListener::ProcessDeviceStateChange(const DmDeviceState &state, const DmDev… in ProcessDeviceStateChange() function in OHOS::DistributedHardware::DeviceManagerServiceListener 204 ProcessDeviceStateChange(state, info, deviceBasicInfo); in OnDeviceStateChange()
|