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.cpp48 if (!(type > Type::TYPE_INVALID && type <= Type::TYPE_LID_OPEN) || in SubscribeAgentEvent()
60 …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.cpp83 result = stationaryMgr->SubscribeCallback(Type::TYPE_LID_OPEN, activityEvent, latency, cb);
85 result = stationaryMgr->UnsubscribeCallback(Type::TYPE_LID_OPEN, activityEvent, cb);
121 type = Type::TYPE_LID_OPEN;
/base/msdp/device_status/libs/test/unittest/src/
Ddevice_status_algorithm_test.cpp200 bool result = g_manager->StartSensor(Type::TYPE_LID_OPEN);
220 int32_t ret = g_manager->Enable(Type::TYPE_LID_OPEN);
598 ret = algo->pAlgorithm->Enable(Type::TYPE_LID_OPEN);
Ddevice_status_mock_test.cpp218 EXPECT_TRUE(g_testMock->Enable(Type::TYPE_LID_OPEN) == ERR_OK);
219 EXPECT_TRUE(g_testMock->Disable(Type::TYPE_LID_OPEN) == ERR_OK);
/base/msdp/device_status/frameworks/js/napi/src/
Ddevicestatus_napi.cpp273 if ((type < Type::TYPE_ABSOLUTE_STILL) || (type > Type::TYPE_LID_OPEN)) { in CheckGetParam()
296 if ((type < Type::TYPE_ABSOLUTE_STILL) || (type > Type::TYPE_LID_OPEN)) { in GetParameters()
383 if ((type < Type::TYPE_ABSOLUTE_STILL) || (type > Type::TYPE_LID_OPEN)) { in SubscribeDeviceStatus()
/base/msdp/device_status/services/native/src/
Ddevicestatus_dumper.cpp255 case TYPE_LID_OPEN: { in GetStatusType()
Ddevicestatus_service.cpp219 … for (auto type = TYPE_ABSOLUTE_STILL; type <= TYPE_LID_OPEN; type = static_cast<Type>(type + 1)) { in OnStart()