Searched refs:isBlocked (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | gesture_referee.cpp | 154 void GestureScope::Close(bool isBlocked) in Close() argument 166 recognizer->FinishReferee(static_cast<int32_t>(touchId_), isBlocked); in Close() local 331 void GestureReferee::CleanAll(bool isBlocked) in CleanAll() argument 334 iter->second->Close(isBlocked); in CleanAll() 427 bool isBlocked = false; in HandleAcceptDisposal() local 430 isBlocked = true; in HandleAcceptDisposal() 434 if (isBlocked) { in HandleAcceptDisposal() 452 bool isBlocked = false; in HandlePendingDisposal() local 455 isBlocked = true; in HandlePendingDisposal() 459 if (isBlocked) { in HandlePendingDisposal() [all...] |
H A D | gesture_referee.h | 58 void Close(bool isBlocked = false); 137 void CleanAll(bool isBlocked = false);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | gesture_recognizer.h | 71 void FinishReferee(int32_t touchId, bool isBlocked = false) in FinishReferee() 73 OnFinishGestureReferee(touchId, isBlocked); in FinishReferee() 242 void ResetStatusOnFinish(bool isBlocked = false) in ResetStatusOnFinish() 244 if (isBlocked && refereeState_ == RefereeState::SUCCEED) { in ResetStatusOnFinish() 421 virtual void OnFinishGestureReferee(int32_t touchId, bool isBlocked = false) {} in OnFinishGestureReferee()
|
H A D | recognizer_group.cpp | 52 void RecognizerGroup::OnFinishGestureReferee(int32_t touchId, bool isBlocked) in OnFinishGestureReferee() argument 56 child->FinishReferee(touchId, isBlocked); in OnFinishGestureReferee() 59 MultiFingersRecognizer::OnFinishGestureReferee(touchId, isBlocked); in OnFinishGestureReferee()
|
H A D | multi_fingers_recognizer.cpp | 82 void MultiFingersRecognizer::OnFinishGestureReferee(int32_t touchId, bool isBlocked) in OnFinishGestureReferee() argument 87 ResetStatusOnFinish(isBlocked); in OnFinishGestureReferee()
|
H A D | multi_fingers_recognizer.h | 91 void OnFinishGestureReferee(int32_t touchId, bool isBlocked) override;
|
H A D | recognizer_group.h | 200 void OnFinishGestureReferee(int32_t touchId, bool isBlocked = false) override;
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/include/ |
H A D | plugin_mgr_test.h | 35 static std::atomic<bool> isBlocked;
member in OHOS::ResourceSchedule::PluginMgrTest
|
/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | multi_fingers_recognizer_test_ng.cpp | 159 MOCK_METHOD(void, ResetStatusOnFinish, (bool isBlocked), ()); 178 MOCK_METHOD(void, ResetStatusOnFinish, (bool isBlocked), ());
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | plugin_mgr_test.cpp | 35 atomic<bool> PluginMgrTest::isBlocked = false;
80 while (PluginMgrTest::isBlocked.load()) {}
in GetTestPlugin()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_record.h | 938 void SetProcessCacheBlocked(bool isBlocked);
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_record.cpp | 2506 void AppRunningRecord::SetProcessCacheBlocked(bool isBlocked) in SetProcessCacheBlocked() argument 2508 processCacheBlocked = isBlocked; in SetProcessCacheBlocked()
|
Completed in 11 milliseconds