/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_schema.cpp | 96 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 D | js_field_node.cpp | 139 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 D | js_schema.cpp | 98 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 D | js_field_node.cpp | 143 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 D | js_schema.h | 46 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase>& ctxt, T &value);
|
H A D | js_field_node.h | 48 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 D | js_schema.h | 47 static napi_value GetContextValue(napi_env env, std::shared_ptr<ContextBase>& ctxt, T &value);
|
H A D | js_field_node.h | 48 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 D | jsi_declarative_engine.h | 71 napi_value GetContextValue(); 421 napi_value GetContextValue() override in GetContextValue() function 423 return engineInstance_->GetContextValue(); in GetContextValue()
|
H A D | jsi_declarative_engine.cpp | 1088 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 D | declarative_frontend_ng.cpp | 432 napi_value DeclarativeFrontendNG::GetContextValue() in GetContextValue() function in OHOS::Ace::DeclarativeFrontendNG 434 return jsEngine_->GetContextValue(); in GetContextValue()
|
H A D | declarative_frontend_ng.h | 70 napi_value GetContextValue() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | frontend.h | 300 virtual napi_value GetContextValue() in GetContextValue() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | observer_handler.cpp | 316 return frontend->GetContextValue(); in GetUIContextValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 95 napi_value GetContextValue() override;
|
H A D | declarative_frontend.cpp | 847 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 D | js_engine.h | 479 virtual napi_value GetContextValue() in GetContextValue() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_node_container.cpp | 312 auto context = frontend->GetContextValue(); in GetCurrentContext()
|
H A D | js_view.cpp | 1002 auto context = frontend->GetContextValue(); in JSGetUIContext()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_data_panel_bridge.cpp | 345 … auto context = NapiValueToLocalValue(Container::Current()->GetFrontend()->GetContextValue()); in SetContentModifierBuilder()
|
H A D | arkts_utils.cpp | 1412 return NapiValueToLocalValue(frontend->GetContextValue()); in GetContext()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 1008 return declarativeFrontend->GetContextValue(); in GetUINapiContext()
|