Home
last modified time | relevance | path

Searched full:root (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/developtools/hdc/src/daemon/etc/
Dhdc.para.dac14 sys.usb.ffs.ready = root:shell:0660
15 sys.usb.ffs.ready.hdc = root:shell:0660
16 persist.hdc.root = root:shell:0660
17 persist.hdc.mode = root:shell:0660
18 persist.hdc.port = root:shell:0660
19 persist.hdc.uv.threads = root:shell:0660
20 persist.hdc.daemon.auth_result = root:shell:0660
21 persist.hdc.client.hostname = root:shell:0660
22 persist.hdc.client.pubkey_sha256 = root:shell:0660
23 persist.hdc.daemon.auth_cancel = root:shell:0660
[all …]
/developtools/packing_tool/packing_tool/frameworks/src/json/
Ddistro_filter.cpp42 bool PolicyValue::ParseFromJson(std::unique_ptr<PtJson>& root) in ParseFromJson() argument
44 if (!root) { in ParseFromJson()
45 LOGE("Json root is null!"); in ParseFromJson()
48 if (root->Contains(VALUE.c_str())) { in ParseFromJson()
50 if (root->GetArray(VALUE.c_str(), &valuesObj) != Result::SUCCESS) { in ParseFromJson()
58 if (root->Contains(POLICY.c_str())) { in ParseFromJson()
59 if (root->GetString(POLICY.c_str(), &policy) != Result::SUCCESS) { in ParseFromJson()
67 bool PolicyValue::ParseFromJsonApiVersion(std::unique_ptr<PtJson>& root) in ParseFromJsonApiVersion() argument
69 if (!root) { in ParseFromJsonApiVersion()
70 LOGE("Json root is null!"); in ParseFromJsonApiVersion()
[all …]
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/distro_filter_test/
Ddistro_filter_test.cpp448 …std::unique_ptr<AppPackingTool::PtJson> root = AppPackingTool::PtJson::Parse(POLICY_VALUE_JSON_STR… variable
450 EXPECT_TRUE(policyValue.ParseFromJson(root));
463 …std::unique_ptr<AppPackingTool::PtJson> root = AppPackingTool::PtJson::Parse(POLICY_VALUE_JSON_STR… variable
465 EXPECT_TRUE(policyValue.ParseFromJson(root));
477 std::unique_ptr<AppPackingTool::PtJson> root = nullptr; variable
479 EXPECT_FALSE(policyValue.ParseFromJson(root));
490 std::unique_ptr<AppPackingTool::PtJson> root = nullptr; variable
492 EXPECT_FALSE(policyValue.ParseFromJsonApiVersion(root));
503 …std::unique_ptr<AppPackingTool::PtJson> root = AppPackingTool::PtJson::Parse(POLICY_VALUE_JSON_STR… variable
505 EXPECT_TRUE(policyValue.ParseFromJsonApiVersion(root));
[all …]
/developtools/hapsigner/autosign/
DcreateRootAndSubCert.config27 // Root CA
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
Dautosign.config37 // Root CA
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/packing_tool/packing_tool/frameworks/include/json/
Ddistro_filter.h31 bool ParseFromJson(std::unique_ptr<PtJson>& root);
32 bool ParseFromJsonApiVersion(std::unique_ptr<PtJson>& root);
49 bool ParseFromJson(std::unique_ptr<PtJson>& root);
54 bool ParseApiVersion(std::unique_ptr<PtJson>& root);
55 bool ParseScreenShape(std::unique_ptr<PtJson>& root);
56 bool ParseScreenDensity(std::unique_ptr<PtJson>& root);
57 bool ParseScreenWindow(std::unique_ptr<PtJson>& root);
58 bool ParseCountryCode(std::unique_ptr<PtJson>& root);
/developtools/smartperf_host/smartperf_host/trace_streamer/src/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/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/protos/types/plugins/ftrace_data/6.6.30/
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/device/plugins/ftrace_plugin/tools/device_kernel_version/6.6.30/event_formatters/
Dftrace_cgroup_event_formatter.cpp52 …int len = snprintf_s(buffer, BUFFER_SIZE, BUFFER_SIZE - 1, "cgroup_destroy_root: root=%d ss_mask=%… in __anon8f8a452c0502()
53 msg.root(), msg.ss_mask(), msg.name().c_str()); in __anon8f8a452c0502()
71 …snprintf_s(buffer, BUFFER_SIZE, BUFFER_SIZE - 1, "cgroup_freeze: root=%d id=%" PRIu64 " level=%d p… in __anon8f8a452c0702()
72 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon8f8a452c0702()
90 …snprintf_s(buffer, BUFFER_SIZE, BUFFER_SIZE - 1, "cgroup_mkdir: root=%d id=%" PRIu64 " level=%d pa… in __anon8f8a452c0902()
91 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon8f8a452c0902()
110 … "cgroup_notify_frozen: root=%d id=%" PRIu64 " level=%d path=%s val=%d", msg.root(), in __anon8f8a452c0b02()
130 … "cgroup_notify_populated: root=%d id=%" PRIu64 " level=%d path=%s val=%d", msg.root(), in __anon8f8a452c0d02()
149 …snprintf_s(buffer, BUFFER_SIZE, BUFFER_SIZE - 1, "cgroup_release: root=%d id=%" PRIu64 " level=%d … in __anon8f8a452c0f02()
150 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anon8f8a452c0f02()
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
Dftrace_cgroup_event_formatter.cpp52 …int len = snprintf_s(buffer, BUFFER_SIZE, BUFFER_SIZE - 1, "cgroup_destroy_root: root=%d ss_mask=%… in __anoneeba50460502()
53 msg.root(), msg.ss_mask(), msg.name().c_str()); in __anoneeba50460502()
72 …int len = snprintf_s(buffer, BUFFER_SIZE, BUFFER_SIZE - 1, "cgroup_freeze: root=%d id=%d level=%d … in __anoneeba50460702()
73 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anoneeba50460702()
92 …int len = snprintf_s(buffer, BUFFER_SIZE, BUFFER_SIZE - 1, "cgroup_mkdir: root=%d id=%d level=%d p… in __anoneeba50460902()
93 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anoneeba50460902()
113 … "cgroup_notify_frozen: root=%d id=%d level=%d path=%s val=%d", msg.root(), msg.id(), msg.level(), in __anoneeba50460b02()
134 …"cgroup_notify_populated: root=%d id=%d level=%d path=%s val=%d", msg.root(), msg.id(), msg.level(… in __anoneeba50460d02()
154 …int len = snprintf_s(buffer, BUFFER_SIZE, BUFFER_SIZE - 1, "cgroup_release: root=%d id=%d level=%d… in __anoneeba50460f02()
155 msg.root(), msg.id(), msg.level(), msg.path().c_str()); in __anoneeba50460f02()
[all …]
/developtools/hapsigner/tools/
Dcommands.config15 …-keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=Open…
16 …-keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=Open…
17Root CA" -validity 365 -signAlg SHA256withECDSA -basicConstraintsPathLen 2 -keystoreFile "ohtest.j…
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…
23 …-keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=Open…
24root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject "C=CN,O=OpenHarmony,OU=Ope…
[all …]
Dauto_test.py80 "C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN=Root CA"],
144 # Root CA in ohtest.jks
145 …'generate-ca -keyAlias "oh-root-ca-key-v1" -subject "C=CN,O=OpenHarmony,OU=OpenHarmony Community,…
147 '-outFile "./test1/root-ca1.cer" -keyAlg ECC -keySize NIST-P-256',
150 …'CN=Root CA" -issuerKeyAlias "oh-root-ca-key-v1" -subject "C=CN,O=OpenHarmony,OU=OpenHarmony Comm…
156 …'CN=Root CA" -issuerKeyAlias "oh-root-ca-key-v1" -subject "C=CN,O=OpenHarmony,OU=OpenHarmony Comm…
160 # Root CA in ohtest.p12
161 …'generate-ca -keyAlias "oh-root-ca2-key-v1" -subject "C=CN,O=OpenHarmony,OU=OpenHarmony Community…
163 '-outFile "./test2/root-ca2.cer" -keyAlg RSA -keySize 2048',
166 …'CN=Root CA" -issuerKeyAlias "oh-root-ca2-key-v1" -subject "C=CN,O=OpenHarmony,OU=OpenHarmony Com…
[all …]
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/gpufreq/
DTabPaneGpufreqUsage.ts77 const root: { constant
103 root.children.push(node);
104 root.dur += node.dur;
105 root.value += node.value;
108 this.flattenAndCalculate(root, root);
109 let _root = this.RetainDecimals(root);
132 private flattenAndCalculate(node: TreeDataBean, root: TreeDataBean): void {
134 node.percent = (node.value / root.value) * 100;
137 node.children.forEach((childNode) => this.flattenAndCalculate(childNode, root));
141 private RetainDecimals(root: TreeDataBean): TreeDataStringBean {
[all …]
/developtools/smartperf_host/smartperf_host/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/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignatureBlockTags.java35 * Ii is root node tag of Merkle tree.
41 * Ii is root node tag of Merkle tree.
47 * Ii is root node tag of Merkle tree.
53 * Ii is root node tag of Merkle tree.
59 * Ii is root node tag of Merkle tree.
65 * Ii is root node tag of Merkle tree.
71 * Ii is root node tag of Merkle tree.
77 * Ii is root node tag of Merkle tree.
83 * Ii is root node tag of Merkle tree.
/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
16 security.perf_harden=root:shell:0775
/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/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dconfig.yaml51 # black list for command 'grep', it should be the subdirectory of the root path of oh
72 root: out/hispark_taurus/ipcamera_hispark_taurus/rootfs
107 root: out/hispark_taurus/ipcamera_hispark_taurus_linux/rootfs
136 root: out/hispark_taurus/hispark_taurus_mini_system/rootfs
161 root: out/hispark_pegasus/wifiiot_hispark_pegasus
177 root: out/hispark_pegasus/hispark_pegasus_mini_system
193 root: out/rk3568/packages/phone/system
/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/arkui-plugins/ui-syntax-plugins/rules/
Dbuild-root-node.ts41 // Determine the number of root node
51 // rule1: The 'build' method cannot have more than one root node.
75 // its 'build' function can have only one root node, which must be a container component.
86 name: 'build-root-node',
88 invalidBuildRootCount: `The 'build' method cannot have more than one root node.`,
89 …omponent is decorated by '@Entry', its 'build' function can have only one root node, which must be…
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dbasic_tool.py59 for root, _, file_names in os.walk(folder):
62 … os.path.join(root, f) if real_path else os.path.join(root, f))) if apply_abs else os.path.relpath(
63 …os.path.realpath(os.path.join(root, f) if real_path else os.path.join(root, f))) for f in file_nam…
64 if p_filter(os.path.join(root, f))])
/developtools/integration_verification/tools/fotff/
Dfotff.ini24 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_js2bundle/ace-loader/plugin/templater/
Dindex.js47 rootArray.forEach((root, index) => {
48 if(root.tagName !== 'element') {
84 * Check if the root node is legal.
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];
111 reason: 'ERROR: need a legal root node',
118 reason: 'ERROR: there can only be one root node',
/developtools/hdc/hdc_rust/src/daemon_lib/
Ddaemon_unity.rs83 async fn set_root_run_enable(session_id: u32, channel_id: u32, root: bool) { in set_root_run_enable()
84 let root_flag = if root { "0" } else { "1" }; in set_root_run_enable()
85 let mode_msg = if root { "sh" } else { "root" }; in set_root_run_enable()
89 "set_root_run_enable: session_id: {}, channel_id: {}, root: {}, result: {}", in set_root_run_enable()
92 root, in set_root_run_enable()
96 crate::info!("set_root_run root:{root} free_all_session"); in set_root_run_enable()
109 "Cannot set root run mode in undebuggable version.", in set_root_run()
152 "Operate need running as root", in remount_device()

12345678910>>...14