/test/ostest/wukong/component_event/src/ |
H A D | normal_scene.cpp | 47 TRACK_LOG_STR("component inputcount: %d", (*it)->GetInputCount()); in SetInputComponentList() 50 TRACK_LOG_STR("index0: %d", distance(componentList.begin(), it)); in SetInputComponentList() 55 TRACK_LOG_STR("component inputcount: %d", (*it)->GetInputCount()); in SetInputComponentList() 58 TRACK_LOG_STR("inputed count: %d, componentList size: %d", count, componentList.size()); in SetInputComponentList() 60 TRACK_LOG_STR("index: %d", distance(componentList.begin(), it)); in SetInputComponentList() 73 TRACK_LOG_STR("componentList size: %d", componentList.size()); in SetInputComponentList() 74 TRACK_LOG_STR("indexList size: %d", indexList.size()); in SetInputComponentList() 125 TRACK_LOG_STR("component inputcount: %d", (*it)->GetInputCount()); in SetInputComponentListForFocusInput() 132 TRACK_LOG_STR("index0: %d", distance(componentList.begin(), it)); in SetInputComponentListForFocusInput()
|
H A D | scene_delegate.cpp | 56 TRACK_LOG_STR("GridContainer count %u", GRID_COUNT); in GetCurrentComponentInfo() 109 TRACK_LOG_STR("new component Node Id: %016llX", newcomponents->GetNodeId()); in ChooseScene() 210 TRACK_LOG_STR("is random back: %d", isBack_); in SetAvailableComponentList() 217 TRACK_LOG_STR("is special back: %d", isBack_); in SetAvailableComponentList() 252 TRACK_LOG_STR("current child ID: %016llX ", it->GetNodeId()); in FindSamePageInChildren() 282 TRACK_LOG_STR("current parent ID: %016llX ", parentpage->GetNodeId()); in FindSamePageInParent() 295 TRACK_LOG_STR("layer: (%d)", layer); in FindSamePageInParent()
|
H A D | focus_scene_delegate.cpp | 56 TRACK_LOG_STR("GridContainer count %u", GRID_COUNT); in GetCurrentComponentInfo() 109 TRACK_LOG_STR("new component Node Id: %016llX", newcomponents->GetNodeId()); in ChooseScene() 210 TRACK_LOG_STR("is random back: %d", isBack_); in SetAvailableComponentList() 217 TRACK_LOG_STR("is special back: %d", isBack_); in SetAvailableComponentList() 252 TRACK_LOG_STR("current child ID: %016llX", it->GetNodeId()); in FindSamePageInChildren() 282 TRACK_LOG_STR("current parent ID: %016llX ", parentpage->GetNodeId()); in FindSamePageInParent() 295 TRACK_LOG_STR("layer: (%d)", layer); in FindSamePageInParent()
|
H A D | tree_manager.cpp | 73 TRACK_LOG_STR("GetChildElementInfo child ID (%d), child count (%d), Type (%s)", in RecursGetChildElementInfo() 83 TRACK_LOG_STR("componentChild->GetIndex() is (%d)", componentChild->GetIndex()); in RecursGetChildElementInfo() 116 TRACK_LOG_STR("Component Node Indxe:(%d), NodeId:(0x%016llX), input count:(%u), Element ID(%d), Type(%s)", in RecursComponent() 120 TRACK_LOG_STR("Component Node Indxe:(%d), NodeId:(0x%016llX), input count:(%u)", componentTree->GetIndex(), in RecursComponent() 179 TRACK_LOG_STR("NewAbility Bundle: (%s), Bundle List Name: (%s)", newAbilityNode_->bundleName_.c_str(), in MakeAndCheckNewAbility() 455 TRACK_LOG_STR("currentPageNode_->GetIndex(): %d", currentPageNode_->GetIndex()); in UpdatePage()
|
H A D | page_tree.cpp | 111 TRACK_LOG_STR("Page Node ID: (0x%016llX)", nodeId_); in SetNodeId() 120 TRACK_LOG_STR("Componentpage path: (%s)", pagePath.c_str()); in SetNodeId()
|
H A D | component_tree.cpp | 84 TRACK_LOG_STR("component Type: (%d), Width: (%d), Height: (%d)", (uint32_t)type, (int32_t)w, (int32_t)h); in SetNodeId() 91 TRACK_LOG_STR("component Node ID: (0x%016llX), inspectorKey: (%s)", nodeId_, inspectorKey_.c_str()); in SetNodeId()
|
H A D | ability_tree.cpp | 61 TRACK_LOG_STR("Ability Node ID: (0x%016llX)", nodeId_); in SetNodeId()
|
H A D | wukong_tree.cpp | 30 TRACK_LOG_STR("name %s", name.c_str()); in GetSubName()
|
/test/ostest/wukong/input_factory/src/ |
H A D | component_input.cpp | 98 TRACK_LOG_STR("%s", param->toString().c_str()); in CheckLauncherApp() 117 TRACK_LOG_STR("ability (%s) component count (%u), input count (%u)", abilityNode->GetBundleName().c_str(), allCount, in CheckAbliltyFinished() 169 TRACK_LOG_STR("back count: %d", param->pageBack_[launchIndex]); in JudgeBackResult() 177 TRACK_LOG_STR("lanuchCount_[%d] = %d", launchIndex, param->lanuchCount_[launchIndex]); in JudgeBackResult() 410 TRACK_LOG_STR("component type: %s", componentType.c_str()); in JudgeComponentType() 421 TRACK_LOG_STR("action list size: %u", actionlist.size()); in JudgeComponentType() 425 TRACK_LOG_STR("action type: %d", actionType); in JudgeComponentType()
|
H A D | appswitch_input.cpp | 82 TRACK_LOG_STR("bundle index: %d", index); in RandomInput()
|
H A D | record_input.cpp | 215 TRACK_LOG_STR("flag: %d", flag); in OrderInput()
|
/test/ostest/wukong/common/src/ |
H A D | app_manager.cpp | 103 TRACK_LOG_STR("result %s", std::to_string(result).c_str()); in StartAbilityByBundleInfo() 120 TRACK_LOG_STR("result %s", std::to_string(result).c_str()); in StartAbilityByUriAndType() 140 TRACK_LOG_STR("result %s", std::to_string(result).c_str()); in StartAbilityByAbilityAndUri()
|
H A D | component_manager.cpp | 87 TRACK_LOG_STR("OnAccessibilityEvent Start %u", eventInfo.GetEventType()); in OnAccessibilityEvent() 88 TRACK_LOG_STR("current bundle: %s", eventInfo.GetBundleName().c_str()); in OnAccessibilityEvent() 182 TRACK_LOG_STR("Add linstener count (%d)", listenerList_.size()); in AddRegisterListener()
|
H A D | wukong_util.cpp | 575 TRACK_LOG_STR("bundleIter.name{%s}", bundleIter.name.c_str()); in GetAllAbilitiesByBundleName() 578 TRACK_LOG_STR("map bundleName{%s}", bundleIter.name.c_str()); in GetAllAbilitiesByBundleName() 587 TRACK_LOG_STR("bundleName{%s} container abilities item{%s}", bundleIter.name.c_str(), in GetAllAbilitiesByBundleName() 765 TRACK_LOG_STR("Run %s", bufCmd.c_str()); in GetBundlePid()
|
/test/ostest/wukong/report/include/ |
H A D | statistics_componment.h | 45 TRACK_LOG_STR("componmentTypes_.size{%d}", index); in ComponmentTypesIndex() 51 TRACK_LOG_STR("current componmentType find index{%d}", index); in ComponmentTypesIndex()
|
H A D | statistics_event.h | 44 TRACK_LOG_STR("eventTypes_.size{%d}", index); in ElementTypesIndex() 51 TRACK_LOG_STR("find index{%d}", index); in ElementTypesIndex()
|
/test/ostest/wukong/shell_command/src/ |
H A D | wukong_main.cpp | 95 TRACK_LOG_STR("Semaphore Is Open: (%d)", value); in IsRunning() 108 TRACK_LOG_STR("Wukong Pid: (%s)", pidStr.c_str()); in IsRunning()
|
/test/ostest/wukong/test_flow/src/ |
H A D | random_test_flow.cpp | 160 TRACK_LOG_STR("input: (%02d)", input); in InitEventPercent() 174 TRACK_LOG_STR("sumPercent: %d", sumPercent); in InitEventPercent() 373 TRACK_LOG_STR("Componentpage path: (%s)", path.c_str()); in SetBlockPage() 467 TRACK_LOG_STR("curAbilityName : %s", curAbilityName.c_str()); in ProtectRightAbility() 480 TRACK_LOG_STR("ability index : %d", index); in ProtectRightAbility()
|
H A D | focus_test_flow.cpp | 148 TRACK_LOG_STR("input: (%02d)", input); in InitEventPercent() 162 TRACK_LOG_STR("sumPercent: %d", sumPercent); in InitEventPercent() 346 TRACK_LOG_STR("Componentpage path: (%s)", path.c_str()); in SetBlockPage()
|
/test/ostest/wukong/component_event/include/ |
H A D | page_tree.h | 32 TRACK_LOG_STR("Node (0x%016llX)", !parent_.expired(), nodeId_); in ~PageTree()
|
H A D | wukong_tree.h | 67 TRACK_LOG_STR("current note has parent (%d), Node (0x%016llX)", !parent_.expired(), nodeId_); in GetParent()
|
/test/ostest/wukong/common/include/ |
H A D | wukong_define.h | 38 #define TRACK_LOG_STR(format, ...) \ macro
|