Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 - 15 of 15) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DLog.java46 * print log in DEBUG level.
51 log.info(LogType.buildTag(LogType.DEBUG) + msg); in debug()
83 DEBUG("Debug"), enum constant
H A DModuleJsonUtil.java40 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 DJsonUtil.java83 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 DProvision.java29 * 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 Dapp_log_wrapper.h33 enum class AppLogLevel { DEBUG = 0, INFO, WARN, ERROR, FATAL }; member in OHOS::AppExecFwk::AppLogLevel
/developtools/hapsigner/hapsigntool_cpp/profile/include/
H A Dprofile_info.h30 DEBUG enumerator
/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dmodule_json_stage.cpp36 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 Dmodule_json_fa.cpp36 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 Dmodule_json.cpp36 const std::string DEBUG = "debug"; member
/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dprofile_verify.cpp122 out.type = DEBUG; in ParseType()
237 if (info.type == ProvisionType::DEBUG) { in CheckProfileValidType()
/developtools/hapsigner/hapsigntool_cpp/hap/utils/src/
H A Dhap_utils.cpp69 if (DEBUG == provisionInfo.type) { in ParseAppIdentifier()
/developtools/profiler/hiebpf/include/
H A Dhhlog.h141 #define HHLOGD(expression, format, ...) HHLOG(DEBUG, expression, format, ##__VA_ARGS__)
/developtools/profiler/device/plugins/hilog_plugin/src/
H A Dhilog_plugin.cpp163 case DEBUG: in GetlevelCmd()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp810 } else if (info.type == ProvisionType::DEBUG) { in CheckProfileInfo()
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
H A Dhilog_plugin_unittest.cpp211 config.set_log_level(Level::DEBUG); in HWTEST_F()

Completed in 21 milliseconds