Home
last modified time | relevance | path

Searched defs:isDebugApp (Results 1 - 21 of 21) sorted by relevance

/foundation/ability/ability_runtime/tools/test/mock/
H A Dmock_ability_manager_stub.cpp45 auto isDebugApp = want.GetBoolParam("debugApp", false); in StartAbility() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dchild_process_info.h45 bool isDebugApp = true; member
/foundation/ability/ability_runtime/test/unittest/app_launch_data_test/
H A Dapp_launch_data_test.cpp29 constexpr bool isDebugApp = true; member
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_first_test.cpp88 bool isDebugApp = true; in HWTEST_F() local
108 bool isDebugApp = true; in HWTEST_F() local
149 bool isDebugApp = true; in HWTEST_F() local
177 bool isDebugApp = false; in HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp86 bool isDebugApp = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/
H A Dmain_fourth_test.cpp383 bool isDebugApp = false; in HWTEST_F() local
408 bool isDebugApp = true; in HWTEST_F() local
439 bool isDebugApp = true; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp204 bool isDebugApp = dOption.isDebugApp; in StartDebugMode() local
H A Dconnect_server_manager.cpp164 void ConnectServerManager::SendDebuggerInfo(bool needBreakPoint, bool isDebugApp) in SendDebuggerInfo() argument
148 StoreDebuggerInfo(int32_t tid, void* vm, const panda::JSNApi::DebugOption& debugOption, const DebuggerPostTask& debuggerPostTask, bool isDebugApp) StoreDebuggerInfo() argument
H A Djs_worker.cpp550 void StartDebuggerInWorkerModule(bool isDebugApp, bool isNativeStart) in StartDebuggerInWorkerModule() argument
H A Djs_runtime.cpp177 bool isDebugApp = dOption.isDebugApp; in StartDebugMode() local
212 DebuggerConnectionHandler(bool isDebugApp, bool isStartWithDebug) DebuggerConnectionHandler() argument
218 ConnectServerManager::Get().StoreDebuggerInfo(getproctid(), reinterpret_cast<void*>(vm), option, dTask, isDebugApp); DebuggerConnectionHandler() local
219 jsEnv_->NotifyDebugMode(getproctid(), ARK_DEBUGGER_LIB_PATH, instanceId_, isDebugApp, isStartWithDebug); DebuggerConnectionHandler() local
316 bool isDebugApp = dOption.isDebugApp; StartProfiler() local
346 DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption) DebuggerConnectionManager() argument
362 ConnectServerManager::Get().StoreDebuggerInfo(getproctid(), reinterpret_cast<void*>(vm), option, dTask, isDebugApp); DebuggerConnectionManager() local
[all...]
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp253 bool isDebugApp = false; in ParseStartAbilityArgsFromCmd() local
H A Dability_command.cpp1279 bool isDebugApp = false; in MakeWantFromCmd() local
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h74 bool isDebugApp = true; member
/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp236 bool isDebugApp = true; in HWTEST_F() local
257 bool isDebugApp = true; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp464 SetForkProcessDebugOption(const std::string bundleName, const bool isStartWithDebug, const bool isDebugApp, const bool isStartWithNative) SetForkProcessDebugOption() argument
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp179 StartDebugger( std::string& option, uint32_t socketFd, bool isDebugApp) StartDebugger() argument
263 StartProfiler(const char* libraryPath, uint32_t instanceId, PROFILERTYPE profiler, int32_t interval, int tid, bool isDebugApp) StartProfiler() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp159 bool isDebugApp = AceApplicationInfo::GetInstance().IsDebugVersion(); in StartDebugger() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3276 void MainThread::HandleInitAssertFaultTask(bool isDebugModule, bool isDebugApp) in HandleInitAssertFaultTask() argument
1042 OnStartAbility(const std::string &bundleName, std::shared_ptr<Global::Resource::ResourceManager> &resourceManager, const AppExecFwk::HapModuleInfo &entryHapModuleInfo, const bool isDebugApp) OnStartAbility() argument
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1831 void AppRunningRecord::SetDebugApp(bool isDebugApp) in SetDebugApp() argument
H A Dapp_mgr_service_inner.cpp2808 auto isDebugApp = want->GetBoolParam(DEBUG_APP, false); in StartAbility() local
4460 auto isDebugApp = want.GetBoolParam(DEBUG_APP, false); in StartSpecifiedAbility() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp475 bool isDebugApp = want.GetBoolParam(DEBUG_APP, false); in StartAbility() local
8266 bool isDebugApp = want.GetBoolParam(DEBUG_APP, false); in StartUserTest() local

Completed in 53 milliseconds