Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_persistent.h27 JSPersistent(bool needCrossThread, const std::string& db) in JSPersistent() argument
30 needCrossThread_ = needCrossThread; in JSPersistent()
H A Djs_persistent.cpp41 bool needCrossThread = false; in ConstructorCallback() local
43 needCrossThread = args[0]->ToBoolean(); in ConstructorCallback()
46 auto persistent = Referenced::MakeRefPtr<JSPersistent>(needCrossThread, fileName); in ConstructorCallback()