Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 23 of 23) sorted by relevance

/developtools/hapsigner/autosign/
DcreateRootAndSubCert.config33 sub-ca.app.keyAlias=oh-app-sign-srv-ca-key-v1
34 sub-ca.app.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN= Application Signature Service CA
35 sub-ca.app.outFile=app-sign-srv-ca1.cer
38 sub-ca.profile.keyAlias=oh-profile-sign-srv-ca-key-v1
39 sub-ca.profile.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN= Profile Signature Service CA
40 sub-ca.profile.outFile=profile-sign-srv-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
[all …]
Dautosign.config43 sub-ca.app.keyAlias=oh-app-sign-srv-ca-key-v1
44 sub-ca.app.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN= Application Signature Service CA
45 sub-ca.app.outFile=app-sign-srv-ca1.cer
48 sub-ca.profile.keyAlias=oh-profile-sign-srv-ca-key-v1
49 sub-ca.profile.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN= Profile Signature Service CA
50 sub-ca.profile.outFile=profile-sign-srv-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
[all …]
DcreateAppCertAndProfile.config36 sub-ca.app.keyAlias=openharmony application ca
37 sub-ca.app.subject=C=CN,O=OpenHarmony,OU=OpenHarmony Team,CN= OpenHarmony Application CA
38 sub-ca.app.outFile=subCA.cer
53 cert.app.issuer=$sub-ca.app.subject
54 cert.app.issuerKeyAlias=$sub-ca.app.keyAlias
56 cert.app.subCaCertFile=$sub-ca.app.outFile
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dtemplate_processor.py150 sub = GnVariableParser.string_parser("subsystem_name", paragraph)
152 sub, sub_from = _gn_var_process(
153 self.project_path, sub, _sub, gn_path, "gn", "json", True)
156 if not sub:
157 sub = self.undefined
164 "subsystem_name": sub,
214 sub = GnVariableParser.string_parser("subsystem_name", paragraph)
216 sub, sub_from = _gn_var_process(
217 self.project_path, sub, _sub, gn_path, "gn", "json")
220 if not sub:
[all …]
Drom_analysis.py188 …def _put(cls, sub: str, com: str, unit: Dict, rom_size_dict: Dict, com_size_baseline: str = str()):
192 if not rom_size_dict.get(sub): # 子系统大小
193 rom_size_dict[sub]: Dict[str, Dict] = dict()
194 rom_size_dict[sub]["size"] = 0
195 rom_size_dict[sub]["count"] = 0
197 if not rom_size_dict.get(sub).get(com): # 部件
198 rom_size_dict.get(sub)[com] = dict()
199 rom_size_dict[sub][com]["filelist"] = list()
200 rom_size_dict[sub][com]["size"] = 0
201 rom_size_dict[sub][com]["count"] = 0
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts137 result.map((sub) => {
138 let subType = SpSystemTrace.DATA_DICT.get(sub.subTypeId);
142 data.existing = sub.allocByte - sub.freeByte;
143 data.allocCount = sub.allocCount - sub.freeCount;
144 data.freeCount = sub.freeCount;
145 data.freeByte = sub.freeByte;
146 data.totalBytes = sub.allocByte;
147 data.totalCount = sub.allocCount;
148 data.max = sub.max;
149 data.freeByteString = Utils.getByteWithUnit(sub.freeByte);
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/workers/
Dworker.js166 function includes(all, sub) { argument
168 sub = sub.toLowerCase();
170 let firstChar = sub.substring(0, 1);
171 let subLength = sub.length;
175 if (all.substring(i, i + subLength) === sub) {
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/
Dhelp.txt93sub-app-ca-key-v1" -issuerKeyPwd ****** -subject "C=CN,O=OpenHarmony,OU=OpenHarmony Community,CN=…
94sub-profile-ca-key-v1" -issuerKeyPwd ****** -subject "C=CN,O=OpenHarmony,OU=OpenHarmony Community…
109 -subCaCertFile : secondary sub-CA certificate file, required when outForm is certChain;
116 … SHA256withECDSA -rootCaCertFile "D:\OH\root-ca.cer" -subCaCertFile "D:\OH\sub-app-sign-srv-ca.cer…
117 … SHA256withECDSA -rootCaCertFile "D:\OH\root-ca.cer" -subCaCertFile "D:\OH\sub-app-sign-srv-ca.cer…
132 -subCaCertFile : secondary sub-CA certificate file, required when outForm is certChain;
139 …SHA256withECDSA -rootCaCertFile "D:\OH\root-ca.cer" -subCaCertFile "D:\OH\sub-profile-sign-srv-ca…
140 …SHA256withECDSA -rootCaCertFile "D:\OH\root-ca.cer" -subCaCertFile "D:\OH\sub-profile-sign-srv-ca…
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp46 size_t SubStringCount(const std::string &source, const std::string &sub) in SubStringCount() argument
50 if (sub.empty()) { in SubStringCount()
53 while ((pos = source.find(sub, pos)) != std::string::npos) { in SubStringCount()
54 pos += sub.size(); in SubStringCount()
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_utils.h83 bool IsSubString(const std::string &str, const std::string &sub);
/developtools/hiperf/demo/js/
Dbuild.gradle15 // Top-level build file where you can add configuration options common to all sub-projects/modules.
/developtools/global_resource_tool/src/
Dresource_append.cpp447 string sub = filePath.substr(pos); in WriteRawFilesOrResFiles() local
448 sub = FileEntry::FilePath(RESOURCES_DIR).Append(sub).GetPath(); in WriteRawFilesOrResFiles()
452 resourceItem.SetData(sub); in WriteRawFilesOrResFiles()
Dresource_util.cpp49 string sub = str.substr(begin, end - begin); in Split() local
50 out.push_back(sub); in Split()
/developtools/hiperf/src/
Dutilities.cpp108 size_t SubStringCount(const std::string &source, const std::string &sub) in SubStringCount() argument
112 if (sub.empty()) { in SubStringCount()
115 while ((pos = source.find(sub, pos)) != std::string::npos) { in SubStringCount()
116 pos += sub.size(); in SubStringCount()
/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp139 bool SPUtils::IsSubString(const std::string &str, const std::string &sub) in IsSubString() argument
141 if (sub.empty() || str.empty()) { in IsSubString()
145 return str.find(sub) != std::string::npos; in IsSubString()
/developtools/smartperf_host/ide/server/
Dmain.go302 sub := now.Sub(parseTime)
303 if sub.Minutes() > 60 { //bigger than 60 min flag due
/developtools/hdc/src/common/
Dbase.h73 int StringEndsWith(string s, string sub);
Dbase.cpp1221 int StringEndsWith(string s, string sub) in StringEndsWith() argument
1223 return s.rfind(sub) == (s.length() - sub.length()) ? 1 : 0; in StringEndsWith()
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h172 size_t SubStringCount(const std::string &source, const std::string &sub);
/developtools/hiperf/
DREADME.md164 - Name of a sub-function, for example, **record** or **report**.
166 - Parameters of the sub-function
/developtools/hiperf/include/
Dutilities.h170 size_t SubStringCount(const std::string &source, const std::string &sub);
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Dram_analyzer.py364 content = re.sub(trival_pattern, "", content)
366 return re.sub(blank_pattern, ' ', content.strip()).split()
/developtools/hapsigner/tools/
Dcommands.config204 …=CN,O=OpenHarmony,OU=OpenHarmony Community,CN=Root CA" -issuerKeyAlias "oh-sub-ca-key-v1" -issuerK…