Lines Matching defs:switchFlag
2835 int32_t MMIService::ReadTouchpadScrollSwich(bool &switchFlag)
2837 MouseEventHdr->GetTouchpadScrollSwitch(switchFlag);
2841 int32_t MMIService::ReadTouchpadScrollDirection(bool &switchFlag)
2843 MouseEventHdr->GetTouchpadScrollDirection(switchFlag);
2847 int32_t MMIService::ReadTouchpadTapSwitch(bool &switchFlag)
2849 MouseEventHdr->GetTouchpadTapSwitch(switchFlag);
2859 int32_t MMIService::ReadTouchpadPinchSwitch(bool &switchFlag)
2861 TOUCH_EVENT_HDR->GetTouchpadPinchSwitch(switchFlag);
2865 int32_t MMIService::ReadTouchpadSwipeSwitch(bool &switchFlag)
2867 TOUCH_EVENT_HDR->GetTouchpadSwipeSwitch(switchFlag);
2885 int32_t MMIService::SetTouchpadScrollSwitch(bool switchFlag)
2890 [switchFlag] {
2891 return ::OHOS::DelayedSingleton<MouseEventNormalize>::GetInstance()->SetTouchpadScrollSwitch(switchFlag);
2902 int32_t MMIService::GetTouchpadScrollSwitch(bool &switchFlag)
2907 [this, &switchFlag] {
2908 return this->ReadTouchpadScrollSwich(switchFlag);
2953 int32_t MMIService::SetTouchpadTapSwitch(bool switchFlag)
2958 [switchFlag] {
2959 return ::OHOS::DelayedSingleton<MouseEventNormalize>::GetInstance()->SetTouchpadTapSwitch(switchFlag);
2970 int32_t MMIService::GetTouchpadTapSwitch(bool &switchFlag)
2975 [this, &switchFlag] {
2976 return this->ReadTouchpadTapSwitch(switchFlag);
3021 int32_t MMIService::SetTouchpadPinchSwitch(bool switchFlag)
3026 [switchFlag] {
3027 return ::OHOS::DelayedSingleton<TouchEventNormalize>::GetInstance()->SetTouchpadPinchSwitch(switchFlag);
3038 int32_t MMIService::GetTouchpadPinchSwitch(bool &switchFlag)
3043 [this, &switchFlag] {
3044 return this->ReadTouchpadPinchSwitch(switchFlag);
3055 int32_t MMIService::SetTouchpadSwipeSwitch(bool switchFlag)
3060 [switchFlag] {
3061 return ::OHOS::DelayedSingleton<TouchEventNormalize>::GetInstance()->SetTouchpadSwipeSwitch(switchFlag);
3072 int32_t MMIService::GetTouchpadSwipeSwitch(bool &switchFlag)
3077 [this, &switchFlag] {
3078 return this->ReadTouchpadSwipeSwitch(switchFlag);
3435 int32_t MMIService::SetTouchpadThreeFingersTapSwitch(bool switchFlag)
3440 [switchFlag] {
3442 switchFlag);
3453 int32_t MMIService::GetTouchpadThreeFingersTapSwitch(bool &switchFlag)
3458 [&switchFlag] {
3460 switchFlag);