Home
last modified time | relevance | path

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

/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 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 Ddm_device_state_manager.h110 void ProcessDeviceStateChange(const DmDeviceState devState, const DmDeviceInfo &devInfo);
/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service_listener.h85 void ProcessDeviceStateChange(const DmDeviceState &state, const DmDeviceInfo &info,
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp118 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