Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 66) sorted by relevance

123

/developtools/global_resource_tool/src/
Dcmd_list.cpp25 Json::Value root; in Init() local
26 if (!ResourceUtil::OpenJsonFile(filePath, root)) { in Init()
34 if (GetString(root["configPath"], 'j', callback) != RESTOOL_SUCCESS || in Init()
35 GetString(root["packageName"], 'p', callback) != RESTOOL_SUCCESS || in Init()
36 GetString(root["output"], 'o', callback) != RESTOOL_SUCCESS || in Init()
37 GetString(root["startId"], 'e', callback) != RESTOOL_SUCCESS || in Init()
38 GetString(root["entryCompiledResource"], 'd', callback) != RESTOOL_SUCCESS) { in Init()
42 if (GetModuleNames(root["moduleNames"], callback) != RESTOOL_SUCCESS) { in Init()
46 if (GetArray(root["ResourceTable"], 'r', callback) != RESTOOL_SUCCESS || in Init()
47 GetString(root["applicationResource"], 'i', callback) != RESTOOL_SUCCESS || in Init()
[all …]
Dincrement_index.cpp33 Json::Value root; in Save() local
34 root["header"] = Json::Value(Json::ValueType::objectValue); in Save()
35 root["header"]["folder"] = Json::Value(Json::ValueType::arrayValue); in Save()
37 root["header"]["folder"].append(folder); in Save()
40 root["index"] = Json::Value(Json::ValueType::objectValue); in Save()
43 root["index"][id] = Json::Value(Json::ValueType::objectValue); in Save()
45root["index"][id][resourceItem.GetFilePath()] = Json::Value(Json::ValueType::objectValue); in Save()
46 auto &record = root["index"][id][resourceItem.GetFilePath()]; in Save()
55 if (!ResourceUtil::SaveToJsonFile(indexPath_, root)) { in Save()
Dincrement_manager.cpp152 Json::Value root; in SaveIdJson() local
158 root[to_string(iter.first)] = node; in SaveIdJson()
162 if (!ResourceUtil::SaveToJsonFile(idJsonPath, root)) { in SaveIdJson()
170 Json::Value root; in LoadIdJson() local
172 if (!ResourceUtil::OpenJsonFile(idJsonPath, root)) { in LoadIdJson()
176 if (!root.isObject()) { in LoadIdJson()
182 for (const auto &member : root.getMemberNames()) { in LoadIdJson()
189 const auto &node = root[member]; in LoadIdJson()
Did_worker.cpp198 Json::Value root; in InitIdDefined() local
199 if (!ResourceUtil::OpenJsonFile(filePath, root)) { in InitIdDefined()
203 int32_t startSysId = GetStartId(root); in InitIdDefined()
208 auto record = root["record"]; in InitIdDefined()
322 int32_t IdWorker::GetStartId(const Json::Value &root) const in GetStartId()
324 auto startId = root["startId"]; in GetStartId()
/developtools/hapsigner/autosign/
DcreateRootAndSubCert.config28 root-ca.keyAlias=oh-root-ca-key-v1
29 root-ca.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN=Root CA
30 root-ca.outFile=root-ca1.cer
47 sub-ca.app.issuer=$root-ca.subject
48 sub-ca.app.issuerKeyAlias=$root-ca.keyAlias
49 sub-ca.profile.issuer=$root-ca.subject
50 sub-ca.profile.issuerKeyAlias=$root-ca.keyAlias
55 cert.profile.rootCaCertFile=$root-ca.outFile
Dautosign.config38 root-ca.keyAlias=oh-root-ca-key-v1
39 root-ca.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN=Root CA
40 root-ca.outFile=root-ca1.cer
70 sub-ca.app.issuer=$root-ca.subject
71 sub-ca.app.issuerKeyAlias=$root-ca.keyAlias
72 sub-ca.profile.issuer=$root-ca.subject
73 sub-ca.profile.issuerKeyAlias=$root-ca.keyAlias
78 cert.app.rootCaCertFile=$root-ca.outFile
84 cert.profile.rootCaCertFile=$root-ca.outFile
/developtools/hdc/
Dhdc.para.dac14 sys.usb.ffs.ready = root:shell:0660
15 persist.hdc.root = root:shell:0660
16 persist.hdc.mode = root:shell:0660
17 persist.hdc.port = root:shell:0660
18 persist.hdc.uv.threads = root:shell:0660
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dbasic_tool.py14 for root, _, file_names in os.walk(folder):
17 … os.path.join(root, f) if real_path else os.path.join(root, f))) if apply_abs else os.path.relpath(
18 …os.path.realpath(os.path.join(root, f) if real_path else os.path.join(root, f))) for f in file_nam…
19 if p_filter(os.path.join(root, f))])
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dcgroup.proto33 int32 root = 1; field
40 int32 root = 1; field
48 int32 root = 1; field
56 int32 root = 1; field
65 int32 root = 1; field
74 int32 root = 1; field
82 int32 root = 1; field
89 int32 root = 1; field
97 int32 root = 1; field
105 int32 root = 1; field
[all …]
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dcgroup.proto33 int32 root = 1; field
40 int32 root = 1; field
48 int32 root = 1; field
56 int32 root = 1; field
63 int32 root = 1; field
71 int32 root = 1; field
79 int32 root = 1; field
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
Dftrace_cgroup_event_formatter.cpp48 msg.root(), msg.ss_mask(), msg.name().c_str()); in __anon8e0a40e60502()
63 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon8e0a40e60702()
77 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon8e0a40e60902()
91 … "cgroup_notify_frozen: root=%d id=%d level=%d path=%s val=%d", msg.root(), msg.id(), msg.level(), in __anon8e0a40e60b02()
107 …"cgroup_notify_populated: root=%d id=%d level=%d path=%s val=%d", msg.root(), msg.id(), msg.level(… in __anon8e0a40e60d02()
123 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon8e0a40e60f02()
137 msg.root(), msg.ss_mask(), msg.name().c_str()); in __anon8e0a40e61102()
151 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon8e0a40e61302()
165 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon8e0a40e61502()
179 msg.root(), msg.ss_mask(), msg.name().c_str()); in __anon8e0a40e61702()
[all …]
/developtools/profiler/host/smartperf/ide/
DREADME_zh.md5 注意:在linux编译环境安装时以root或者其他 sudo 用户身份运行下面的命令
12 先切换到 root用户下 sudo su
19 先切换到 root用户下 sudo su
51 先切换到 root用户下 sudo su
/developtools/profiler/host/smartperf/doc/
Dcompile_smartperf.md5 注意:在linux编译环境安装时以root或者其他 sudo 用户身份运行下面的命令
12 先切换到 root用户下 sudo su
19 先切换到 root用户下 sudo su
51 先切换到 root用户下 sudo su
/developtools/profiler/host/smartperf/client/client_ui/
DREADME_zh.md105 root 4707 1 0 09:41:12 ? 00:00:00 SP_daemon
106 root 4711 4704 25 09:41:19 pts/0 00:00:00 grep SP_daemon
114 root 4720 4718 6 09:48:43 pts/0 00:00:00 grep SP_daemon
117 root 4723 1 0 09:48:50 ? 00:00:00 SP_daemon
118 root 4727 4718 5 09:48:53 pts/0 00:00:00 grep SP_daemon
/developtools/hiperf/etc/
Dhiperf.para.dac13 hiviewdfx.hiperf.perf_event_max_sample_rate=root:shell:0775
14 hiviewdfx.hiperf.perf_cpu_time_max_percent=root:shell:0775
15 hiviewdfx.hiperf.perf_event_mlock_kb=root:shell:0775
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dindex.js45 rootArray.forEach((root, index) => {
46 if(root.tagName !== 'element') {
93 rootArray.forEach(root => {
94 if (root.nodeName !== 'element') {
96 } else if (root.attrs && root.attrs.length) {
97 for (let index = 0; index < root.attrs.length; index++) {
98 const element = root.attrs[index];
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/sa/
Dsa.py34 root = ET.parse(f).getroot()
35 process = xml_node_find_by_name(root, "process")
36 for sa in root.findall("systemability"):
/developtools/ace_ets2bundle/compiler/
DREADME.md10 First, enter the root directory of the compiler:
31 In the root directory of `compiler/`:
42 In the root directory of `compiler/`:
75 In the root directory of `compiler/`:
81 **Note**: If `projectName` is empty, compile the `sample` project by default. In the project root d…
/developtools/ace_ets2bundle/
DREADME.md29 Enter the root directory of the compiler:
39 Enter the root directory of the compiler:
48 Enter the root directory of the compiler:
77 Enter the root directory of the compiler:
82 …` is not specified, the `sample` project will be compiled. In the project root directory, the comp…
/developtools/hapsigner/tools/
Dcommands.config15 …'generate-ca -keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject…
16 …'generate-ca -keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject…
17 …en 2 -keystoreFile "ohtest.jks" -keystorePwd 123456 -extCfgFile "111.txt" -outFile "root-ca1.cer"',
18 …'generate-ca -keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject…
19root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=OpenHarmony,OU=Ope…
20root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=OpenHarmony,OU=Ope…
21root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=OpenHarmony,OU=Ope…
22root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=OpenHarmony,OU=Ope…
23root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=OpenHarmony,OU=Ope…
24root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=OpenHarmony,OU=Ope…
[all …]
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/
DREADME.md72 root: out/hispark_taurus/ipcamera_hispark_taurus/rootfs # 待分析的编译产物的根目录
73 …relative: # 针对性分析的子目录,key无所谓,value应当是root的子目录. 作者通常是使用so作为动态库文件目录的key,bin作为可执行文件目录的key,a作为静态库文件目录的…
77 rest: True # 是否将上面root目录下除了relative指定的目录归到etc并进行匹配
/developtools/hiperf/script/
Drecv_binary_cache.py79 for root, _, files in os.walk(lib_dir):
80 self.confirm_copy_file(root, files, file_dict)
91 def confirm_copy_file(self, root, files, file_dict): argument
97 build_id = get_build_id(os.path.join(root, filename))
105 os.path.join(root, filename), bin_file)
/developtools/integration_verification/cases/daily/mini_system/
DL0_mini_system_test.py34 for root, dirs, files in os.walk(dir_path):
36 sz = os.path.getsize(os.path.join(root, name))
37 print('{} : {}byte'.format(os.path.join(root, name), sz))
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
Delf_walker.py41 for root, subdirs, files in os.walk(os.path.join(self._product_out_path, subdir)):
43 _assetFile = os.path.join(root, _filename)
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts268 let root = this.currentTreeMapData[callChains[topIndex].name +sample.pid];
269 if (root == undefined) {
270 root = new PerfCallChainMerageData();
271 this.currentTreeMapData[callChains[topIndex].name + sample.pid] = root;
272 this.currentTreeList.push(root)
274 … PerfCallChainMerageData.merageCallChainSample(root, callChains[topIndex],sample, false);
275 this.merageChildrenByIndex(root, callChains,topIndex,sample , isTopDown);
354 … let root = this.currentTreeMapData[callChains[topIndex].name + callChains[topIndex].pid];
355 if (root == undefined) {
356 root = new PerfCallChainMerageData();
[all …]

123