Home
last modified time | relevance | path

Searched refs:SetDefaultValue (Results 1 - 24 of 24) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Ddefault_value_bind.h79 s->SetDefaultValue(source->GetValue()); in Bind()
84 s->SetDefaultValue(source->GetValue()); in Bind()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h145 return i->SetDefaultValue(value); in SetDefaultValueAny()
274 AnyReturnValue SetDefaultValue(ValueType value, bool resetToDefault) in SetDefaultValue() function in PropertyInterface
283 AnyReturnValue SetDefaultValue(ValueType value) in SetDefaultValue() function in PropertyInterface
285 return SetDefaultValue(BASE_NS::move(value), false); in SetDefaultValue()
H A Darray_property.h151 AnyReturnValue SetDefaultValue(BASE_NS::array_view<const ValueType> value) in SetDefaultValue() function in ArrayPropertyInterface
157 AnyReturnValue SetDefaultValue(BASE_NS::vector<T> value) in SetDefaultValue() function in ArrayPropertyInterface
162 AnyReturnValue SetDefaultValue(BASE_NS::vector<ValueType> value, bool resetToDefault) in SetDefaultValue() function in ArrayPropertyInterface
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dconstruct_array_property.h34 access.SetDefaultValue(BASE_NS::move(value));
H A Dintf_stack_property.h57 virtual AnyReturnValue SetDefaultValue(const IAny& value) = 0;
H A Dconstruct_property.h63 access.SetDefaultValue(value);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_field_node.h40 static napi_value SetDefaultValue(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_field_node.h40 static napi_value SetDefaultValue(napi_env env, napi_callback_info info);
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_input_property_manager.cpp44 i->SetDefaultValue(value->GetValue()); in ConstructFromValue()
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dstack_property.h53 AnyReturnValue SetDefaultValue(const IAny& value) override;
H A Dstack_property.cpp326 AnyReturnValue StackProperty::SetDefaultValue(const IAny& value)
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dproperty.h64 void SetDefaultValue(const std::shared_ptr<std::string> &str);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h43 void SetDefaultValue(const std::string &value);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_field_node.cpp74 DECLARE_NAPI_GETTER_SETTER("default", JsFieldNode::GetDefaultValue, JsFieldNode::SetDefaultValue), in Constructor()
158 napi_value JsFieldNode::SetDefaultValue(napi_env env, napi_callback_info info) in SetDefaultValue() function in OHOS::DistributedKVStore::JsFieldNode
160 ZLOGD("FieldNode::SetDefaultValue"); in SetDefaultValue()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_field_node.cpp73 DECLARE_NAPI_GETTER_SETTER("default", JsFieldNode::GetDefaultValue, JsFieldNode::SetDefaultValue), in Constructor()
154 napi_value JsFieldNode::SetDefaultValue(napi_env env, napi_callback_info info) in SetDefaultValue() function in OHOS::DistributedData::JsFieldNode
156 ZLOGD("FieldNode::SetDefaultValue"); in SetDefaultValue()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_cloud_schema_mgr_test.cpp384 field3.SetDefaultValue("0"); in HWTEST_F()
412 field3.SetDefaultValue("0"); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation.h57 META_ACCESS_PROPERTY(Name)->SetDefaultValue(Super::GetName());
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dcamera_impl.cpp506 RenderTargetSize()->SetDefaultValue(BASE_NS::Math::UVec2(width, height));
H A Dmaterial_impl.cpp487 info->Image()->SetDefaultValue(uriBitmap, true); in CheckImageHandle()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dproperty.cpp233 void Property::SetDefaultValue(const std::shared_ptr<std::string> &str) in SetDefaultValue() function in OHOS::Media::Property
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp132 void FieldInfo::SetDefaultValue(const std::string &value) in SetDefaultValue() function in DistributedDB::FieldInfo
H A Drelational_schema_object.cpp756 field.SetDefaultValue(fieldValue.stringValue);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_test.cpp255 property.SetDefaultValue(str); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp857 field.SetDefaultValue(tmpString); in SetFieldInfo()

Completed in 17 milliseconds