/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/ |
H A D | configmanager_fuzzer.cpp | 137 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 D | dump_utils.cpp | 429 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 D | base_type.h | 77 bool debugMode = false; member
|
/ohos5.0/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,
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/ |
H A D | common.h | 59 bool debugMode = false; member
|
/ohos5.0/base/hiviewdfx/hiappevent/test/processor/ |
H A D | test_processor.cpp | 37 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 D | js_environment.cpp | 351 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 D | js_environment.h | 111 …yDebugMode(int tid, const char* libraryPath, uint32_t instanceId, bool isDebugApp, bool debugMode);
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | hiappevent_ffi.cpp | 104 conf.debugMode = processor.debugMode; in ConvertReportConfig()
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/ |
H A D | js_environment_test.cpp | 477 bool debugMode = true; variable 478 jsEnv->NotifyDebugMode(tid, libraryPath, instanceId, debug, debugMode);
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hiappevent-event-reporting.md | 63 debugMode: true,
|
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/ |
H A D | napi_hiappevent_processor.test.js | 103 debugMode: true, property in AnonymousFunction08c4972b0100.AnonymousFunction08c4972b0600.processor1
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/ |
H A D | standby_config_manager.h | 98 void DumpSetDebugMode(bool debugMode);
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_observer.cpp | 165 …strStream << "{" << name << "," << debugMode << "," << routeInfo << "," << appId << "," << trigger… in ToString()
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_test_tool.h | 154 ErrCode SetDebugMode(int32_t debugMode);
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiappevent-event-reporting.md | 63 debugMode: true,
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 763 void StandbyConfigManager::DumpSetDebugMode(bool debugMode) in DumpSetDebugMode() argument 766 if (debugMode) { in DumpSetDebugMode()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_processor.cpp | 186 …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 D | bundle_test_tool.cpp | 3389 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 D | js-apis-hiviewdfx-hiappevent.md | 71 | debugMode | boolean | 否 | 是否开启debug模式,默认值为false。配置值为true表示开启debug模式,f…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1300 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 D | jsi_engine.cpp | 3163 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 D | js-apis-hiviewdfx-hiappevent.md | 71 | debugMode | boolean | No | Whether to enable the debug mode. The defau…
|