| /developtools/hdc/src/daemon/etc/ |
| D | hdc.para.dac | 14 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 19 persist.hdc.daemon.auth_result = root:shell:0660 20 persist.hdc.client.hostname = root:shell:0660 21 persist.hdc.daemon.auth_cancel = root:shell:0660 22 const.hdc.secure = root:shell:0660 26 persist.hdc.control.shell = root:shell:0644 [all …]
|
| /developtools/global_resource_tool/src/ |
| D | cmd_list.cpp | 25 Json::Value root; in Init() local 26 if (!ResourceUtil::OpenJsonFile(filePath, root)) { in Init() 34 InitFileListCommand(root, callback); in Init() 47 void CmdList::InitFileListCommand(Json::Value &root, HandleBack callback) in InitFileListCommand() argument 50 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["configPath"], Option::JSON, callb… in InitFileListCommand() 51 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["packageName"], Option::PACKAGENAM… in InitFileListCommand() 52 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["output"], Option::OUTPUTPATH, cal… in InitFileListCommand() 53 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["startId"], Option::STARTID, callb… in InitFileListCommand() 54 fileListHandles_.push_back(bind(&CmdList::GetString, this, root["entryCompiledResource"], in InitFileListCommand() 56 fileListHandles_.push_back(bind(&CmdList::GetString, this, root["ids"], Option::IDS, callback)); in InitFileListCommand() [all …]
|
| /developtools/hapsigner/autosign/ |
| D | createRootAndSubCert.config | 28 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
|
| D | autosign.config | 38 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/profiler/protos/types/plugins/ftrace_data/default/ |
| D | cgroup.proto | 33 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/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | cgroup.proto | 33 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/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | cgroup.proto | 33 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/ |
| D | ftrace_cgroup_event_formatter.cpp | 48 msg.root(), msg.ss_mask(), msg.name().c_str()); in __anon0a0fb1850502() 63 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon0a0fb1850702() 78 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon0a0fb1850902() 93 … "cgroup_notify_frozen: root=%d id=%d level=%d path=%s val=%d", msg.root(), msg.id(), msg.level(), in __anon0a0fb1850b02() 109 …"cgroup_notify_populated: root=%d id=%d level=%d path=%s val=%d", msg.root(), msg.id(), msg.level(… in __anon0a0fb1850d02() 125 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon0a0fb1850f02() 140 msg.root(), msg.ss_mask(), msg.name().c_str()); in __anon0a0fb1851102() 155 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon0a0fb1851302() 170 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon0a0fb1851502() 185 msg.root(), msg.ss_mask(), msg.name().c_str()); in __anon0a0fb1851702() [all …]
|
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/ |
| D | basic_tool.py | 44 for root, _, file_names in os.walk(folder): 47 … os.path.join(root, f) if real_path else os.path.join(root, f))) if apply_abs else os.path.relpath( 48 …os.path.realpath(os.path.join(root, f) if real_path else os.path.join(root, f))) for f in file_nam… 49 if p_filter(os.path.join(root, f))])
|
| /developtools/hiperf/etc/ |
| D | hiperf.para.dac | 13 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 16 security.perf_harden=root:shell:0775
|
| /developtools/smartperf_host/ide/ |
| D | README_zh.md | 5 注意:在linux编译环境安装时以root或者其他 sudo 用户身份运行下面的命令。 10 - ubuntu 20.04 与Debian 11系统中,直接用apt-get安装,先切换到 root用户下,命令如下(node 版本 >= 16.15.1 npm 版本 >= 8.13.2) 19 - centos 系统中使用yum安装,先切换到root用户下,命令如下: 54 - ubuntu 环境下直接使用apt安装,以root用户执行(go 版本 >= 1.13.8 ) 60 - centos系统中使用yum安装,先切换到root用户下,命令如下:
|
| /developtools/profiler/host/smartperf/client/client_ui/ |
| D | README_zh.md | 105 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/ace_js2bundle/ace-loader/plugin/templater/ |
| D | index.js | 47 rootArray.forEach((root, index) => { 48 if(root.tagName !== 'element') { 94 rootArray.forEach(root => { 95 if (root.nodeName !== 'element') { 97 } else if (root.attrs && root.attrs.length) { 98 for (let index = 0; index < root.attrs.length; index++) { 99 const element = root.attrs[index];
|
| /developtools/integration_verification/tools/fotff/ |
| D | fotff.ini | 24 build_server_user = root 25 build_server_password = root 26 build_server_workspace = /root/fotff/build_workspace 44 …ache -g5:foundation,graphic,distributed_data -g2:appspawn --build-variant root -g0:access_token,ac…
|
| /developtools/ace_ets2bundle/ |
| D | README.md | 29 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/ace_ets2bundle/compiler/ |
| D | README.md | 10 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/hiperf/script/ |
| D | recv_binary_cache.py | 79 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/hapsigner/tools/ |
| D | commands.config | 15 …'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… 19 …root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=OpenHarmony,OU=Ope… 20 …root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=OpenHarmony,OU=Ope… 21 …root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=OpenHarmony,OU=Ope… 22 …root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=OpenHarmony,OU=Ope… 23 …'generate-ca -keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject… 24 …root-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/ |
| D | README.md | 72 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/integration_verification/tools/startup_guard/config_parser_mgr/cfg/ |
| D | config_parser.py | 344 root = json.load(content) 346 assert(isinstance(root, dict)) 347 if (root.__contains__("services")): 348 self._load_services(root["services"], fileId) 349 if (root.__contains__("jobs")): 350 self._load_jobs(root["jobs"], fileId) 351 if (root.__contains__("import")): 352 self._load_import(root["import"]) 473 root = json.load(content) 474 for item in root:
|
| /developtools/integration_verification/cases/daily/mini_system/ |
| D | L0_mini_system_test.py | 35 for root, dirs, files in os.walk(dir_path): 37 sz = os.path.getsize(os.path.join(root, name)) 38 print('{} : {}byte'.format(os.path.join(root, name), sz))
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hisysevent/ |
| D | TabPaneHiSysEventSummary.ts | 222 let root: HiSysEventTreeNode = {id: id, depth: 0, children: [], summaryName: '', count: 0}; variable 225 let levelNode = root.children.find((node) => node.summaryName === item.level); 231 root.children.push(levelNode); 249 root.count++; 251 return root.children.sort((leftData, rightData) => {
|
| /developtools/integration_verification/tools/deps_guard/elf_file_mgr/ |
| D | elf_walker.py | 41 for root, subdirs, files in os.walk(os.path.join(self._product_out_path, subdir)): 43 _assetFile = os.path.join(root, _filename)
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | README.md | 9 First, enter the root directory of the compiler: 32 In the root directory of `compiler/`: 56 4. In the root directory of `compiler/`:
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/ |
| D | TabPaneHiLogSummary.ts | 225 let root: LogTreeNode = {id: id, depth: 0, children: [], logName: 'All', count: 0}; variable 228 let levelNode = root.children.find((node) => node.logName === item.level); 234 root.children.push(levelNode); 259 root.count++; 261 return root.children.sort((leftData, rightData) => {
|