Home
last modified time | relevance | path

Searched refs:ERROR_LOG_STR (Results 1 – 10 of 10) sorted by relevance

/test/ostest/wukong/component_event/src/
Dtree_manager.cpp70 ERROR_LOG_STR("GetChildElementInfo failed! Errorcode : (%d) ", res); in RecursGetChildElementInfo()
88ERROR_LOG_STR("Now BundleName is (%s) , Deep is (%d)", curBundleName.c_str(), componentChild->GetI… in RecursGetChildElementInfo()
207ERROR_LOG_STR("ability index (%d) more than pageTreeList count (%d)", currentAbilityNode_->GetInde… in MakeAndCheckNewAbility()
213ERROR_LOG_STR("page index (%d) more than componentTreeList count (%d)", currentPageNode_->GetIndex… in MakeAndCheckNewAbility()
263ERROR_LOG_STR("Accessibility Ability get root element info failed! ErrCode : (%d) ", bResult); in UpdateComponentInfo()
351ERROR_LOG_STR("component index (%d) more than elementInfoList count (%d)", componentNode->GetIndex… in SetActiveComponent()
370ERROR_LOG_STR("component index (%d) more than elementInfoList count (%d)", inputComponent->GetInde… in SetActiveComponent()
431ERROR_LOG_STR("UpdatePage child index (%d) more than elementInfoList_ GetChildren() size (%u)", in… in UpdatePage()
441ERROR_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/
Dexception_manager.cpp45 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()
Dreport.cpp137 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/
Dappswitch_input.cpp47ERROR_LOG_STR("bundleList (%u) or abilityList (%u) is 0", bundleList.size(), abilityList.size()); in OrderInput()
70ERROR_LOG_STR("bundleList (%u) or abilityList (%u) is 0", bundleList.size(), abilityList.size()); in RandomInput()
Drecord_input.cpp96 ERROR_LOG_STR("Failed to create csv file at: %s", filePath.c_str()); in InitEventRecordFile()
/test/ostest/wukong/common/src/
Dwukong_util.cpp224ERROR_LOG_STR("bundle name '%s' is not be included in all bundles", arguments[i].c_str()); in CheckArgumentList()
256ERROR_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()
581ERROR_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/
Dwukong_define.h46 #define ERROR_LOG_STR(format, ...) \ macro
/test/ostest/wukong/shell_command/src/
Dwukong_shell_command.cpp116 ERROR_LOG_STR("GetTestFlow TestFlow is null command (%s)", cmd_.c_str()); in RunTestCommand()
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp219ERROR_LOG_STR("bundleList (%u) or abilityList (%u) is 0", bundleList.size(), abilityList.size()); in ProtectRightAbility()
Drandom_test_flow.cpp439 ERROR_LOG_STR("Ability Name : ("%s") startup failed", abilityList[index].c_str()); in ProtectRightAbility()