Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddevicestatus_agent_test.cpp76 g_agentTest = Type::TYPE_STILL;
96 g_agentTest = Type::TYPE_STILL;
125 g_agentTest = Type::TYPE_STILL;
192 g_agentTest = Type::TYPE_STILL;
219 int32_t ret = g_agent1->SubscribeAgentEvent(Type::TYPE_STILL, ActivityEvent::ENTER_EXIT,
265 g_agentTest = Type::TYPE_STILL;
276 Type::TYPE_STILL,
H A Ddevicestatus_service_test.cpp255 g_type = Type::TYPE_STILL;
270 g_type = Type::TYPE_STILL;
274 EXPECT_TRUE(data.type == Type::TYPE_STILL &&
287 g_type = Type::TYPE_STILL;
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Dstationary_data.h30 TYPE_STILL, enumerator
105 { Type::TYPE_STILL, "still" },
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_msdp_monitor_manager.cpp64 Msdp::MovementDataUtils::MovementType::TYPE_STILL, deviceMovementCallback_) != ERR_OK) { in RegisterMovementCallBack()
77 Msdp::MovementDataUtils::MovementType::TYPE_STILL, deviceMovementCallback_); in UnRegisterMovementCallBack()
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dlocator_msdp_state_change_cb.cpp29 if (movementData.type == Msdp::MovementDataUtils::MovementType::TYPE_STILL) { in OnMovementChanged()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_msdp_state_listener.cpp42 if (movementData.type == Msdp::MovementDataUtils::MovementType::TYPE_STILL) { in OnMovementChanged()
H A Dwifi_event_subscriber_manager.cpp567 Msdp::MovementDataUtils::MovementType::TYPE_STILL, deviceMovementCallback_) != ERR_OK) { in RegisterMovementCallBack()
584 Msdp::MovementDataUtils::MovementType::TYPE_STILL, deviceMovementCallback_); in UnRegisterMovementCallBack()
/ohos5.0/base/msdp/device_status/test/unittest/services/moduletest/src/
H A Ddevicestatus_module_test.cpp134 g_moduleTest = Type::TYPE_STILL;
/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_msdp_mock.cpp44 TYPE_STILL, in DeviceStatusMsdpMock()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp408 Msdp::MovementDataUtils::MovementType::TYPE_STILL, deviceMovementObserver_) != ERR_OK) { in InitDeviceMovementObserver()
431 Msdp::MovementDataUtils::MovementType::TYPE_STILL, deviceMovementObserver_); in DisableDeviceMovementObserver()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/src/
H A Ddevicestatus_napi.cpp126 return Type::TYPE_STILL; in ConvertTypeToInt()