Home
last modified time | relevance | path

Searched refs:MOUSE_AUTO_CLICK_VALUE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_settings_config_test.cpp28 constexpr int32_t MOUSE_AUTO_CLICK_VALUE = 2; variable
446 settingConfig_->SetMouseAutoClick(MOUSE_AUTO_CLICK_VALUE);
447 EXPECT_EQ(MOUSE_AUTO_CLICK_VALUE, settingConfig_->GetMouseAutoClick());
461 settingConfig_->SetMouseAutoClick(MOUSE_AUTO_CLICK_VALUE);
462 EXPECT_EQ(MOUSE_AUTO_CLICK_VALUE, settingConfig_->GetMouseAutoClick());
H A Daccessible_ability_manager_service_test.cpp42 constexpr int32_t MOUSE_AUTO_CLICK_VALUE = 3; variable
392 int32_t value = MOUSE_AUTO_CLICK_VALUE;
1487 int32_t value = MOUSE_AUTO_CLICK_VALUE;
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessible_ability_manager_service_stub.cpp23 constexpr int32_t MOUSE_AUTO_CLICK_VALUE = 10; variable
445 configData.mouseAutoClick_ = MOUSE_AUTO_CLICK_VALUE; in GetAllConfigs()