Home
last modified time | relevance | path

Searched defs:value (Results 7251 - 7275 of 20726) sorted by relevance

1...<<291292293294295296297298299300>>...830

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp293 int32_t value = data.ReadInt32(); in NotifyPlayerAppSettingChangedInner() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp224 std::string value = GetDeviceName(); in BuildService() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddevice_information_service.cpp154 std::string value = GetManufactureName(); in BuildService() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp268 std::unique_ptr<uint8_t[]> value = std::make_unique<uint8_t[]>(SERVICE_CHANGED_VALUE_LENGTH); in BuildValue() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_rdb.cpp273 std::string value; in GetDataFromDb() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/rdb/
H A Drdb_data_manager.cpp131 bool RdbDataManager::InsertData(const std::string &key, const std::string &value) in InsertData() argument
176 bool RdbDataManager::UpdateData(const std::string &key, const std::string &value) in UpdateData() argument
269 bool RdbDataManager::QueryData(const std::string &key, std::string &value) in QueryData() argument
359 std::string value; in QueryAllData() local
[all...]
/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/
H A Ddistributed_bundle.cpp189 napi_value value = nullptr; in ParseElementNames() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_rdb_data_manager_test/
H A Dbms_rdb_data_manager_test.cpp114 std::string value; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp46 int value; in Notify() local
79 int value; in DeathCallback() local
153 int value; in RegisterDeathCallback() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h142 AnyReturnValue SetDefaultValueAny(const IAny& value) in SetDefaultValueAny() argument
151 ReturnError PushValue(const BASE_NS::shared_ptr<Intf>& value) in PushValue() argument
274 AnyReturnValue SetDefaultValue(ValueType value, bool resetToDefault) in SetDefaultValue() argument
283 AnyReturnValue SetDefaultValue(ValueType value) in SetDefaultValue() argument
295 AnyReturnValue SetValue(ValueType value) in SetValue() argument
[all...]
/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dsurface_buffer_impl.h68 void* value; member
[all...]
/foundation/graphic/surface_lite/frameworks/
H A Dsurface_impl.cpp193 void SurfaceImpl::SetUserData(const std::string& key, const std::string& value) in SetUserData() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.cpp392 void CustomPropertyPodHelper::SetCustomPropertyBlobValue(const PropertyTypeDecl& propertyType, const json::value* value, in SetCustomPropertyBlobValue() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp389 void CustomPropertyPodHelper::SetCustomPropertyBlobValue(const PropertyTypeDecl& propertyType, const json::value* value, in SetCustomPropertyBlobValue() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_cameras.cpp80 inline constexpr Math::UVec2 GetPacked64(const uint64_t value) in GetPacked64() argument
H A Drender_node_default_material_objects.cpp44 constexpr size_t Align(size_t value, size_t align) in Align() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_any.h98 AnyReturnValue SetValue(const T& value) in SetValue() argument
125 SetValueAt(IndexType index, const T& value) SetValueAt() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_adapter_impl.cpp52 ParamCallback(AudioExtParamKey key, const std::string &condition, const std::string &value, int8_t &reserved, int8_t cookie) ParamCallback() argument
90 HandleRenderParamEvent(std::shared_ptr<AudioDeviceAdapterImpl> devAdapter, const AudioParamKey audioKey, const char *condition, const char *value) HandleRenderParamEvent() argument
119 HandleCaptureParamEvent(std::shared_ptr<AudioDeviceAdapterImpl> devAdapter, const AudioParamKey audioKey, const char *condition, const char *value) HandleCaptureParamEvent() argument
148 HandleStateChangeEvent(std::shared_ptr<AudioDeviceAdapterImpl> devAdapter, const AudioParamKey audioKey, const char *condition, const char *value) HandleStateChangeEvent() argument
335 SetAudioParameter(const AudioParamKey key, const std::string &condition, const std::string &value) SetAudioParameter() argument
358 std::string value; GetAudioParameter() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.cpp89 EvaluationResult TrackAnimation::ProcessOnGet(IAny& value) in ProcessOnGet() argument
173 auto& value = property->GetValue(); in OnPropertyChanged() local
197 AddKeyframe(float timestamp, const IAny::ConstPtr& value) AddKeyframe() argument
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtrans_affine.h54 void SetData(int32_t index, float value) in SetData() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h89 virtual void SetValue(const std::shared_ptr<RSRenderPropertyBase>& value) {} in SetValue() argument
120 virtual bool IsNearEqual(const std::shared_ptr<RSRenderPropertyBase>& value, float zeroThreshold) const in IsNearEqual() argument
130 virtual std::shared_ptr<RSRenderPropertyBase> Add(const std::shared_ptr<const RSRenderPropertyBase>& value) in Add() argument
135 virtual std::shared_ptr<RSRenderPropertyBase> Minus(const std::shared_ptr<const RSRenderPropertyBase>& value) in Minus() argument
185 RSRenderProperty(const T& value, cons in RSRenderProperty() argument
186 RSRenderProperty(const T& value, const PropertyId& id, const RSRenderPropertyType type) RSRenderProperty() argument
191 Set(const T& value) Set() argument
238 RSRenderAnimatableProperty(const T& value) RSRenderAnimatableProperty() argument
239 RSRenderAnimatableProperty(const T& value, const PropertyId& id) RSRenderAnimatableProperty() argument
240 RSRenderAnimatableProperty(const T& value, const PropertyId& id, const RSRenderPropertyType type) RSRenderAnimatableProperty() argument
243 RSRenderAnimatableProperty(const T& value, const PropertyId& id, const RSRenderPropertyType type, const RSPropertyUnit unit) RSRenderAnimatableProperty() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmatrix_fuzzer/
H A Dmatrix_fuzzer.cpp239 float value[SIZE_OF_BUFFER]; in NativeMatrixTest005() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DMaterialJS.cpp97 napi_value value; in GetMaterialType() local
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dref_uri.h253 inline void RefUri::SetStartsFromRoot(bool value) in SetStartsFromRoot() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_handle_util.h212 inline uint64_t hash(const RENDER_NS::RenderHandle& value) in hash() argument

Completed in 22 milliseconds

1...<<291292293294295296297298299300>>...830