Home
last modified time | relevance | path

Searched refs:startDebugger (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/cj_environment/interfaces/inner_api/
H A Dcj_envsetup.h51 bool (*startDebugger)() = nullptr; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp248 return cjEnv->startDebugger(); in StartDebugger()
/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Dcj_environment.cpp511 .startDebugger = []() { in OHOS_GetCJEnvInstance()