Home
last modified time | relevance | path

Searched refs:SetRootNode (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_schema.h37 static napi_value SetRootNode(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_schema.h38 static napi_value SetRootNode(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_schema.cpp53 DECLARE_NAPI_GETTER_SETTER("root", JsSchema::GetRootNode, JsSchema::SetRootNode), in Constructor()
121 napi_value JsSchema::SetRootNode(napi_env env, napi_callback_info info) in SetRootNode() function in OHOS::DistributedData::JsSchema
123 ZLOGD("Schema::SetRootNode"); in SetRootNode()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_schema.cpp54 DECLARE_NAPI_GETTER_SETTER("root", JsSchema::GetRootNode, JsSchema::SetRootNode), in Constructor()
123 napi_value JsSchema::SetRootNode(napi_env env, napi_callback_info info) in SetRootNode() function in OHOS::DistributedKVStore::JsSchema
125 ZLOGD("Schema::SetRootNode"); in SetRootNode()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.h285 void SetRootNode(const RefPtr<NG::UINode>& node);
H A Djs_ace_page.cpp384 void JsAcePage::SetRootNode(const RefPtr<NG::UINode>& node) in SetRootNode() function in OHOS::Ace::Framework::JsAcePage

Completed in 4 milliseconds