Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 25) 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.py149 sub = GnVariableParser.string_parser("subsystem_name", paragraph)
151 sub, sub_from = _gn_var_process(
152 self.project_path, sub, _sub, gn_path, "gn", "json", True)
155 if not sub:
156 sub = self.UNDEFINED
163 "subsystem_name": sub,
213 sub = GnVariableParser.string_parser("subsystem_name", paragraph)
215 sub, sub_from = _gn_var_process(
216 self.project_path, sub, _sub, gn_path, "gn", "json")
219 if not sub:
[all …]
Drom_analysis.py153 …def _put(cls, sub: str, com: str, unit: Dict, rom_size_dict: Dict, com_size_baseline: str = str()):
157 if not rom_size_dict.get(sub): # 子系统大小
158 rom_size_dict[sub]: Dict[str, Dict] = dict()
159 rom_size_dict[sub]["size"] = 0
160 rom_size_dict[sub]["count"] = 0
162 if not rom_size_dict.get(sub).get(com): # 部件
163 rom_size_dict.get(sub)[com] = dict()
164 rom_size_dict[sub][com]["filelist"] = list()
165 rom_size_dict[sub][com]["size"] = 0
166 rom_size_dict[sub][com]["count"] = 0
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts116 result.map((sub) => {
117 let subType = SpSystemTrace.DATA_DICT.get(sub.subTypeId);
121 data.existing = sub.allocByte - sub.freeByte;
122 data.allocCount = sub.allocCount - sub.freeCount;
123 data.freeCount = sub.freeCount;
124 data.freeByte = sub.freeByte;
125 data.totalBytes = sub.allocByte;
126 data.totalCount = sub.allocCount;
127 data.max = sub.max;
128 data.freeByteString = Utils.getByteWithUnit(sub.freeByte);
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts114 result.map((sub) => {
115 let subType = SpSystemTrace.DATA_DICT.get(sub.subTypeId);
119 data.existing = sub.allocByte - sub.freeByte;
120 data.allocCount = sub.allocCount - sub.freeCount;
121 data.freeCount = sub.freeCount;
122 data.freeByte = sub.freeByte;
123 data.totalBytes = sub.allocByte;
124 data.totalCount = sub.allocCount;
125 data.max = sub.max;
126 data.freeByteString = Utils.getByteWithUnit(sub.freeByte);
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/workers/
Dworker.js170 function includes(all, sub) { argument
173 sub = sub.toLowerCase();
175 var firstChar = sub.substring(0, 1);
176 var subLength = sub.length;
181 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/host/smartperf/client/client_command/include/
Dsp_utils.h71 bool IsSubString(const std::string &str, const std::string &sub);
/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp113 bool SPUtils::IsSubString(const std::string &str, const std::string &sub) in IsSubString() argument
115 if (sub.empty() || str.empty()) { in IsSubString()
119 return str.find(sub) != std::string::npos; in IsSubString()
/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/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.cpp437 string sub = filePath.substr(pos); in WriteRawFile() local
438 sub = FileEntry::FilePath(RESOURCES_DIR).Append(sub).GetPath(); in WriteRawFile()
441 resourceItem.SetData(sub); in WriteRawFile()
Dresource_util.cpp49 string sub = str.substr(begin, end - begin); in Split() local
50 out.push_back(sub); in Split()
/developtools/hiperf/src/
Dutilities.cpp119 size_t SubStringCount(const std::string &source, const std::string &sub) in SubStringCount() argument
123 if (sub.empty()) { in SubStringCount()
126 while ((pos = source.find(sub, pos)) != std::string::npos) { in SubStringCount()
127 pos += sub.size(); in SubStringCount()
/developtools/smartperf_host/ide/server/
Dmain.go288 sub := now.Sub(parseTime)
289 if sub.Minutes() > 60 { //bigger than 60 min flag due
/developtools/profiler/host/smartperf/ide/server/
Dmain.go288 sub := now.Sub(parseTime)
289 if sub.Minutes() > 60 { //bigger than 60 min flag due
/developtools/hdc/src/common/
Dbase.h71 int StringEndsWith(string s, string sub);
Dbase.cpp1080 int StringEndsWith(string s, string sub) in StringEndsWith() argument
1082 return s.rfind(sub) == (s.length() - sub.length()) ? 1 : 0; in StringEndsWith()
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h155 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/integration_verification/tools/rom_ram_analyzer/standard/
Dram_analyzer.py89 content = re.sub(trival_pattern, "", content)
91 return re.sub(blank_pattern, ' ', content.strip()).split()
/developtools/hiperf/include/
Dutilities.h171 size_t SubStringCount(const std::string &source, const std::string &sub);
/developtools/hapsigner/tools/
Dcommands.config199 …=CN,O=OpenHarmony,OU=OpenHarmony Community,CN=Root CA" -issuerKeyAlias "oh-sub-ca-key-v1" -issuerK…