Home
last modified time | relevance | path

Searched refs:DevicestatusValue (Results 1 – 25 of 26) sorted by relevance

12

/base/msdp/device_status/services/native/test/moduletest/src/
Ddevicestatus_module_test.cpp40 devicestatusData.value >= DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << \ in OnDevicestatusChanged()
74 …data.value >= DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << "GetDevicestatusData fai…
91 …data.value >= DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << "GetDevicestatusData fai…
108 …data.value == DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << "GetDevicestatusData fai…
/base/msdp/device_status/interfaces/innerkits/include/
Ddevicestatus_data_utils.h35 enum DevicestatusValue { enum
48 DevicestatusValue value = VALUE_INVALID;
Didevicestatus_storage.h29 DevicestatusDataUtils::DevicestatusValue value;
/base/msdp/device_status/services/native/test/unittest/src/
Ddevicestatus_service_test.cpp42 devicestatusData.value >= DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << \ in OnDevicestatusChanged()
76 …data.value >= DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << "GetDevicestatusData fai…
94 …data.value >= DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << "GetDevicestatusData fai…
112 …data.value == DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << "GetDevicestatusData fai…
125 …data.value == DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << "GetDevicestatusDataTest…
138 …data.value == DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << "GetDevicestatusDataTest…
151 …data.value == DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << "GetDevicestatusDataTest…
Ddevicestatus_client_test.cpp102 DevicestatusDataUtils::DevicestatusValue::VALUE_ENTER
160 …data.value == DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) << "GetDevicestatusData fai…
Ddevicestatus_agent_test.cpp322 DevicestatusDataUtils::DevicestatusValue::VALUE_ENTER
/base/msdp/device_status/libs/src/
Ddevicestatus_data_parse.cpp50 data.value = DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID; in DataInit()
73 data.value = static_cast<DevicestatusDataUtils::DevicestatusValue>(mockvalue->valueint); in DataInit()
82 …static_cast<int32_t>(DevicestatusDataUtils::DevicestatusDataUtils::DevicestatusValue::VALUE_INVALI… in DisableCount()
Ddevicestatus_msdp_rdb.cpp207 data.value = (DevicestatusDataUtils::DevicestatusValue)devicestatusStatus_; in TrigerDatabaseObserver()
Ddevicestatus_sensor_rdb.cpp211 data.value = (DevicestatusDataUtils::DevicestatusValue)devicestatusStatus_; in TrigerDatabaseObserver()
/base/msdp/device_status/services/native/src/
Ddevicestatus_service.cpp111 if (data.value != DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) { in Dump()
186 …tusDataUtils::DevicestatusData data = {type, DevicestatusDataUtils::DevicestatusValue::VALUE_EXIT}; in GetCache()
187 data.value = DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID; in GetCache()
Ddevicestatus_manager.cpp52 …DevicestatusDataUtils::DevicestatusData data = {type, DevicestatusDataUtils::DevicestatusValue::VA… in GetLatestDevicestatusData()
55 data.value = DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID; in GetLatestDevicestatusData()
66 data.value = DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID; in GetLatestDevicestatusData()
Ddevicestatus_msdp_client_impl.cpp38 std::map<DevicestatusDataUtils::DevicestatusType, DevicestatusDataUtils::DevicestatusValue> g_devic…
41 using clientValue = DevicestatusDataUtils::DevicestatusValue;
Ddevicestatus_dumper.cpp157 std::string DevicestatusDumper::GetDeviceState(const DevicestatusDataUtils::DevicestatusValue &valu… in GetDeviceState()
/base/msdp/device_status/frameworks/native/src/
Ddevicestatus_srv_proxy.cpp94 devicestatusData.value = DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID; in GetCache()
121 devicestatusData.value = DevicestatusDataUtils::DevicestatusValue(devicestatusValue); in GetCache()
Ddevicestatus_callback_stub.cpp54 static_cast<DevicestatusDataUtils::DevicestatusValue>(value) in OnDevicestatusChangedStub()
Ddevicestatus_agent.cpp30 static_cast<DevicestatusDataUtils::DevicestatusValue>(devicestatusData.value)); in OnDevicestatusChanged()
Ddevicestatus_client.cpp139 devicestatusData.value = DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID; in GetDevicestatusData()
/base/msdp/device_status/libs/include/algorithm/
Dalgo_base.h44 void UpdateStateAndReport(DevicestatusDataUtils::DevicestatusValue value,
/base/msdp/device_status/services/native/include/
Ddevicestatus_msdp_client_impl.h48 …std::map<DevicestatusDataUtils::DevicestatusType, DevicestatusDataUtils::DevicestatusValue> GetObs…
Ddevicestatus_manager.h76 …std::map<DevicestatusDataUtils::DevicestatusType, DevicestatusDataUtils::DevicestatusValue> msdpDa…
Ddevicestatus_dumper.h73 std::string GetDeviceState(const DevicestatusDataUtils::DevicestatusValue &type) const;
/base/msdp/device_status/libs/src/algorithm/
Dalgo_base.cpp70 void AlgoBase::UpdateStateAndReport(DevicestatusDataUtils::DevicestatusValue value, in UpdateStateAndReport()
/base/msdp/device_status/libs/include/
Ddevicestatus_msdp_rdb.h81 …std::map<DevicestatusDataUtils::DevicestatusType, DevicestatusDataUtils::DevicestatusValue> rdbDat…
Ddevicestatus_sensor_rdb.h83 …std::map<DevicestatusDataUtils::DevicestatusType, DevicestatusDataUtils::DevicestatusValue> rdbDat…
/base/msdp/device_status/frameworks/js/napi/src/
Ddevicestatus_event.cpp204 if (value >= static_cast<int32_t>(DevicestatusDataUtils::DevicestatusValue::VALUE_INVALID) in SendRet()
205 && value <= static_cast<int32_t>(DevicestatusDataUtils::DevicestatusValue::VALUE_EXIT)) { in SendRet()

12