Home
last modified time | relevance | path

Searched refs:DEBUG_LOG (Results 1 – 13 of 13) sorted by relevance

/test/ostest/wukong/component_event/src/
Dscene_delegate.cpp109 DEBUG_LOG("first page"); in ChooseScene()
124 DEBUG_LOG("at same page"); in ChooseScene()
157 DEBUG_LOG("compare page"); in CompareComponentInfos()
180 DEBUG_LOG("update failed"); in CompareComponentInfos()
191 DEBUG_LOG("add new page"); in CompareComponentInfos()
257 DEBUG_LOG("go to same page"); in FindSamePageInChildren()
259 DEBUG_LOG("update failed"); in FindSamePageInChildren()
296 DEBUG_LOG("update failed"); in FindSamePageInParent()
300 DEBUG_LOG("continue to same page"); in FindSamePageInParent()
304 DEBUG_LOG("back to same page"); in FindSamePageInParent()
Dtree_manager.cpp115 DEBUG_LOG("Found same old ability"); in FindAbility()
136 DEBUG_LOG("Ability not change"); in MakeAndCheckNewAbility()
143 DEBUG_LOG("Ability changed"); in MakeAndCheckNewAbility()
/test/ostest/wukong/shell_command/src/
Dwukong_main.cpp59 DEBUG_LOG("File exist. Now create wukong test mutex."); in WuKongMutexFile()
62 DEBUG_LOG("File create. Now create wukong test mutex."); in WuKongMutexFile()
64 DEBUG_LOG("Error creating directory!"); in WuKongMutexFile()
102 DEBUG_LOG("Open Semaphore success"); in InitSemaphore()
Dwukong_shell_command.cpp128 DEBUG_LOG("Command arguments is invalid and exit"); in RunTestCommand()
137 DEBUG_LOG("connected successfully"); in RunTestCommand()
147 DEBUG_LOG("Test flow run failed"); in RunTestCommand()
/test/ostest/wukong/common/src/
Dapp_manager.cpp47 DEBUG_LOG("bundle start allow"); in AllowAbilityStart()
60 DEBUG_LOG("bundle start prohibition"); in AllowAbilityStart()
Dwukong_util.cpp47 DEBUG_LOG("Failed to get display pixelMap"); in TakeWuKongScreenCap()
56 DEBUG_LOG("error: png_create_write_struct nullptr!"); in TakeWuKongScreenCap()
61 DEBUG_LOG("error: png_create_info_struct error nullptr!"); in TakeWuKongScreenCap()
325 DEBUG_LOG("File exist."); in WukongScreenCap()
328 DEBUG_LOG("File create."); in WukongScreenCap()
330 DEBUG_LOG("Error creating directory!"); in WukongScreenCap()
339 DEBUG_LOG("The snapshot has been created."); in WukongScreenCap()
341 DEBUG_LOG("This snapshot can not be created."); in WukongScreenCap()
Dwukong_logger.cpp76 DEBUG_LOG("Logger already started"); in Start()
Dcomponent_manager.cpp195 DEBUG_LOG("handle permission window"); in PermoissionInput()
/test/ostest/wukong/report/src/
Dreport.cpp206 DEBUG_LOG("componmentType map"); in SyncInputInfo()
216 DEBUG_LOG("first appswitch abandon"); in SyncInputInfo()
268 DEBUG_LOG("start event statistics"); in SegmentedWriteCSV()
270 DEBUG_LOG("end event statistics"); in SegmentedWriteCSV()
271 DEBUG_LOG("start componment statistics"); in SegmentedWriteCSV()
273 DEBUG_LOG("end componment statistics"); in SegmentedWriteCSV()
318 DEBUG_LOG("SegmentedWriteJson start"); in SegmentedWriteJson()
397 DEBUG_LOG("SegmentedWriteJson end"); in SegmentedWriteJson()
416 DEBUG_LOG("hilog copy action"); in HilogFileRecord()
Dfilter_category.cpp34 DEBUG_LOG("record data"); in FilterDetail()
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp110 DEBUG_LOG(paramError.c_str()); in EnvInit()
124 DEBUG_LOG(paramError.c_str()); in EnvInit()
342 DEBUG_LOG(PARAM_COUNT_TIME_ERROR); in CheckArgument()
355 DEBUG_LOG(PARAM_TIME_COUNT_ERROR); in CheckArgument()
398 DEBUG_LOG(paramError.c_str()); in CheckPosition()
Drandom_test_flow.cpp377 DEBUG_LOG(PARAM_COUNT_TIME_ERROR); in CheckArgument()
390 DEBUG_LOG(PARAM_TIME_COUNT_ERROR); in CheckArgument()
/test/ostest/wukong/common/include/
Dwukong_define.h49 #define DEBUG_LOG(str) \ macro