Searched refs:ProcessDeviceStateChange (Results 1 - 4 of 4) sorted by relevance
/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 DmDeviceInfo &devInfo) in ProcessDeviceStateChange() function in OHOS::DistributedHardware::DmDeviceStateManager 169 LOGE("ProcessDeviceStateChange failed, callback_ptr is null."); in ProcessDeviceStateChange()
|
/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);
|
/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | device_manager_service_listener.h | 85 void ProcessDeviceStateChange(const DmDeviceState &state, const DmDeviceInfo &info,
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service_listener.cpp | 118 void DeviceManagerServiceListener::ProcessDeviceStateChange(const DmDeviceState &state, const DmDeviceInfo &info, in ProcessDeviceStateChange() function in OHOS::DistributedHardware::DeviceManagerServiceListener 210 ProcessDeviceStateChange(state, info, deviceBasicInfo); in OnDeviceStateChange()
|
Completed in 4 milliseconds