Searched refs:ERROR_LOG_STR (Results 1 – 10 of 10) sorted by relevance
/test/ostest/wukong/component_event/src/ |
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->GetI… in RecursGetChildElementInfo() 207 …ERROR_LOG_STR("ability index (%d) more than pageTreeList count (%d)", currentAbilityNode_->GetInde… 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->GetInde… in SetActiveComponent() 431 …ERROR_LOG_STR("UpdatePage child index (%d) more than elementInfoList_ GetChildren() size (%u)", in… in UpdatePage() 441 … ERROR_LOG_STR("UpdatePage back layer (%d) more than currentPageNode_ parent (%p)", layer, in UpdatePage() 450 ERROR_LOG_STR("currentPageNode_ index (%u) more than componentTreeList_ size (%u)", in UpdatePage() [all …]
|
/test/ostest/wukong/report/src/ |
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()
|
D | report.cpp | 137 ERROR_LOG_STR("dir{%s} opendir error", DEFAULT_DIR.c_str()); in EnvInit() 475 ERROR_LOG_STR("dir{%s} opendir error", hilogDirs_.c_str()); in HilogFileRecord()
|
/test/ostest/wukong/input_factory/src/ |
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()
|
D | record_input.cpp | 96 ERROR_LOG_STR("Failed to create csv file at: %s", filePath.c_str()); in InitEventRecordFile()
|
/test/ostest/wukong/common/src/ |
D | wukong_util.cpp | 224 … ERROR_LOG_STR("bundle name '%s' is not be included in all bundles", arguments[i].c_str()); in CheckArgumentList() 256 … ERROR_LOG_STR("Ability name '%s' is not be included in all abilities", arguments[i].c_str()); in CheckAbilityArgumentList() 504 ERROR_LOG_STR("WriteBundleInfo getBundleInfo result %d, bundleName: %s", result, in GetAllAbilitiesByBundleName() 541 ERROR_LOG_STR("WriteWuKongBundleInfo getBundleInfo result %d", getBundleResult); in GetAllAbilities() 581 … ERROR_LOG_STR("failed to get source file path (%s), errno: (%d)", sourceFile.c_str(), errno); in CopyFile() 595 ERROR_LOG_STR("failed to get dest dir path (%s), errno: (%d)", destDir.c_str(), errno); in CopyFile()
|
/test/ostest/wukong/common/include/ |
D | wukong_define.h | 46 #define ERROR_LOG_STR(format, ...) \ macro
|
/test/ostest/wukong/shell_command/src/ |
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/ |
D | special_test_flow.cpp | 219 … ERROR_LOG_STR("bundleList (%u) or abilityList (%u) is 0", bundleList.size(), abilityList.size()); in ProtectRightAbility()
|
D | random_test_flow.cpp | 439 ERROR_LOG_STR("Ability Name : ("%s") startup failed", abilityList[index].c_str()); in ProtectRightAbility()
|