Searched refs:nodePath (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/ |
H A D | main.js | 45 await runHvigor(param.sdkPath, param.testFile, param.resultPath, param.casePath, param.ohpmBat, param.nodePath 53 await test(param.sdkPath, param.testFile, param.resultPath, param.casePath, param.ohpmBat, param.nodePath 59 function TestParam(sdkPath, testFile, resultPath, casePath, ohpmBat, nodePath, hvigorPath) { 65 this.nodePath = nodePath; 70 concurrentQuantity, datetime, ohpmBat, nodePath, hvigorPath) { 84 queueHvigor.push(new TestParam(sdkPath, testFile, resultPath, casePath, ohpmBat, nodePath, hvigorPath)); 93 queue.push(new TestParam(sdkPath, testFile, resultPath, casePath, ohpmBat, nodePath, hvigorPath)); 145 let nodePath = `${param.devEcoPath}\\tools\\node\\node.exe`; 153 param.casePath, jsonData.concurrentQuantity, datetime, ohpmBat, nodePath, hvigorPat [all...] |
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | NodeJS.cpp | 73 BASE_NS::string nodePath;
in NodeJS() local 77 nodePath = path.valueOrDefault("");
in NodeJS() 80 nodePath = name.valueOrDefault("");
in NodeJS() 87 ExecSyncTask([scn, nodePath, &node]() {
in NodeJS() 88 node = scn->CreateNode<SCENE_NS::INode>(nodePath, true);
in NodeJS()
|
H A D | LightJS.cpp | 75 BASE_NS::string nodePath; in Create() local 79 nodePath = path.valueOrDefault(""); in Create() 82 nodePath = name.valueOrDefault(""); in Create() 89 ExecSyncTask([scn, nodePath, &node]() { in Create() 90 node = scn->CreateNode<SCENE_NS::ILight>(nodePath, true); in Create()
|
H A D | CameraJS.cpp | 161 BASE_NS::string nodePath; in CameraJS() local 165 nodePath = path.valueOrDefault(""); in CameraJS() 168 nodePath = name.valueOrDefault(""); in CameraJS() 175 ExecSyncTask([scn, nodePath, &node, pipeline]() { in CameraJS() 176 node = scn->CreateNode<SCENE_NS::ICamera>(nodePath, true); in CameraJS()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_impl.cpp | 1083 BASE_NS::string nodePath; variable 1097 nodePath = BASE_NS::string(fullPath.data(), cutIx); 1132 auto constructNode = [this, nodePath, nodeName, classUid]( 1140 entity = sceneHolder->CreateCamera(nodePath, nodeName, 0); 1141 } else if (auto node = sceneHolder->CreateNode(nodePath, nodeName)) { 1170 if (nodePath.empty() && !isResourceClassType) { 1171 nodePath = "/" + rootNodeId_ + "/"; 1202 nodeInterface->Initialize(ecsScene, ecsObject, parent, nodePath, nodeName, sceneHolder_, entity);
|
/foundation/multimodalinput/input/service/dfx/src/ |
H A D | dfx_hisysevent.cpp | 57 static std::string GetVendorInfo(const std::string &nodePath) in GetVendorInfo() argument 60 if (realpath(nodePath.c_str(), realPath) == nullptr) { in GetVendorInfo() 66 MMI_HILOGE("Unable to open file:%{public}s, error:%{public}d", nodePath.c_str(), errno); in GetVendorInfo()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 707 string_view nodePath; in GetAnimationTarget() local 709 nodePath = nameHandle->name; in GetAnimationTarget() 711 CORE_LOG_W("couldn't resolve node path: %s", nodePath.data()); in GetAnimationTarget()
|
Completed in 20 milliseconds