Home
last modified time | relevance | path

Searched refs:CheckPointerToEdge (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dhot_area.h60 void CheckPointerToEdge(HotAreaType type);
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dhot_area.cpp81 CheckPointerToEdge(type_); in ProcessData()
106 void HotArea::CheckPointerToEdge(HotAreaType type) in CheckPointerToEdge() function in OHOS::Msdp::DeviceStatus::Cooperate::HotArea
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp359 g_context->hotArea_.CheckPointerToEdge(HotAreaType::AREA_LEFT); in HWTEST_F()
360 g_context->hotArea_.CheckPointerToEdge(HotAreaType::AREA_RIGHT); in HWTEST_F()
361 g_context->hotArea_.CheckPointerToEdge(HotAreaType::AREA_TOP); in HWTEST_F()
362 g_context->hotArea_.CheckPointerToEdge(HotAreaType::AREA_BOTTOM); in HWTEST_F()
363 g_context->hotArea_.CheckPointerToEdge(HotAreaType::AREA_NONE); in HWTEST_F()

Completed in 6 milliseconds