Home
last modified time | relevance | path

Searched refs:GetContextValue (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_schema.cpp96 napi_value JsSchema::GetContextValue(napi_env env, std::shared_ptr<ContextBase>& ctxt, T& value) in GetContextValue() function in OHOS::DistributedData::JsSchema
152 return GetContextValue(env, ctxt, schema->mode_); in GetMode()
179 return GetContextValue(env, ctxt, schema->skip_); in GetSkip()
206 return GetContextValue(env, ctxt, schema->indexes_); in GetIndexes()
H A Djs_field_node.cpp139 napi_value JsFieldNode::GetContextValue(napi_env env, std::shared_ptr<ContextBase> &ctxt, T &value) in GetContextValue() function in OHOS::DistributedData::JsFieldNode
151 return GetContextValue(env, ctxt, fieldNode->defaultValue_); in GetDefaultValue()
179 return GetContextValue(env, ctxt, fieldNode->isNullable_); in GetNullable()
207 return GetContextValue(env, ctxt, fieldNode->valueType_); in GetValueType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_schema.cpp98 napi_value JsSchema::GetContextValue(napi_env env, std::shared_ptr<ContextBase>& ctxt, T& value) in GetContextValue() function in OHOS::DistributedKVStore::JsSchema
154 return GetContextValue(env, ctxt, schema->mode_); in GetMode()
181 return GetContextValue(env, ctxt, schema->skip_); in GetSkip()
208 return GetContextValue(env, ctxt, schema->indexes_); in GetIndexes()
H A Djs_field_node.cpp143 napi_value JsFieldNode::GetContextValue(napi_env env, std::shared_ptr<ContextBase> &ctxt, T &value) in GetContextValue() function in OHOS::DistributedKVStore::JsFieldNode
155 return GetContextValue(env, ctxt, fieldNode->defaultValue_); in GetDefaultValue()
184 return GetContextValue(env, ctxt, fieldNode->isNullable_); in GetNullable()
212 return GetContextValue(env, ctxt, fieldNode->valueType_); in GetValueType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_schema.h46 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase>& ctxt, T &value);
H A Djs_field_node.h48 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase> &ctxt, T &value);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_schema.h47 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase>& ctxt, T &value);
H A Djs_field_node.h48 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase> &ctxt, T &value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h71 napi_value GetContextValue();
421 napi_value GetContextValue() override in GetContextValue() function
423 return engineInstance_->GetContextValue(); in GetContextValue()
H A Djsi_declarative_engine.cpp1088 napi_value JsiDeclarativeEngineInstance::GetContextValue() in GetContextValue() function in OHOS::Ace::Framework::JsiDeclarativeEngineInstance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp432 napi_value DeclarativeFrontendNG::GetContextValue() in GetContextValue() function in OHOS::Ace::DeclarativeFrontendNG
434 return jsEngine_->GetContextValue(); in GetContextValue()
H A Ddeclarative_frontend_ng.h70 napi_value GetContextValue() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h300 virtual napi_value GetContextValue() in GetContextValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp316 return frontend->GetContextValue(); in GetUIContextValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h95 napi_value GetContextValue() override;
H A Ddeclarative_frontend.cpp847 napi_value DeclarativeFrontend::GetContextValue() in Initialize() function in OHOS::Ace::DeclarativeFrontend
850 return jsEngine_->GetContextValue(); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h479 virtual napi_value GetContextValue() in GetContextValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_node_container.cpp312 auto context = frontend->GetContextValue(); in GetCurrentContext()
H A Djs_view.cpp1002 auto context = frontend->GetContextValue(); in JSGetUIContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_data_panel_bridge.cpp345 … auto context = NapiValueToLocalValue(Container::Current()->GetFrontend()->GetContextValue()); in SetContentModifierBuilder()
H A Darkts_utils.cpp1412 return NapiValueToLocalValue(frontend->GetContextValue()); in GetContext()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp1008 return declarativeFrontend->GetContextValue(); in GetUINapiContext()