/developtools/packing_tool/adapter/ohos/ |
H A D | Log.java | 46 * print log in DEBUG level. 51 log.info(LogType.buildTag(LogType.DEBUG) + msg); in debug() 83 DEBUG("Debug"), enum constant
|
H A D | ModuleJsonUtil.java | 40 private static final String DEBUG = "debug";
field in ModuleJsonUtil 1625 return getJsonBooleanValue(appObj, DEBUG, false);
in getDebug() 1651 return getJsonBooleanValue(defaultObj, DEBUG, false);
in getFADebug()
|
H A D | JsonUtil.java | 83 private static final String DEBUG = "debug"; field in JsonUtil 429 moduleAppInfo.debug = getJsonBooleanValue(appJson, DEBUG, false); in parseModuleAppInfo()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/ |
H A D | Provision.java | 29 * Field DEBUG. 31 public static final String DEBUG = "debug"; field in Provision 166 return DEBUG.equals(buildType) || RELEASE.equals(buildType); in isBuildTypeValid()
|
/developtools/packing_tool/packing_tool/frameworks/include/ |
H A D | app_log_wrapper.h | 33 enum class AppLogLevel { DEBUG = 0, INFO, WARN, ERROR, FATAL }; member in OHOS::AppExecFwk::AppLogLevel
|
/developtools/hapsigner/hapsigntool_cpp/profile/include/ |
H A D | profile_info.h | 30 DEBUG enumerator
|
/developtools/packing_tool/packing_tool/frameworks/src/json/ |
H A D | module_json_stage.cpp | 36 const std::string DEBUG = "debug"; member 326 if (appObj->Contains(DEBUG.c_str())) { in GetStageDebugByAppObj() 327 if (appObj->GetBool(DEBUG.c_str(), &debug) != Result::SUCCESS) { in GetStageDebugByAppObj() 328 LOGE("App node get %s failed!", DEBUG.c_str()); in GetStageDebugByAppObj()
|
H A D | module_json_fa.cpp | 36 const std::string DEBUG = "debug"; member 472 if (defaultObj->Contains(DEBUG.c_str())) { in GetFaDebugByDeviceConfigObj() 473 if (defaultObj->GetBool(DEBUG.c_str(), &debug) != Result::SUCCESS) { in GetFaDebugByDeviceConfigObj() 474 LOGE("debug node get %s failed!", DEBUG.c_str()); in GetFaDebugByDeviceConfigObj()
|
H A D | module_json.cpp | 36 const std::string DEBUG = "debug"; member
|
/developtools/hapsigner/hapsigntool_cpp/profile/src/ |
H A D | profile_verify.cpp | 122 out.type = DEBUG; in ParseType() 237 if (info.type == ProvisionType::DEBUG) { in CheckProfileValidType()
|
/developtools/hapsigner/hapsigntool_cpp/hap/utils/src/ |
H A D | hap_utils.cpp | 69 if (DEBUG == provisionInfo.type) { in ParseAppIdentifier()
|
/developtools/profiler/hiebpf/include/ |
H A D | hhlog.h | 141 #define HHLOGD(expression, format, ...) HHLOG(DEBUG, expression, format, ##__VA_ARGS__)
|
/developtools/profiler/device/plugins/hilog_plugin/src/ |
H A D | hilog_plugin.cpp | 163 case DEBUG: in GetlevelCmd()
|
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/ |
H A D | sign_provider.cpp | 810 } else if (info.type == ProvisionType::DEBUG) { in CheckProfileInfo()
|
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/ |
H A D | hilog_plugin_unittest.cpp | 211 config.set_log_level(Level::DEBUG); in HWTEST_F()
|