Searched refs:ERROR_LOG_STR (Results 1 - 10 of 10) sorted by relevance
/test/ostest/wukong/component_event/src/ |
H A D | tree_manager.cpp | 70 ERROR_LOG_STR("GetChildElementInfo failed! Errorcode : (%d) ", res); in RecursGetChildElementInfo() 88 ERROR_LOG_STR("Now BundleName is (%s) , Deep is (%d)", curBundleName.c_str(), componentChild->GetIndex()); in RecursGetChildElementInfo() 207 ERROR_LOG_STR("ability index (%d) more than pageTreeList count (%d)", currentAbilityNode_->GetIndex(), in MakeAndCheckNewAbility() 213 ERROR_LOG_STR("page index (%d) more than componentTreeList count (%d)", currentPageNode_->GetIndex(), in MakeAndCheckNewAbility() 263 ERROR_LOG_STR("Accessibility Ability get root element info failed! ErrCode : (%d) ", bResult); in UpdateComponentInfo() 351 ERROR_LOG_STR("component index (%d) more than elementInfoList count (%d)", componentNode->GetIndex(), in SetActiveComponent() 370 ERROR_LOG_STR("component index (%d) more than elementInfoList count (%d)", inputComponent->GetIndex(), in SetActiveComponent() 431 ERROR_LOG_STR("UpdatePage child index (%d) more than elementInfoList_ GetChildren() size (%u)", index, in UpdatePage() 441 ERROR_LOG_STR("UpdatePage back layer (%d) more than currentPageNode_ parent (%p)", layer, in UpdatePage() 450 ERROR_LOG_STR("currentPageNode in UpdatePage() [all...] |
/test/ostest/wukong/report/src/ |
H A D | exception_manager.cpp | 45 ERROR_LOG_STR("failed to create dir: %s", DEFAULT_DIR.c_str()); in InitReportFolder() 64 ERROR_LOG_STR("Failed to create csv file at: %s", filePath.c_str()); in InitCsvFile()
|
H A D | report.cpp | 137 ERROR_LOG_STR("dir{%s} opendir error", DEFAULT_DIR.c_str()); in EnvInit() 476 ERROR_LOG_STR("dir{%s} opendir error", hilogDirs_.c_str()); in HilogFileRecord()
|
/test/ostest/wukong/common/src/ |
H A D | wukong_util.cpp | 264 ERROR_LOG_STR("bundle name '%s' is not be included in all bundles", arguments[i].c_str()); in CheckArgumentList() 296 ERROR_LOG_STR("Ability name '%s' is not be included in all abilities", arguments[i].c_str()); in CheckAbilityArgumentList() 582 ERROR_LOG_STR("WriteBundleInfo getBundleInfo result %d, bundleName: %s", result, in GetAllAbilitiesByBundleName() 619 ERROR_LOG_STR("WriteWuKongBundleInfo getBundleInfo result %d", getBundleResult); in GetAllAbilities() 659 ERROR_LOG_STR("failed to get source file path (%s), errno: (%d)", sourceFile.c_str(), errno); in CopyFile() 673 ERROR_LOG_STR("failed to get dest dir path (%s), errno: (%d)", destDir.c_str(), errno); in CopyFile()
|
/test/ostest/wukong/input_factory/src/ |
H A D | appswitch_input.cpp | 47 ERROR_LOG_STR("bundleList (%u) or abilityList (%u) is 0", bundleList.size(), abilityList.size()); in OrderInput() 70 ERROR_LOG_STR("bundleList (%u) or abilityList (%u) is 0", bundleList.size(), abilityList.size()); in RandomInput()
|
H A D | record_input.cpp | 97 ERROR_LOG_STR("Failed to create csv file at: %s", filePath.c_str()); in InitEventRecordFile()
|
/test/ostest/wukong/common/include/ |
H A D | wukong_define.h | 46 #define ERROR_LOG_STR(format, ...) \ macro
|
/test/ostest/wukong/shell_command/src/ |
H A D | wukong_shell_command.cpp | 116 ERROR_LOG_STR("GetTestFlow TestFlow is null command (%s)", cmd_.c_str()); in RunTestCommand()
|
/test/ostest/wukong/test_flow/src/ |
H A D | special_test_flow.cpp | 220 ERROR_LOG_STR("bundleList (%u) or abilityList (%u) is 0", bundleList.size(), abilityList.size()); in ProtectRightAbility()
|
H A D | random_test_flow.cpp | 478 ERROR_LOG_STR("Ability Name : ("%s") startup failed", abilityList[index].c_str()); in ProtectRightAbility()
|
Completed in 8 milliseconds