Home
last modified time | relevance | path

Searched refs:isDebugApp (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp212 bool isDebugApp = dOption.isDebugApp; in StartDebugMode() local
218 HdcRegister::Get().StartHdcRegister(bundleName_, inputProcessName, isDebugApp, in StartDebugMode()
219 [bundleName, isStartWithDebug, isDebugApp](int socketFd, std::string option) { in StartDebugMode()
224 if (!isDebugApp) { in StartDebugMode()
227 ConnectServerManager::Get().SendDebuggerInfo(isStartWithDebug, isDebugApp); in StartDebugMode()
233 if (isDebugApp) { in StartDebugMode()
H A Djs_runtime.cpp213 bool isDebugApp = dOption.isDebugApp; in StartDebugMode() local
229 if (isDebugApp) { in StartDebugMode()
235 if (isDebugApp) { in StartDebugMode()
238 weak->StartDebugger(option, socketFd, isDebugApp); in StartDebugMode()
241 if (isDebugApp) { in StartDebugMode()
245 DebuggerConnectionHandler(isDebugApp, isStartWithDebug); in StartDebugMode()
350 bool isDebugApp = dOption.isDebugApp; in StartProfiler() local
364 if (isDebugApp) { in StartProfiler()
370 if (isDebugApp) { in StartProfiler()
373 weak->StartDebugger(option, socketFd, isDebugApp); in StartProfiler()
[all …]
H A Dconnect_server_manager.cpp157 const DebuggerPostTask& debuggerPostTask, bool isDebugApp) in StoreDebuggerInfo() argument
169 …oreDebugInfo(tid, reinterpret_cast<panda::EcmaVM*>(vm), debugOption, debuggerPostTask, isDebugApp); in StoreDebuggerInfo()
172 void ConnectServerManager::SendDebuggerInfo(bool needBreakPoint, bool isDebugApp) in SendDebuggerInfo() argument
188 …panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, isDebugApp ? needBreakPoint : fal… in SendDebuggerInfo()
189 panda::JSNApi::StoreDebugInfo(tid, vm, debugOption, debuggerPostTask, isDebugApp); in SendDebuggerInfo()
H A Dconnect_server_manager.h51 const DebuggerPostTask& debuggerPostTask, bool isDebugApp);
54 void SendDebuggerInfo(bool needBreakPoint, bool isDebugApp);
H A Djs_worker.h26 void StartDebuggerInWorkerModule(bool isDebugApp, bool isNativeStart);
H A Djs_worker.cpp549 void StartDebuggerInWorkerModule(bool isDebugApp, bool isNativeStart) in StartDebuggerInWorkerModule() argument
552 g_debugApp = isDebugApp; in StartDebuggerInWorkerModule()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_launch_data_test/
H A Dapp_launch_data_test.cpp29 constexpr bool isDebugApp = true; variable
63 launchData_->SetDebugApp(isDebugApp);
64 EXPECT_EQ(launchData_->debugApp_, isDebugApp);
77 launchData_->debugApp_ = isDebugApp;
78 EXPECT_EQ(launchData_->GetDebugApp(), isDebugApp);
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h80 std::string& option, uint32_t socketFd, bool isDebugApp);
97 uint32_t instanceId, PROFILERTYPE profiler, int32_t interval, int tid, bool isDebugApp);
111 …void NotifyDebugMode(int tid, const char* libraryPath, uint32_t instanceId, bool isDebugApp, bool …
/ohos5.0/foundation/ability/ability_runtime/tools/test/mock/
H A Dmock_ability_manager_stub.cpp45 auto isDebugApp = want.GetBoolParam("debugApp", false); in StartAbility() local
46 TAG_LOGI(AAFwkTag::TEST, "isDebugApp: %{public}d", isDebugApp); in StartAbility()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp255 … g_debugOption.processName.c_str(), g_debugOption.isDebugApp, g_debugOption.isStartWithNative); in HandleChildProcessBySelfFork()
465 const bool isDebugApp, const bool isStartWithNative) in SetForkProcessDebugOption() argument
469 g_debugOption.isDebugApp = isDebugApp; in SetForkProcessDebugOption()
482 debugOption.isDebugApp = processInfo->isDebugApp; in SetAppSpawnForkDebugOption()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dchild_process_info.cpp55 isDebugApp = parcel.ReadBool(); in ReadFromParcel()
87 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isDebugApp); in Marshalling()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp159 bool isDebugApp = AceApplicationInfo::GetInstance().IsDebugVersion(); in StartDebugger() local
162 weak = weak_from_this(), isDebugApp](int socketFd, std::string option) { in StartDebugger()
165 if (isDebugApp) { in StartDebugger()
172 if (isDebugApp) { in StartDebugger()
183 …JSNApi::DebugOption debugOption = { libPath_.c_str(), isDebugApp ? isDebugMode_ : false, -1, true … in StartDebugger()
186 …ret = JSNApi::NotifyDebugMode(gettid(), vm_, debugOption, gettid(), debuggerPostTask_, isDebugApp); in StartDebugger()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp86 bool isDebugApp = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
88 AbilityRuntime::StartDebuggerInWorkerModule(isDebugApp, isNativeStart); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp253 bool isDebugApp = false; in ParseStartAbilityArgsFromCmd() local
305 isDebugApp = true; in ParseStartAbilityArgsFromCmd()
334 if (isDebugApp) { in ParseStartAbilityArgsFromCmd()
335 wantParams.SetParam("debugApp", Boolean::Box(isDebugApp)); in ParseStartAbilityArgsFromCmd()
H A Dability_command.cpp1278 bool isDebugApp = false; in MakeWantFromCmd() local
1765 isDebugApp = true; in MakeWantFromCmd()
1825 if (isDebugApp) { in MakeWantFromCmd()
1826 want.SetParam("debugApp", isDebugApp); in MakeWantFromCmd()
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp236 bool isDebugApp = true; variable
237 bool result = jsEnv->StartDebugger(option, socketFd, isDebugApp);
257 bool isDebugApp = true; variable
258 bool result = jsEnv->StartDebugger(option, socketFd, isDebugApp);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp474 bool isDebugApp = (appInfo.appProvisionType == AppExecFwk::Constants::APP_PROVISION_TYPE_DEBUG); in CheckAppDebugVersion() local
476 pid, appName.c_str(), isDebugApp); in CheckAppDebugVersion()
477 return isDebugApp; in CheckAppDebugVersion()
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp180 std::string& option, uint32_t socketFd, bool isDebugApp) in StartDebugger() argument
264 int32_t interval, int tid, bool isDebugApp) in StartProfiler() argument
285 panda::DFXJSNApi::StartProfiler(vm_, option, tid, instanceId, debuggerPostTask, isDebugApp); in StartProfiler()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dchild_process_info.h45 bool isDebugApp = true; member
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h106 void DebuggerConnectionHandler(bool isDebugApp, bool isStartWithDebug);
132 … void DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption);
H A Druntime.h74 bool isDebugApp = true; member
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager.h64 …rocessDebugOption(const std::string bundleName, const bool isStartWithDebug, const bool isDebugApp,
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_runtime_test.cpp153 debugOption.isDebugApp = debugApp;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp207 … processInfo_->processName.c_str(), processInfo_->isDebugApp, processInfo_->isStartWithNative); in HandleLoadJs()
248 … processInfo_->processName.c_str(), processInfo_->isDebugApp, processInfo_->isStartWithNative); in HandleLoadArkTs()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_credential.cpp291 …bool isDebugApp = (requestInfo.appProvisionType == AppExecFwk::Constants::APP_PROVISION_TYPE_DEBUG… in CheckDebugPermission() local
292 if (!isDebugApp) { in CheckDebugPermission()
300 … "isDebugApp=%{public}d isDebugFile=%{public}d.", isDeveloperMode, isDebugApp, policyInfo.debug_); in CheckDebugPermission()

12