Searched refs:hasListener (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_input_event/ |
H A D | ui_test_input_event.cpp | 292 bool hasListener, in InnerBubbleTest() 330 if (hasListener) { in InnerBubbleTest() 368 bool hasListener, in InnerBubbleDragTest() 418 if (hasListener) { in InnerBubbleDragTest() 289 InnerBubbleTest(const char* title, bool touchable, bool draggable, bool hasListener, bool isBubble) InnerBubbleTest() argument 365 InnerBubbleDragTest(const char* title, bool childDraggable, bool parentDraggable, bool hasListener, bool isBubble) InnerBubbleDragTest() argument
|
H A D | ui_test_input_event.h | 434 void InnerBubbleTest(const char* title, bool touchable, bool draggable, bool hasListener, bool isBubble); 438 bool hasListener,
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy.cpp | 370 infos->hasListener = true; in InitCjFileInfo() 555 if (infos->hasListener && callback != nullptr) { in StartNotify() 649 if (!infos->hasListener) { in ExecLocal() 720 if (callback != nullptr && infos->hasListener) { in CopyComplete()
|
H A D | copy.h | 99 bool hasListener = false; member
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.cpp | 461 if (!infos->hasListener) { in ExecLocal() 814 infos->hasListener = true; in CreateFileInfos() 827 if (infos->hasListener && callback != nullptr) { in StartNotify() 893 if (callback != nullptr && infos->hasListener) { in CopyComplete()
|
H A D | copy.h | 89 bool hasListener = false; member
|
Completed in 6 milliseconds