Searched refs:TYPE_INVALID (Results 1 – 16 of 16) sorted by relevance
/base/msdp/device_status/services/native/test/unittest/src/ |
D | devicestatus_agent_test.cpp | 29 Type DeviceStatusAgentTest::g_agentTest = Type::TYPE_INVALID; 177 int32_t ret = g_agent1->SubscribeAgentEvent(Type::TYPE_INVALID, ActivityEvent::ENTER_EXIT, 182 ret = g_agent1->UnsubscribeAgentEvent(Type::TYPE_INVALID, ActivityEvent::ENTER_EXIT); 202 ret = g_agent1->UnsubscribeAgentEvent(Type::TYPE_INVALID, ActivityEvent::ENTER_EXIT); 219 int32_t ret = g_agent1->SubscribeAgentEvent(Type::TYPE_INVALID, ActivityEvent::ENTER_EXIT, 227 ret = g_agent1->UnsubscribeAgentEvent(Type::TYPE_INVALID, ActivityEvent::ENTER_EXIT); 263 int32_t ret = g_agent1->SubscribeAgentEvent(Type::TYPE_INVALID, ActivityEvent::ENTER_EXIT, 274 ret = g_agent1->UnsubscribeAgentEvent(Type::TYPE_INVALID, ActivityEvent::ENTER_EXIT);
|
D | devicestatus_service_test.cpp | 37 Type g_type { Type::TYPE_INVALID }; 355 invalidData.type = Type::TYPE_INVALID;
|
/base/msdp/device_status/interfaces/innerkits/include/ |
D | stationary_data.h | 26 TYPE_INVALID = -1, enumerator 80 Type type { TYPE_INVALID };
|
D | i_devicestatus_storage.h | 29 Type type { TYPE_INVALID };
|
/base/msdp/device_status/frameworks/native/src/ |
D | devicestatus_agent.cpp | 47 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()
|
D | devicestatus_client.cpp | 121 if (type > Type::TYPE_INVALID && type <= Type::TYPE_LID_OPEN) { in SubscribeCallback() 141 if ((type < TYPE_INVALID) || (type > TYPE_MAX)) { in UnsubscribeCallback() 157 devicestatusData.type = Type::TYPE_INVALID; in GetDeviceStatusData() 167 if (type > Type::TYPE_INVALID in GetDeviceStatusData()
|
/base/msdp/device_status/services/native/src/ |
D | devicestatus_manager.cpp | 56 if ((type <= TYPE_INVALID) || (type >= TYPE_MAX)) { in GetLatestDeviceStatusData() 78 if (type == Type::TYPE_INVALID) { in Enable() 181 if ((type_ <= TYPE_INVALID) || (type_ >= TYPE_MAX)) { in Subscribe() 227 if ((type <= TYPE_INVALID) || (type >= TYPE_MAX)) { in Unsubscribe()
|
/base/msdp/device_status/libs/include/algorithm/ |
D | algo_base.h | 61 Data reportInfo_ { TYPE_INVALID,
|
/base/msdp/device_status/test/systemtest/src/ |
D | devicestatus_client_test.cpp | 81 Type type = Type::TYPE_INVALID; 269 Type type = Type::TYPE_INVALID; 274 EXPECT_TRUE(data.type == Type::TYPE_INVALID && 293 EXPECT_TRUE(data.type == Type::TYPE_INVALID &&
|
/base/msdp/device_status/libs/include/ |
D | devicestatus_algorithm_manager.h | 65 Type algoType_ { TYPE_INVALID };
|
/base/msdp/device_status/libs/test/unittest/src/ |
D | device_status_algorithm_test.cpp | 141 bool ret = still.Init(TYPE_INVALID); 161 bool ret = horizontal.Init(TYPE_INVALID); 179 bool ret = vertical.Init(TYPE_INVALID); 356 bool result = g_manager->StartSensor(Type::TYPE_INVALID); 411 bool result = g_manager->StartSensor(Type::TYPE_INVALID); 413 g_manager->GetSensorTypeId(Type::TYPE_INVALID);
|
D | device_status_mock_test.cpp | 152 EXPECT_TRUE(g_testMock->Enable(Type::TYPE_INVALID) == ERR_OK); 153 EXPECT_TRUE(g_testMock->Disable(Type::TYPE_INVALID) == ERR_OK); 358 EXPECT_FALSE(g_testMock->NotifyMsdpImpl({TYPE_INVALID, VALUE_INVALID}) == ERR_OK);
|
/base/msdp/device_status/services/native/include/ |
D | devicestatus_dumper.h | 45 Type type { TYPE_INVALID };
|
/base/msdp/device_status/services/native/test/moduletest/src/ |
D | devicestatus_module_test.cpp | 38 Type DeviceStatusModuleTest::g_moduleTest = Type::TYPE_INVALID;
|
/base/msdp/device_status/frameworks/js/napi/src/ |
D | devicestatus_napi.cpp | 133 return Type::TYPE_INVALID; in ConvertTypeToInt() 459 if (devicestatusData.type == Type::TYPE_INVALID) { in GetDeviceStatus()
|
/base/msdp/device_status/services/communication/client/src/ |
D | devicestatus_srv_proxy.cpp | 98 devicestatusData.type = Type::TYPE_INVALID; in GetCache()
|