Searched refs:debugMode (Results 1 - 11 of 11) sorted by relevance
/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/ |
H A D | configmanager_fuzzer.cpp | 137 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 D | work_status.cpp | 36 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 D | js_environment.h | 111 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 D | js_environment.cpp | 351 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 D | js_environment_test.cpp | 477 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 D | bundle_test_tool.h | 156 ErrCode SetDebugMode(int32_t debugMode);
|
/foundation/resourceschedule/device_standby/utils/policy/include/ |
H A D | standby_config_manager.h | 102 void DumpSetDebugMode(bool debugMode);
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 804 void StandbyConfigManager::DumpSetDebugMode(bool debugMode) in DumpSetDebugMode() argument 807 if (debugMode) { in DumpSetDebugMode()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 3439 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 D | jsi_declarative_engine.cpp | 1312 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 D | jsi_engine.cpp | 3163 bool debugMode = AceApplicationInfo::GetInstance().IsNeedDebugBreakPoint(); in RegisterInitWorkerFunc() 3164 panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode }; in RegisterInitWorkerFunc()
|
Completed in 40 milliseconds