Home
last modified time | relevance | path

Searched refs:debugMode (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp137 bool debugMode = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local
148 condition, debugMode); in DoSomethingInterestingWithMyAPI()
150 condition, debugMode, isAllow); in DoSomethingInterestingWithMyAPI()
152 condition, debugMode, isAllow); in DoSomethingInterestingWithMyAPI()
153 DelayedSingleton<StandbyConfigManager>::GetInstance()->DumpSetDebugMode(debugMode); in DoSomethingInterestingWithMyAPI()
154 DelayedSingleton<StandbyConfigManager>::GetInstance()->DumpSetSwitch(str, debugMode, str); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp429 std::string debugMode = "0"; in IsUserMode() local
430 debugMode = OHOS::system::GetParameter("const.debuggable", debugMode); in IsUserMode()
431 return debugMode == "0"; in IsUserMode()
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/
H A Dbase_type.h77 bool debugMode = false; member
/ohos5.0/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,
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dcommon.h59 bool debugMode = false; member
/ohos5.0/base/hiviewdfx/hiappevent/test/processor/
H A Dtest_processor.cpp37 HILOG_INFO(LOG_CORE, ".debugMode=%{public}d", config.debugMode); in PrintReportConfig()
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp351 int tid, const char* libraryPath, uint32_t instanceId, bool debug, bool debugMode) in NotifyDebugMode() argument
357 panda::JSNApi::DebugOption debugOption = {libraryPath, debug ? debugMode : false}; in NotifyDebugMode()
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h111 …yDebugMode(int tid, const char* libraryPath, uint32_t instanceId, bool isDebugApp, bool debugMode);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp104 conf.debugMode = processor.debugMode; in ConvertReportConfig()
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp477 bool debugMode = true; variable
478 jsEnv->NotifyDebugMode(tid, libraryPath, instanceId, debug, debugMode);
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhiappevent-event-reporting.md63 debugMode: true,
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/
H A Dnapi_hiappevent_processor.test.js103 debugMode: true, property in AnonymousFunction08c4972b0100.AnonymousFunction08c4972b0600.processor1
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h98 void DumpSetDebugMode(bool debugMode);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp165 …strStream << "{" << name << "," << debugMode << "," << routeInfo << "," << appId << "," << trigger… in ToString()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h154 ErrCode SetDebugMode(int32_t debugMode);
/ohos5.0/docs/en/application-dev/dfx/
H A Dhiappevent-event-reporting.md63 debugMode: true,
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp763 void StandbyConfigManager::DumpSetDebugMode(bool debugMode) in DumpSetDebugMode() argument
766 if (debugMode) { in DumpSetDebugMode()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp186 …return GenConfigBoolProp(env, config, key, out.debugMode) ? ERR_CODE_SUCC : ERR_CODE_PARAM_INVALID; in GenConfigDebugModeProp()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3389 ErrCode BundleTestTool::SetDebugMode(int32_t debugMode) in SetDebugMode() argument
3391 if (debugMode != 0 && debugMode != 1) { in SetDebugMode()
3395 bool enable = debugMode == 0 ? false : true; in SetDebugMode()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hiviewdfx-hiappevent.md71 | debugMode | boolean | 否 | 是否开启debug模式,默认值为false。配置值为true表示开启debug模式,f…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1300 bool debugMode = AceApplicationInfo::GetInstance().IsNeedDebugBreakPoint(); in RegisterInitWorkerFunc() local
1301 …panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode, -1, true }; //FA:true p… in RegisterInitWorkerFunc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3163 bool debugMode = AceApplicationInfo::GetInstance().IsNeedDebugBreakPoint(); in RegisterInitWorkerFunc() local
3164 …panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode, -1, true }; //FA:true p… in RegisterInitWorkerFunc()
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hiviewdfx-hiappevent.md71 | debugMode | boolean | No | Whether to enable the debug mode. The defau…