Home
last modified time | relevance | path

Searched refs:debugMode (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/
H A Dbase_type.h77 bool debugMode = false; member
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dcommon.h59 bool debugMode = false; member
/base/hiviewdfx/hiappevent/test/processor/
H A Dtest_processor.cpp37 HILOG_INFO(LOG_CORE, ".debugMode=%{public}d", config.debugMode); in PrintReportConfig()
/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp431 std::string debugMode = "0"; in IsUserMode() local
432 debugMode = OHOS::system::GetParameter("const.debuggable", debugMode); in IsUserMode()
433 return debugMode == "0"; in IsUserMode()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_inner_api_test.cpp82 ASSERT_FALSE(config.debugMode); in CheckGetEmptyConfig()
111 ASSERT_EQ(configA.debugMode, configB.debugMode); in CheckSameConfig()
137 .debugMode = true, in CheckSetConfig()
529 .debugMode = true, in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp104 conf.debugMode = processor.debugMode; in ConvertReportConfig()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp165 strStream << "{" << name << "," << debugMode << "," << routeInfo << "," << appId << "," << triggerCond.ToString() in ToString()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp44 const std::string DEBUG_MODE = "debugMode";
186 return GenConfigBoolProp(env, config, key, out.debugMode) ? ERR_CODE_SUCC : ERR_CODE_PARAM_INVALID; in GenConfigDebugModeProp()

Completed in 7 milliseconds