Home
last modified time | relevance | path

Searched refs:warn (Results 1 - 25 of 31) sorted by relevance

12

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
H A DSignerFactory.java65 LOGGER.warn("load remote signer failed, use default implementation"); in getSigner()
76 LOGGER.warn("lost parameter signerPlugin"); in loadRemoteSigner()
86 LOGGER.warn("can not find signerPlugin or not a file by param signerPlugin = {}", signerPlugin); in loadRemoteSigner()
97 LOGGER.warn("can not find entry signer.properties in {}", plugin); in loadRemoteSigner()
104 LOGGER.warn("can not find {} in signer.properties", ISigner.class.getName()); in loadRemoteSigner()
116 LOGGER.warn("load remote signer from {} failed, msg: {}", signerPlugin, e.getMessage()); in loadRemoteSigner()
123 LOGGER.warn("{} is not exists", file); in fileToUrl()
129 LOGGER.warn("{} can not convert to valid url, msg: {}", file, e.getMessage()); in fileToUrl()
142 LOGGER.warn("decode class location failed, will ignored. msg :{}", e.getMessage()); in getClassLocation()
/developtools/integration_verification/tools/deps_guard/rules_checker/
H A Dsa_rule.py74 self.warn('sa module %s has no shlib_type="sa", add it in %s' % (mod["name"], mod["labelPath"]))
78 self.warn('non sa module %s with shlib_type="sa", %s' % (mod["name"], mod["labelPath"]))
H A Dchipsetsdk.py51 self.warn("****add chipsetsdk_rules_path path not exist: {}****".format(chipsetsdk_rules_path))
58 self.warn("****rules path not exist: {}****".format(rules_file))
231 self.warn('Chipset SDK module %s has no innerapi_tags with "chipsetsdk", add it in %s'
242 self.warn('non chipsetsdk_indirect module %s with innerapi_tags="chipsetsdk_indirect", %s'
H A Dbase_rule.py58 def warn(self, info): member in BaseRule
H A Dhdi_rule.py70 self.warn('non hdi module %s with shlib_type="hdi", %s' % (mod["name"], mod["labelPath"]))
/developtools/integration_verification/tools/startup_guard/startup_checker/
H A Dcmds_rule.py82 self.warn("\'%s\' cannot be started in conditional mode" % service_name)
93 self.warn("\'%s\' cannot be started in boot mode" % key)
125 self.warn("selinux status is %s" % parser._selinux)
146 self.warn("%s" % log_str)
H A Dbase_rule.py63 def warn(self, info): member in BaseRule
/developtools/hdc/hdc_rust/src/common/
H A Dfilemanager.rs67 crate::warn!("failed to get file metadata, error: {:#?}", e); in file_size()
91 crate::warn!( in buffer_read()
/developtools/hdc/hdc_rust/src/host_transfer/
H A Dhost_usb.rs155 crate::warn!("usb read result < 0"); in read_frame()
173 crate::warn!("parse usb head error: {}", e.to_string()); in check_protocol_head()
227 crate::warn!(
274 crate::warn!("unpack task failed: {}, reopen fd...", e.to_string()); in start_recv()
291 crate::warn!("unpack task failed: {}, reopen fd...", e.to_string()); in start_recv_once()
361 crate::warn!("usb session {} will end", id);
/developtools/hdc/hdc_rust/src/daemon_lib/
H A Dmod.rs81 crate::warn!("unpack task failed: {}", e.to_string());
188 crate::warn!("tcp free_session, session_id:{}, result:{:?}", session_id, result);
279 crate::warn!("unpack task failed: {}, reopen fd...", e.to_string());
322 crate::warn!("uart read uart taskmessage error:{:?}", e);
404 crate::warn!("unpack task failed: {}", e.to_string());
H A Dtask_manager.rs62 crate::warn!("free_session cannot find connect type for session_id:{session_id}");
H A Dshell.rs203 crate::warn!("pty read failed: {e:?}");
240 crate::warn!(
681 crate::warn!("pty read failed: {e:?}");
698 crate::warn!("pty read failed: {e:?}");
706 crate::warn!("pipe closed shell_task_id:{:?}", shell_task_id);
718 crate::warn!("child exited with: {:?} shell_task_id:{:?}", e, shell_task_id);
H A Dbridge.rs108 crate::warn!("bridge read result <= 0"); in read_frame()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
H A DVerifyElf.java100 LOGGER.warn("Missing parameter: {}", ParamConstants.PARAM_VERIFY_PROOF_FILE); in checkParams()
210 LOGGER.warn("profile is not signed"); in verifyElf()
220 LOGGER.warn("can not found profile sign block"); in verifyElf()
234 LOGGER.warn("can not found code sign block"); in verifyElf()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DParamProcessUtil.java68 LOGGER.warn("delete files failed!"); in delDir()
H A DFileUtils.java497 LOGGER.warn("delete file '{}' error, error message: {}", file, e.getMessage()); in deleteFile()
/developtools/hdc/hdc_rust/src/transfer/
H A Dbuffer.rs170 crate::warn!("tcp start {id}");
180 crate::warn!("tcp end {id}");
294 crate::warn!("end usb session_id:{session_id} get lock failed {try_times} times");
368 crate::warn!("fail to get connect type for session:{}, command:{:?}", session_id, data.command);
444 crate::warn!("unpack task failed: {}, reopen fd...", e.to_string()); in usb_start_recv()
H A Dtcp.rs48 crate::warn!("read tcp failed: {}", e.to_string());
H A Duart.rs134 log::warn!("parse uart head error: {}", e.to_string()); in check_protocol_head()
H A Dusb.rs172 crate::warn!("parse usb head error: {}", e.to_string()); in check_protocol_head()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
H A DVerifyHelper.java173 LOGGER.warn("sign information does not include signTime"); in getSignTime()
179 LOGGER.warn("get sign time false, use local datetime verify profile cert chain"); in getSignTime()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
H A DSignBin.java64 LOGGER.warn("can not sign bin with codesign"); in sign()
/developtools/hdc/hdc_rust/src/host/
H A Dauth.rs246 hdc::warn!("get home dir failed, use current dir instead"); in get_home_dir()
H A Dtask.rs162 hdc::warn!("channel_forward_task, other commands");
476 hdc::warn!("unpack task failed: {}", e.to_string());
592 hdc::warn!("unpack task failed: {}", e.to_string());
/developtools/ace_js2bundle/ace-loader/src/
H A Dcompile-plugin.js276 console.warn(yellow, message.match(/warnStart(([\s\S])*)warnEnd/)[1].trim(), reset, '\n')

Completed in 12 milliseconds

12