/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/ |
H A D | SignerFactory.java | 65 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 D | sa_rule.py | 74 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 D | chipsetsdk.py | 51 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 D | base_rule.py | 58 def warn(self, info):
member in BaseRule
|
H A D | hdi_rule.py | 70 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 D | cmds_rule.py | 82 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 D | base_rule.py | 63 def warn(self, info):
member in BaseRule
|
/developtools/hdc/hdc_rust/src/common/ |
H A D | filemanager.rs | 67 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 D | host_usb.rs | 155 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 D | mod.rs | 81 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 D | task_manager.rs | 62 crate::warn!("free_session cannot find connect type for session_id:{session_id}");
|
H A D | shell.rs | 203 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 D | bridge.rs | 108 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 D | VerifyElf.java | 100 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 D | ParamProcessUtil.java | 68 LOGGER.warn("delete files failed!"); in delDir()
|
H A D | FileUtils.java | 497 LOGGER.warn("delete file '{}' error, error message: {}", file, e.getMessage()); in deleteFile()
|
/developtools/hdc/hdc_rust/src/transfer/ |
H A D | buffer.rs | 170 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 D | tcp.rs | 48 crate::warn!("read tcp failed: {}", e.to_string());
|
H A D | uart.rs | 134 log::warn!("parse uart head error: {}", e.to_string()); in check_protocol_head()
|
H A D | usb.rs | 172 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 D | VerifyHelper.java | 173 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 D | SignBin.java | 64 LOGGER.warn("can not sign bin with codesign"); in sign()
|
/developtools/hdc/hdc_rust/src/host/ |
H A D | auth.rs | 246 hdc::warn!("get home dir failed, use current dir instead"); in get_home_dir()
|
H A D | task.rs | 162 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 D | compile-plugin.js | 276 console.warn(yellow, message.match(/warnStart(([\s\S])*)warnEnd/)[1].trim(), reset, '\n')
|