Searched refs:TYPE_STILL (Results 1 – 12 of 12) sorted by relevance
/base/msdp/device_status/libs/src/ |
D | devicestatus_algorithm_manager.cpp | 58 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()
|
D | devicestatus_msdp_mock.cpp | 75 if (type < DevicestatusDataUtils::DevicestatusType::TYPE_STILL || in Enable() 186 for (int32_t i = int(DevicestatusDataUtils::DevicestatusType::TYPE_STILL); in GetDeviceStatusData()
|
D | devicestatus_data_parse.cpp | 56 if (type < DevicestatusDataUtils::DevicestatusType::TYPE_STILL || in DataInit()
|
/base/msdp/device_status/interfaces/innerkits/include/ |
D | devicestatus_data_utils.h | 27 TYPE_STILL, enumerator 67 {DevicestatusDataUtils::DevicestatusType::TYPE_STILL, "TYPE_STILL"},
|
/base/msdp/device_status/libs/src/algorithm/ |
D | algo_absolute_still.cpp | 56 …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/ |
D | devicestatus_agent_test.cpp | 162 …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);
|
D | devicestatus_service_test.cpp | 70 …DevicestatusDataUtils::DevicestatusType type = DevicestatusDataUtils::DevicestatusType::TYPE_STILL; 75 EXPECT_TRUE(data.type == DevicestatusDataUtils::DevicestatusType::TYPE_STILL && \
|
D | devicestatus_client_test.cpp | 101 DevicestatusDataUtils::DevicestatusType::TYPE_STILL,
|
/base/msdp/device_status/services/native/test/moduletest/src/ |
D | devicestatus_module_test.cpp | 68 …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/ |
D | devicestatus_napi.cpp | 129 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/ |
D | devicestatus_service.cpp | 107 for (type = DevicestatusDataUtils::TYPE_STILL; in Dump()
|
D | devicestatus_dumper.cpp | 185 case DevicestatusDataUtils::TYPE_STILL: { in GetStatusType()
|