Home
last modified time | relevance | path

Searched refs:DEVICE_STATE_OFFLINE (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddm_device_info.h122 DEVICE_STATE_OFFLINE = 2, enumerator
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp128 ProcessDeviceStateChange(DEVICE_STATE_OFFLINE, devInfo); in OnDeviceOffline()
144 case DEVICE_STATE_OFFLINE: in HandleDeviceStatusChange()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp112 if (state == DEVICE_STATE_OFFLINE) { in ProcessDeviceStateChange()
169 if (state == DEVICE_STATE_OFFLINE) { in ProcessAppStateChange()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_listener.cpp80 DmDeviceState state = DEVICE_STATE_OFFLINE;
H A DUTTest_ipc_cmd_register.cpp928 data.WriteInt32(DEVICE_STATE_OFFLINE);
H A DUTTest_device_manager_service_impl.cpp770 DmDeviceState devState = DmDeviceState::DEVICE_STATE_OFFLINE;
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp331 case DEVICE_STATE_OFFLINE: in ON_IPC_CMD()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp319 } else if (devState == DEVICE_STATE_OFFLINE) { in HandleDeviceStatusChange()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp142 DeviceManagerService::GetInstance().HandleDeviceStatusChange(DEVICE_STATE_OFFLINE, deviceInfo); in DeviceOffLine()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp551 case DEVICE_STATE_OFFLINE: in ON_IPC_CMD()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp2011 napi_create_uint32(env, static_cast<uint32_t>(DmDeviceState::DEVICE_STATE_OFFLINE), in InitDeviceStatusChangeActionEnum()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp3326 napi_create_uint32(env, static_cast<uint32_t>(DmDeviceState::DEVICE_STATE_OFFLINE), in InitDeviceStateChangeActionEnum()