Home
last modified time | relevance | path

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

/base/msdp/device_status/libs/src/
Ddevicestatus_algorithm_manager.cpp58 case DevicestatusDataUtils::TYPE_STILL: { in RegisterCallback()
83 case DevicestatusDataUtils::TYPE_STILL: { in UnregisterCallback()
126 case DevicestatusDataUtils::TYPE_STILL: in GetSensorTypeId()
147 case DevicestatusDataUtils::TYPE_STILL: { in Enable()
176 case DevicestatusDataUtils::TYPE_STILL: { in Disable()
Ddevicestatus_msdp_mock.cpp75 if (type < DevicestatusDataUtils::DevicestatusType::TYPE_STILL || in Enable()
186 for (int32_t i = int(DevicestatusDataUtils::DevicestatusType::TYPE_STILL); in GetDeviceStatusData()
Ddevicestatus_data_parse.cpp56 if (type < DevicestatusDataUtils::DevicestatusType::TYPE_STILL || in DataInit()
/base/msdp/device_status/interfaces/innerkits/include/
Ddevicestatus_data_utils.h27 TYPE_STILL, enumerator
67 {DevicestatusDataUtils::DevicestatusType::TYPE_STILL, "TYPE_STILL"},
/base/msdp/device_status/libs/src/algorithm/
Dalgo_absolute_still.cpp56 …UpdateStateAndReport(DevicestatusDataUtils::VALUE_ENTER, STILL, DevicestatusDataUtils::TYPE_STILL); in ExecuteOperation()
63 …ateStateAndReport(DevicestatusDataUtils::VALUE_EXIT, NON_STILL, DevicestatusDataUtils::TYPE_STILL); in ExecuteOperation()
/base/msdp/device_status/services/native/test/unittest/src/
Ddevicestatus_agent_test.cpp162 …int32_t ret = agent1_->SubscribeAgentEvent(DevicestatusDataUtils::DevicestatusType::TYPE_STILL, ag…
166 agent1_->UnSubscribeAgentEvent(DevicestatusDataUtils::DevicestatusType::TYPE_STILL);
205 …ret = agent1_->SubscribeAgentEvent(DevicestatusDataUtils::DevicestatusType::TYPE_STILL, agentEvent…
211 ret = agent1_->UnSubscribeAgentEvent(DevicestatusDataUtils::DevicestatusType::TYPE_STILL);
234 …ret = agent1_->SubscribeAgentEvent(DevicestatusDataUtils::DevicestatusType::TYPE_STILL, agentEvent…
248 ret = agent1_->UnSubscribeAgentEvent(DevicestatusDataUtils::DevicestatusType::TYPE_STILL);
269 …ret = agent1_->SubscribeAgentEvent(DevicestatusDataUtils::DevicestatusType::TYPE_STILL, agentEvent…
279 ret = agent1_->UnSubscribeAgentEvent(DevicestatusDataUtils::DevicestatusType::TYPE_STILL);
298 …ret = agent1_->SubscribeAgentEvent(DevicestatusDataUtils::DevicestatusType::TYPE_STILL, agentEvent…
304 ret = agent1_->UnSubscribeAgentEvent(DevicestatusDataUtils::DevicestatusType::TYPE_STILL);
Ddevicestatus_service_test.cpp70 …DevicestatusDataUtils::DevicestatusType type = DevicestatusDataUtils::DevicestatusType::TYPE_STILL;
75 EXPECT_TRUE(data.type == DevicestatusDataUtils::DevicestatusType::TYPE_STILL && \
Ddevicestatus_client_test.cpp101 DevicestatusDataUtils::DevicestatusType::TYPE_STILL,
/base/msdp/device_status/services/native/test/moduletest/src/
Ddevicestatus_module_test.cpp68 …DevicestatusDataUtils::DevicestatusType type = DevicestatusDataUtils::DevicestatusType::TYPE_STILL;
73 EXPECT_EQ(true, data.type == DevicestatusDataUtils::DevicestatusType::TYPE_STILL && \
/base/msdp/device_status/frameworks/js/napi/src/
Ddevicestatus_napi.cpp129 return DevicestatusDataUtils::DevicestatusType::TYPE_STILL; in ConvertTypeToInt()
312 NAPI_ASSERT(env, (type >= DevicestatusDataUtils::DevicestatusType::TYPE_STILL) && in SubscribeDeviceStatus()
345 NAPI_ASSERT(env, (type >= DevicestatusDataUtils::DevicestatusType::TYPE_STILL) && in UnsubscribeDeviceStatus()
396 NAPI_ASSERT(env, (type >= DevicestatusDataUtils::DevicestatusType::TYPE_STILL) && in GetDeviceStatus()
/base/msdp/device_status/services/native/src/
Ddevicestatus_service.cpp107 for (type = DevicestatusDataUtils::TYPE_STILL; in Dump()
Ddevicestatus_dumper.cpp185 case DevicestatusDataUtils::TYPE_STILL: { in GetStatusType()