Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 25 of 40) sorted by relevance

12

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DSignerFactory.java65 LOGGER.warn("load remote signer failed, use default implementation"); in getSigner()
76 LOGGER.warn("lost parameter signerPlugin"); in loadRemoteSigner()
89 LOGGER.warn("can not find signerPlugin by param signerPlugin = {}", signerPlugin); in loadRemoteSigner()
100 LOGGER.warn("can not find entry signer.properties in {}", plugin); in loadRemoteSigner()
107 LOGGER.warn("can not find {} in signer.properties", ISigner.class.getName()); in loadRemoteSigner()
119 LOGGER.warn("load remote signer from {} failed, msg: {}", signerPlugin, e.getMessage()); in loadRemoteSigner()
126 LOGGER.warn("{} is not exists", file); in fileToUrl()
132 LOGGER.warn("{} can not convert to valid url, msg: {}", file, e.getMessage()); in fileToUrl()
145 LOGGER.warn("decode class location failed, will ignored. msg :{}", e.getMessage()); in getClassLocation()
/developtools/smartperf_host/ide/test/log/
DLog.test.ts16 import { debug, error, info, log, trace, warn, SpLog, LogLevel } from '../../src/log/Log';
24 warn('111');
/developtools/smartperf_host/ide/src/hdc/common/
DUtils.ts17 import { warn } from '../../log/Log';
43 warn('command : ' + command + ' is not Support');
/developtools/smartperf_host/trace_streamer/doc/
Ddes_stat.md17 数据状态级别总共有4种,分别是:info, warn, error,fatal。由于数据的重要性不同,不同事件的同一种状态可能对应不同的级别。
18 …ction_received的 not_supported状态的数据为info级别,而binder_transaction_alloc_buf的not_supported状态数据为warn级别。
/developtools/integration_verification/tools/startup_guard/startup_checker/
Dcmds_rule.py65 self.warn("\'%s\' cannot be started in conditional mode" % service_name)
76 self.warn("\'%s\' cannot be started in boot mode" % key)
109 self.warn("selinux status is %s" %parser._selinux)
130 self.warn("%s" % log_str)
Dbase_rule.py57 def warn(self, info): member in BaseRule
/developtools/integration_verification/tools/deps_guard/rules_checker/
Dsa_rule.py70 self.warn('sa module %s has no shlib_type="sa", add it in %s' % (mod["name"], mod["labelPath"]))
74 self.warn('non sa module %s with shlib_type="sa", %s' % (mod["name"], mod["labelPath"]))
Dchipsetsdk.py50 … self.warn("****add chipsetsdk_rules_path path not exist: {}****".format(chipsetsdk_rules_path))
57 self.warn("****rules path not exist: {}****".format(rules_file))
207 … self.warn('Chipset SDK module %s has no innerapi_tags with "chipsetsdk", add it in %s'
218 … self.warn('non chipsetsdk_indirect module %s with innerapi_tags="chipsetsdk_indirect", %s'
Dbase_rule.py57 def warn(self, info): member in BaseRule
Dhdi_rule.py67 … self.warn('non hdi module %s with shlib_type="hdi", %s' % (mod["name"], mod["labelPath"]))
/developtools/hdc/hdc_rust/src/
Dutils.rs170 macro_rules! warn { macro
173 hilog_rust::warn!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));
174 log::warn!($($arg)+);
180 macro_rules! warn { macro
182 log::warn!($($arg)+);
/developtools/ace_ets2bundle/compiler/src/
Dgen_aot.ts138 logger.warn(`ArkTS:WARN ${logContent}`);
141 logger.warn(`ArkTS:WARN ${e}`);
142 logger.warn(`ArkTS:WARN Failed to generate aot file, the module may run with an interpreter`);
/developtools/smartperf_host/ide/src/log/
DLog.ts29 export const warn = (message?: any, ...optionalParams: any[]) => { constant
68 console.warn(message, ...optionalParams, this.now());
/developtools/smartperf_host/ide/src/trace/component/
DUtils.ts19 import { warn } from '../../log/Log';
93 warn('parse key path fail ', threadKey);
/developtools/smartperf_host/ide/src/statistics/util/
DSpStatisticsHttpUtil.ts16 import { warn } from '../../log/Log';
55 warn('Connect Server Failed')
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DSPLogger.ts46 console.warn(SPLogger.bastTag + tag + "," + msg)
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcheck_import_module.ts42 …compilerOptions.isCompatibleVersion ? logger.warn(yellow + errorMsg) : logger.error(red + errorMsg…
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
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/smartperf_host/ide/src/trace/bean/
DFrameChartStruct.ts18 import { warn } from '../../log/Log';
105 warn('not match ChartMode');
/developtools/hdc/hdc_rust/src/transfer/
Dusb.rs121 crate::warn!("usb read result < 0"); in read_frame()
139 crate::warn!("parse usb head error: {}", e.to_string()); in check_protocol_head()
Dbase.rs84 crate::warn!( in unpack_task_message_lock()
182 crate::warn!( in unpack_task_message()
Dtcp.rs46 crate::warn!("read tcp failed: {}", e.to_string()); in read_frame()
/developtools/hdc/hdc_rust/src/daemon/
Dmain.rs68 hdc::warn!("unpack task failed: {}", e.to_string()); in handle_message()
169 hdc::warn!("unpack task failed: {}, reopen fd...", e.to_string()); in uart_handle_client()
207 hdc::warn!("unpack task failed: {}, reopen fd...", e.to_string()); in uart_handle_client()
323 hdc::warn!("unpack task failed: {}", e.to_string()); in usb_handle_client()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DParamProcessUtil.java68 LOGGER.warn("delete files failed!"); in delDir()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DVerifyHelper.java175 LOGGER.warn("sign information does not include signTime"); in getSignTime()
181 LOGGER.warn("get sign time false, use local datetime verify profile cert chain"); in getSignTime()

12