Home
last modified time | relevance | path

Searched refs:appSourceMap_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp981 if (appSourceMap_) { in GetFaAppSourceMap()
982 return appSourceMap_; in GetFaAppSourceMap()
986 appSourceMap_ = AceType::MakeRefPtr<RevSourceMap>(); in GetFaAppSourceMap()
987 appSourceMap_->Init(appMap); in GetFaAppSourceMap()
989 return appSourceMap_; in GetFaAppSourceMap()
H A Dfrontend_delegate_declarative_ng.h315 RefPtr<RevSourceMap> appSourceMap_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp778 if (appSourceMap_) { in GetFaAppSourceMap()
779 return appSourceMap_; in GetFaAppSourceMap()
783 appSourceMap_ = AceType::MakeRefPtr<RevSourceMap>(); in GetFaAppSourceMap()
784 appSourceMap_->Init(appMap); in GetFaAppSourceMap()
788 return appSourceMap_; in GetFaAppSourceMap()
H A Dfrontend_delegate_declarative.h508 RefPtr<RevSourceMap> appSourceMap_; variable