Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp137 bool debugMode = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local
149 condition, debugMode); in DoSomethingInterestingWithMyAPI()
151 condition, debugMode, isAllow); in DoSomethingInterestingWithMyAPI()
153 condition, debugMode, isAllow); in DoSomethingInterestingWithMyAPI()
155 DelayedSingleton<StandbyConfigManager>::GetInstance()->DumpSetDebugMode(debugMode); in DoSomethingInterestingWithMyAPI()
156 DelayedSingleton<StandbyConfigManager>::GetInstance()->DumpSetSwitch(str, debugMode, str); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp36 static bool debugMode = false; member
228 if (!debugMode && ((!callbackFlag_ && !SetMinInterval()) || minInterval_ == -1)) { in IsReady()
401 debugMode = interval == 0 ? false : true; in SetMinIntervalByDump()
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h111 void NotifyDebugMode(int tid, const char* libraryPath, uint32_t instanceId, bool isDebugApp, bool debugMode);
/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()
357 panda::JSNApi::DebugOption debugOption = {libraryPath, debug ? debugMode : false}; in NotifyDebugMode()
350 NotifyDebugMode( int tid, const char* libraryPath, uint32_t instanceId, bool debug, bool debugMode) NotifyDebugMode() argument
/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp477 bool debugMode = true; in HWTEST_F() local
478 jsEnv->NotifyDebugMode(tid, libraryPath, instanceId, debug, debugMode); in HWTEST_F()
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h156 ErrCode SetDebugMode(int32_t debugMode);
/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h102 void DumpSetDebugMode(bool debugMode);
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp804 void StandbyConfigManager::DumpSetDebugMode(bool debugMode) in DumpSetDebugMode() argument
807 if (debugMode) { in DumpSetDebugMode()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3439 ErrCode BundleTestTool::SetDebugMode(int32_t debugMode) in SetDebugMode() argument
3441 if (debugMode != 0 && debugMode != 1) { in SetDebugMode()
3445 bool enable = debugMode == 0 ? false : true; in SetDebugMode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1312 bool debugMode = AceApplicationInfo::GetInstance().IsNeedDebugBreakPoint(); in RegisterInitWorkerFunc()
1313 panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode }; in RegisterInitWorkerFunc()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3163 bool debugMode = AceApplicationInfo::GetInstance().IsNeedDebugBreakPoint(); in RegisterInitWorkerFunc()
3164 panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode }; in RegisterInitWorkerFunc()

Completed in 23 milliseconds