/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_options.h | 27 void SetProperties(int properties) in SetProperties() function in NapiOptions
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | intf_system.h | 52 virtual void SetProperties(const IPropertyHandle&) = 0;
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | local_matrix_system.h | 45 void SetProperties(const CORE_NS::IPropertyHandle&) override;
|
H A D | skinning_system.h | 52 void SetProperties(const CORE_NS::IPropertyHandle&) override;
|
H A D | node_system.h | 48 void SetProperties(const CORE_NS::IPropertyHandle&) override;
|
H A D | local_matrix_system.cpp | 69 void LocalMatrixSystem::SetProperties(const IPropertyHandle&) {} in SetProperties() function in LocalMatrixSystem
|
H A D | morphing_system.h | 55 void SetProperties(const CORE_NS::IPropertyHandle&) override;
|
H A D | render_preprocessor_system.h | 60 void SetProperties(const CORE_NS::IPropertyHandle&) override;
|
H A D | animation_system.h | 64 void SetProperties(const CORE_NS::IPropertyHandle&) override;
|
H A D | morphing_system.cpp | 165 void MorphingSystem::SetProperties(const IPropertyHandle& data) in SetProperties() function in MorphingSystem
|
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/ |
H A D | metadata_napi.h | 45 static napi_value SetProperties(napi_env env, napi_callback_info info);
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | meta_object.cpp | 161 void MetaObject::SetProperties(const BASE_NS::vector<IProperty::Ptr>& vec) in SetProperties() function in Internal::MetaObject 163 meta_->SetProperties(vec); in SetProperties()
|
H A D | meta_object.h | 75 void SetProperties(const BASE_NS::vector<IProperty::Ptr>& vec) override;
|
H A D | metadata.h | 54 void SetProperties(const BASE_NS::vector<IProperty::Ptr>&) override;
|
H A D | metadata.cpp | 131 void Metadata::SetProperties(const BASE_NS::vector<IProperty::Ptr>& vec) in SetProperties() function in Internal::Metadata
|
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/systems/ |
H A D | dotfield_system.cpp | 67 void SetProperties(const IPropertyHandle&) override; 146 void DotfieldSystem::SetProperties(const IPropertyHandle& dataHandle) in SetProperties() function in __anon9597::DotfieldSystem
|
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | unified_data_napi.h | 46 static napi_value SetProperties(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | unified_data.h | 51 void SetProperties(std::shared_ptr<UnifiedDataProperties> properties);
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | unified_data_napi.cpp | 46 DECLARE_NAPI_GETTER_SETTER("properties", GetProperties, SetProperties), in Constructor() 296 napi_value UnifiedDataNapi::SetProperties(napi_env env, napi_callback_info info) in SetProperties() function in OHOS::UDMF::UnifiedDataNapi 316 uData->value_->SetProperties(propertiesNapi->value_); in SetProperties()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | unified_data.cpp | 175 void UnifiedData::SetProperties(std::shared_ptr<UnifiedDataProperties> properties) in SetProperties() function in OHOS::UDMF::UnifiedData
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object.h | 363 void SetProperties(const BASE_NS::vector<IProperty::Ptr>& vec) override 365 meta_->SetProperties(vec);
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_metadata.h | 122 virtual void SetProperties(const BASE_NS::vector<IProperty::Ptr>&) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_relational_storage_engine.h | 44 void SetProperties(const RelationalDBProperties &properties);
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | convert_utils.cpp | 36 unifiedData->SetProperties(ConvertProperty(pasteData.GetProperty())); in Convert()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | metadata_napi.cpp | 165 DECLARE_NAPI_FUNCTION("setProperties", SetProperties), in Init() 566 napi_value MetadataNapi::SetProperties(napi_env env, napi_callback_info info) in SetProperties() function in OHOS::Media::MetadataNapi 579 IMG_CREATE_CREATE_ASYNC_WORK(env, status, "SetProperties", in SetProperties()
|