/developtools/hdc/src/daemon/ |
H A D | system_depend.cpp | 77 bool CallDoReboot(const char *reason) in CallDoReboot() argument 81 return SetDevItem(rebootCtrl.c_str(), reason); in CallDoReboot() 89 string reason = "reboot"; in RebootDevice() local 91 reason += ","; in RebootDevice() 92 reason += cmd; in RebootDevice() 94 WRITE_LOG(LOG_DEBUG, "DoReboot with args:[%s] for cmd:[%s]", reason.c_str(), cmd.c_str()); in RebootDevice() 95 return CallDoReboot(reason.c_str()); in RebootDevice()
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
H A D | ftrace_ipi_event_formatter.cpp | 31 int len = snprintf_s(buffer, BUFFER_SIZE, BUFFER_SIZE - 1, "ipi_entry: (%s)", msg.reason().c_str()); 44 int len = snprintf_s(buffer, BUFFER_SIZE, BUFFER_SIZE - 1, "ipi_exit: (%s)", msg.reason().c_str()); 58 msg.target_cpus(), msg.reason().c_str());
|
H A D | ftrace_writeback_event_formatter.cpp | 219 " sync_mode=%d kupdate=%d range_cyclic=%d background=%d reason=%s cgroup_ino=%" PRId32 "", 223 __print_symbolic(msg.reason(), {0, "background"}, {1, "vmscan"}, {2, "sync"}, {3, "periodic"}, 317 " sync_mode=%d kupdate=%d range_cyclic=%d background=%d reason=%s cgroup_ino=%" PRId32 "", 321 __print_symbolic(msg.reason(), {0, "background"}, {1, "vmscan"}, {2, "sync"}, {3, "periodic"}, 337 "writeback_queue_io: bdi %s: older=%" PRIu64 " age=%" PRIu64 " enqueue=%d reason=%s cgroup_ino=%" PRId32 "", 339 __print_symbolic(msg.reason(), {0, "background"}, {1, "vmscan"}, {2, "sync"}, {3, "periodic"}, 422 " sync_mode=%d kupdate=%d range_cyclic=%d background=%d reason=%s cgroup_ino=%" PRId32 "", 426 __print_symbolic(msg.reason(), {0, "background"}, {1, "vmscan"}, {2, "sync"}, {3, "periodic"}, 443 " sync_mode=%d kupdate=%d range_cyclic=%d background=%d reason=%s cgroup_ino=%" PRId32 "", 447 __print_symbolic(msg.reason(), { [all...] |
/developtools/ace_js2bundle/ace-loader/src/ |
H A D | card-loader.js | 54 reason: `ERROR: The attribute 'src' must be set in the custom element.`, 66 reason: `ERROR: The custom element '${compResourcepath}' can not be found.`, 79 reason: `ERROR: The custom elements cannot have the same attribute 'name' or file name (case insensitive).`, 141 reason: `WARNING: The JS file '${fileName}.js' will be discarded in future version, ` + 147 reason: `WARNING: '${fileName}' cannot have the same name files '.json' and '.js', otherwise '.json' in default.`,
|
/developtools/ace_js2bundle/ace-loader/plugin/templater/ |
H A D | index.js | 76 compileResult.log.push({ reason: 'ERROR: parsing hml file failed' }) 111 reason: 'ERROR: need a legal root node', 118 reason: 'ERROR: there can only be one root node', 222 reason: `WARNING: The 'tid' is recommended here.`, 229 reason: `ERROR: The 'for' and 'if' cannot be used in the same node.`, 244 reason: `ERROR: The nested 'for' is not supported.`,
|
/developtools/ace_js2bundle/ace-loader/src/lite/ |
H A D | lite-customize.js | 80 * @param {String} reason Output wrong information. 82 function throwError(condition, reason) { 84 throw Error(`\u001b[31mError: ${reason} \u001b[39m`).message;
|
/developtools/packing_tool/adapter/ohos/ |
H A D | ReqPermission.java | 31 * Indicates the reason of ReqPermission. 33 public String reason = ""; field in ReqPermission
|
H A D | JsonUtil.java | 118 private static final String REASON = "reason"; 727 reqPermission.reason = parseResourceByKey(requestPermission, data, REASON, REASON_ID); in parseFAReqPermission() 2007 reqPermission.reason = parseResourceByKey(requestPermission, data, REASON, REASON_ID); in parseReqPermission()
|
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
H A D | cpu_detail_parser.cpp | 586 traceDataCache_->GetDataIndex(ipiEntryMsg.reason())); in IpiHandlerEntryEvent()
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/htrace_parser/ |
H A D | htrace_event_parser.cpp | 892 traceDataCache_->GetDataIndex(msg.reason().ToStdString())); in IpiHandlerEntryEvent()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 10476 u16 reason; member 15321 const char *reason; member 15327 const char *reason; member 17685 __u32 reason; member 18832 __u32 reason; member 19357 __u32 reason; member 20697 unsigned int reason; member 30957 u32 reason; member 36928 int reason; member 38656 int reason; member 38663 int reason; global() member 39990 enum wb_reason reason; global() member 40068 int reason; global() member 40114 int reason; global() member 48299 int reason; global() member 51569 enum kmsg_dump_reason reason; global() member 54176 int reason; global() member 97991 char *reason; global() member 116104 __u8 reason; global() member 146950 enum skb_free_reason reason; global() member 159557 __be16 reason; global() member [all...] |