| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/ |
| D | SignerFactory.java | 65 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/ |
| D | Log.test.ts | 16 import { debug, error, info, log, trace, warn, SpLog, LogLevel } from '../../src/log/Log'; 24 warn('111');
|
| /developtools/smartperf_host/ide/src/hdc/common/ |
| D | Utils.ts | 17 import { warn } from '../../log/Log'; 43 warn('command : ' + command + ' is not Support');
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | des_stat.md | 17 数据状态级别总共有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/ |
| D | cmds_rule.py | 65 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)
|
| D | base_rule.py | 57 def warn(self, info): member in BaseRule
|
| /developtools/integration_verification/tools/deps_guard/rules_checker/ |
| D | sa_rule.py | 70 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"]))
|
| D | chipsetsdk.py | 50 … 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'
|
| D | base_rule.py | 57 def warn(self, info): member in BaseRule
|
| D | hdi_rule.py | 67 … self.warn('non hdi module %s with shlib_type="hdi", %s' % (mod["name"], mod["labelPath"]))
|
| /developtools/hdc/hdc_rust/src/ |
| D | utils.rs | 170 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/ |
| D | gen_aot.ts | 138 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/ |
| D | Log.ts | 29 export const warn = (message?: any, ...optionalParams: any[]) => { constant 68 console.warn(message, ...optionalParams, this.now());
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | Utils.ts | 19 import { warn } from '../../log/Log'; 93 warn('parse key path fail ', threadKey);
|
| /developtools/smartperf_host/ide/src/statistics/util/ |
| D | SpStatisticsHttpUtil.ts | 16 import { warn } from '../../log/Log'; 55 warn('Connect Server Failed')
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/ |
| D | SPLogger.ts | 46 console.warn(SPLogger.bastTag + tag + "," + msg)
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | check_import_module.ts | 42 …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/ |
| 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/smartperf_host/ide/src/trace/bean/ |
| D | FrameChartStruct.ts | 18 import { warn } from '../../log/Log'; 105 warn('not match ChartMode');
|
| /developtools/hdc/hdc_rust/src/transfer/ |
| D | usb.rs | 121 crate::warn!("usb read result < 0"); in read_frame() 139 crate::warn!("parse usb head error: {}", e.to_string()); in check_protocol_head()
|
| D | base.rs | 84 crate::warn!( in unpack_task_message_lock() 182 crate::warn!( in unpack_task_message()
|
| D | tcp.rs | 46 crate::warn!("read tcp failed: {}", e.to_string()); in read_frame()
|
| /developtools/hdc/hdc_rust/src/daemon/ |
| D | main.rs | 68 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/ |
| D | ParamProcessUtil.java | 68 LOGGER.warn("delete files failed!"); in delDir()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/ |
| D | VerifyHelper.java | 175 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()
|