Searched refs:debugMode (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/ |
H A D | base_type.h | 77 bool debugMode = false;
member
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/ |
H A D | common.h | 59 bool debugMode = false; member
|
/base/hiviewdfx/hiappevent/test/processor/ |
H A D | test_processor.cpp | 37 HILOG_INFO(LOG_CORE, ".debugMode=%{public}d", config.debugMode);
in PrintReportConfig()
|
/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 431 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 D | hiappevent_inner_api_test.cpp | 82 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 D | hiappevent_ffi.cpp | 104 conf.debugMode = processor.debugMode; in ConvertReportConfig()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_observer.cpp | 165 strStream << "{" << name << "," << debugMode << "," << routeInfo << "," << appId << "," << triggerCond.ToString()
in ToString()
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_processor.cpp | 44 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