Home
last modified time | relevance | path

Searched refs:TYPE_LID_OPEN (Results 1 – 9 of 9) sorted by relevance

/base/msdp/device_status/interfaces/innerkits/include/
Dstationary_data.h33 TYPE_LID_OPEN, enumerator
108 {Type::TYPE_LID_OPEN, "LID_OPEN"},
/base/msdp/device_status/frameworks/native/src/
Ddevicestatus_agent.cpp47 if (!(type > Type::TYPE_INVALID && type <= Type::TYPE_LID_OPEN) || in SubscribeAgentEvent()
59 …if (type > Type::TYPE_INVALID && type <= Type::TYPE_LID_OPEN && event > ActivityEvent::EVENT_INVAL… in UnsubscribeAgentEvent()
Ddevicestatus_client.cpp121 if (type > Type::TYPE_INVALID && type <= Type::TYPE_LID_OPEN) { in SubscribeCallback()
168 && type <= Type::TYPE_LID_OPEN) { in GetDeviceStatusData()
/base/msdp/device_status/test/systemtest/src/
Ddevicestatus_client_test.cpp150 Type type = Type::TYPE_LID_OPEN;
250 Type type = Type::TYPE_LID_OPEN;
255 EXPECT_TRUE(data.type == Type::TYPE_LID_OPEN &&
/base/msdp/device_status/libs/test/unittest/src/
Ddevice_status_algorithm_test.cpp201 bool result = g_manager->StartSensor(Type::TYPE_LID_OPEN);
221 int32_t ret = g_manager->Enable(Type::TYPE_LID_OPEN);
623 ret = algo->pAlgorithm->Enable(Type::TYPE_LID_OPEN);
Ddevice_status_mock_test.cpp216 EXPECT_TRUE(g_testMock->Enable(Type::TYPE_LID_OPEN) == ERR_OK);
217 EXPECT_TRUE(g_testMock->Disable(Type::TYPE_LID_OPEN) == ERR_OK);
/base/msdp/device_status/frameworks/js/napi/src/
Ddevicestatus_napi.cpp275 if ((type < Type::TYPE_ABSOLUTE_STILL) || (type > Type::TYPE_LID_OPEN)) { in CheckGetParam()
298 if ((type < Type::TYPE_ABSOLUTE_STILL) || (type > Type::TYPE_LID_OPEN)) { in GetParameters()
384 if ((type < Type::TYPE_ABSOLUTE_STILL) || (type > Type::TYPE_LID_OPEN)) { in SubscribeDeviceStatus()
/base/msdp/device_status/services/native/src/
Ddevicestatus_dumper.cpp251 case TYPE_LID_OPEN: { in GetStatusType()
Ddevicestatus_service.cpp151 … for (auto type = TYPE_ABSOLUTE_STILL; type <= TYPE_LID_OPEN; type = static_cast<Type>(type + 1)) { in Dump()