Home
last modified time | relevance | path

Searched refs:needDebugBreakpoint_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_application_info.h165 return needDebugBreakpoint_; in IsNeedDebugBreakPoint()
170 needDebugBreakpoint_ = needDebugBreakpoint; in SetNeedDebugBreakPoint()
255 bool needDebugBreakpoint_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_application_info.h60 AceApplicationInfoImpl::GetInstance().needDebugBreakpoint_ = needDebugBreakpoint; in SetDebug()