| /developtools/integration_verification/tools/startup_guard/rules/NO-Config-Cmds-In-Init/ |
| D | README.md | 38 ### **condition服务约束** 39 **[白名单](whitelist.json)** 约束*.cfg文件中的service的启动方式:condition。 41 - condition 43 condition 条件启动,对服务的启动方式配置condition,通过start命令拉起服务。 47 2. 服务是条件启动, 即"start-mode" : "condition", 并且通过start命令拉起服务。 55 "start-mode":"condition", 64 1. start-mode:"condition", 服务启动方式。 65 2. service:通过"start-mode" : "condition" 启动的服务。
|
| /developtools/profiler/device/etc/ |
| D | hiprofilerd.cfg | 24 "start-mode" : "condition" 29 "condition" : "hiviewdfx.hiprofiler.profilerd.start=1", 35 "condition" : "hiviewdfx.hiprofiler.profilerd.start=0", 41 "condition" : "hiviewdfx.hiprofiler.plugins.start=1", 47 "condition" : "hiviewdfx.hiprofiler.plugins.start=0", 53 "condition" : "hiviewdfx.hiprofiler.native_memoryd.start=1", 59 "condition" : "hiviewdfx.hiprofiler.native_memoryd.start=0",
|
| D | hiprofiler_plugins.cfg | 11 "start-mode" : "condition",
|
| D | hiprofiler_daemon.cfg | 20 "start-mode" : "condition"
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerCommon.ts | 106 export function fillCacheData(filterData: Array<any>, condition: FilterConfig): boolean { 107 if (condition.useCache && filterData.length > 0) { 108 let pns = (condition.endNS - condition.startNS) / condition.frame.width; 109 let y = condition.frame.y + condition.paddingTop; 110 let height = condition.frame.height - condition.paddingTop * 2; 114 (it[condition.startKey] || 0) + (it[condition.durKey] || 0) > condition.startNS && 115 (it[condition.startKey] || 0) < condition.endNS 125 condition.startNS, 126 condition.endNS, 127 condition.frame, [all …]
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerCommon.ts | 123 export function fillCacheData(filterList: Array<any>, condition: FilterConfig): boolean { 124 if (condition.useCache && filterList.length > 0) { 125 let pns = (condition.endNS - condition.startNS) / condition.frame.width; 126 let y = condition.frame.y + condition.paddingTop; 127 let height = condition.frame.height - condition.paddingTop * 2; 131 (it[condition.startKey] || 0) + (it[condition.durKey] || 0) > condition.startNS && 132 (it[condition.startKey] || 0) < condition.endNS 142 condition.startNS, 143 condition.endNS, 144 condition.frame, [all …]
|
| /developtools/hiperf/include/ |
| D | debug_logger.h | 227 #define HLOGV_IF(condition, format, ...) \ argument 228 if (condition) { \ 275 #define HLOG_ASSERT_MESSAGE(condition, format, ...) \ argument 276 if (!(condition)) { \ 277 HLOG(LEVEL_FATAL, " assert failed: '%s' " format, #condition, ##__VA_ARGS__); \ 282 #define HLOG_ASSERT(condition) HLOG_ASSERT_MESSAGE(condition, "") argument
|
| D | perf_event_record.h | 422 void PushToBinary(bool condition, uint8_t *&p, const T &v); 425 void PushToBinary2(bool condition, uint8_t *&p, const T1 &v1, const T2 &v2); 428 void PopFromBinary(bool condition, uint8_t *&p, T &v); 431 void PopFromBinary2(bool condition, uint8_t *&p, T1 &v1, T2 &v2);
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | debug_logger.h | 212 #define HLOGV_IF(condition, format, ...) \ argument 213 if (condition) { \ 260 #define HLOG_ASSERT_MESSAGE(condition, format, ...) \ argument 261 if (!(condition)) { \ 262 HLOG(LEVEL_FATAL, " assert failed: '%s' " format, #condition, ##__VA_ARGS__); \ 267 #define HLOG_ASSERT(condition) HLOG_ASSERT_MESSAGE(condition, "") argument
|
| /developtools/hdc/src/daemon/etc/ |
| D | hdcd.root.cfg | 45 "start-mode" : "condition", 52 "condition" : "persist.hdc.control=false", 60 "condition" : "persist.hdc.control=true", 68 "condition" : "persist.hdc.replace=true",
|
| D | hdcd.cfg | 45 "start-mode" : "condition", 52 "condition" : "persist.hdc.control=false", 60 "condition" : "persist.hdc.control=true",
|
| /developtools/ace_js2bundle/ace-loader/src/lite/ |
| D | lite-customize.js | 82 function throwError(condition, reason) { argument 83 if (condition) {
|
| D | lite-transform-style.js | 104 const { condition, ...selectors } = mediaQuery; 108 target.push({ condition, ...style }); property
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerNativeNemory.ts | 258 let condition: string; variable 260 condition = 'and type = 0'; 262 condition = 'and type > 0'; 264 condition = ''; 274 where ts between start_ts and end_ts ${condition}; 280 …let condition = types.length === 1 ? `and A.event_type = ${types[0]}` : `and (A.event_type = 'Allo… variable 285 condition = `${condition} and last_lib_id = ${libId}`;// filter lib 288 condition = `${condition} and event_type = 'AllocEvent'`; 291 condition = `${condition} and event_type = 'MmapEvent'`; 294 condition = `${condition} and ((A.end_ts - B.start_ts) > ${rightNs} or A.end_ts is null)`; [all …]
|
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerCommon.test.ts | 133 let condition = { variable 347 let fillCache = fillCacheData(filterData, condition); 352 let slice = findRange(fullData, condition); 357 let condition = { variable 367 let dataFilter = dataFilterHandler(fullData, filterData, condition);
|
| /developtools/hiperf/etc/ |
| D | hiperf.cfg | 4 "condition": "security.perf_harden=0",
|
| /developtools/hiperf/src/ |
| D | perf_event_record.cpp | 71 inline void PushToBinary(bool condition, uint8_t *&p, const T &v) in PushToBinary() argument 73 if (condition) { in PushToBinary() 80 inline void PushToBinary2(bool condition, uint8_t *&p, const T1 &v1, const T2 &v2) in PushToBinary2() argument 82 if (condition) { in PushToBinary2() 91 inline void PopFromBinary(bool condition, uint8_t *&p, T &v) in PopFromBinary() argument 93 if (condition) { in PopFromBinary() 100 inline void PopFromBinary2(bool condition, uint8_t *&p, T1 &v1, T2 &v2) in PopFromBinary2() argument 102 if (condition) { in PopFromBinary2()
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerNativeNemory.ts | 227 let condition = ''; 229 condition = 'and type = 0'; 231 condition = 'and type > 0'; 233 condition = ''; 243 where ts between start_ts and end_ts ${condition}; 750 let condition = ''; variable 753 condition = 'and type = 0'; 755 condition = 'and type != 0'; 777 ${condition}
|
| /developtools/ace_ets2bundle/compiler/ |
| D | .eslintrc | 75 "no-unmodified-loop-condition": 2,
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | SqlLite.ts | 3584 let condition = 3594 where ts - start_ts = ${ts} ${condition};`; 4980 const condition = isPin ? "'mem.purg_pin'" : "'mem.purg_sum'"; 4992 f.name = ${condition}
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 2705 …let condition = `trace-row[row-id='${rowId}'][row-type='${rowType}'][row-parent-id='${rowParentId}… variable 2706 let rootRow = this.shadowRoot!.querySelector<TraceRow<any>>(condition);
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 3372 …let condition = `trace-row[row-id='${rowId}'][row-type='${rowType}'][row-parent-id='${rowParentId}… variable 3373 let rootRow = this.shadowRoot!.querySelector<TraceRow<any>>(condition);
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_component_build.ts | 1954 initializer.condition,
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 99640 struct ff_condition_effect condition[2]; member 111562 enum usb_interface_condition condition; member 134600 struct ff_condition_effect condition[2]; member
|