Home
last modified time | relevance | path

Searched refs:isBlocked (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_referee.cpp154 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 Dgesture_referee.h58 void Close(bool isBlocked = false);
137 void CleanAll(bool isBlocked = false);
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.h71 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 Drecognizer_group.cpp52 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 Dmulti_fingers_recognizer.cpp82 void MultiFingersRecognizer::OnFinishGestureReferee(int32_t touchId, bool isBlocked) in OnFinishGestureReferee() argument
87 ResetStatusOnFinish(isBlocked); in OnFinishGestureReferee()
H A Dmulti_fingers_recognizer.h91 void OnFinishGestureReferee(int32_t touchId, bool isBlocked) override;
H A Drecognizer_group.h200 void OnFinishGestureReferee(int32_t touchId, bool isBlocked = false) override;
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/include/
H A Dplugin_mgr_test.h35 static std::atomic<bool> isBlocked; member in OHOS::ResourceSchedule::PluginMgrTest
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dmulti_fingers_recognizer_test_ng.cpp159 MOCK_METHOD(void, ResetStatusOnFinish, (bool isBlocked), ());
178 MOCK_METHOD(void, ResetStatusOnFinish, (bool isBlocked), ());
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp35 atomic<bool> PluginMgrTest::isBlocked = false;
80 while (PluginMgrTest::isBlocked.load()) {} in GetTestPlugin()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h938 void SetProcessCacheBlocked(bool isBlocked);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp2506 void AppRunningRecord::SetProcessCacheBlocked(bool isBlocked) in SetProcessCacheBlocked() argument
2508 processCacheBlocked = isBlocked; in SetProcessCacheBlocked()

Completed in 11 milliseconds