Home
last modified time | relevance | path

Searched defs:value (Results 7626 - 7650 of 11260) sorted by relevance

1...<<301302303304305306307308309310>>...451

/foundation/arkui/napi/native_engine/
H A Dnative_engine.h354 void SetStopping(bool value) in SetStopping() argument
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp206 void UIEditText::SetStyle(uint8_t key, int64_t value) in SetStyle() argument
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_scroll.h214 void SetDragACCLevel(uint16_t value) in SetDragACCLevel() argument
240 SetSwipeACCLevel(uint16_t value) SetSwipeACCLevel() argument
265 SetRotateACCLevel(uint8_t value) SetRotateACCLevel() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp252 uint8_t value = static_cast<uint8_t>(data.ReadInt32()); in OnGetPlayerAppSettingValuesInner() local
281 uint8_t value = static_cast<uint8_t>(data.ReadInt32()); in OnGetPlayerAppSettingCurrentValueInner() local
320 std::string value = data.ReadString(); in OnGetPlayerAppSettingAttributeTextInner() local
350 std::string value = data.ReadString(); in OnGetPlayerAppSettingValueTextInner() local
380 std::string value = data.ReadString(); in OnGetElementAttributesInner() local
448 std::string value = data.ReadString(); OnGetItemAttributesInner() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp940 int GattClient::WriteCharacteristic(GattCharacteristic &characteristic, std::vector<uint8_t> value) in WriteCharacteristic() argument
H A Dbluetooth_gatt_server.cpp556 RespondCharacteristicRead( const bluetooth::GattDevice &device, uint16_t handle, const uint8_t *value, size_t length, int ret) RespondCharacteristicRead() argument
580 RespondDescriptorRead( const bluetooth::GattDevice &device, uint16_t handle, const uint8_t *value, size_t length, int ret) RespondDescriptorRead() argument
619 uint8_t *value = character.GetValue(&length).get(); AddService() local
624 value, AddService() local
632 value, AddService() local
805 SendResponse( const BluetoothRemoteDevice &device, int requestId, int status, int offset, const uint8_t *value, int length) SendResponse() argument
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.cpp274 napi_status NapiParseBoolean(napi_env env, napi_value value, bool &outBoolean) in NapiParseBoolean() argument
283 napi_status NapiParseInt32(napi_env env, napi_value value, int32_ argument
292 NapiParseUint32(napi_env env, napi_value value, uint32_t &outNum) NapiParseUint32() argument
301 NapiParseString(napi_env env, napi_value value, std::string &outStr) NapiParseString() argument
310 NapiParseStringArray(napi_env env, napi_value value, std::vector<std::string> &outStrVec) NapiParseStringArray() argument
327 NapiParseBdAddr(napi_env env, napi_value value, std::string &outAddr) NapiParseBdAddr() argument
336 NapiParseUuid(napi_env env, napi_value value, std::string &outUuid) NapiParseUuid() argument
345 NapiParseArrayBuffer(napi_env env, napi_value value, std::vector<uint8_t> &outVec) NapiParseArrayBuffer() argument
360 NapiParseGattWriteType(napi_env env, napi_value value, int &outWriteType) NapiParseGattWriteType() argument
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp613 napi_value value = nullptr; in ConvertCodecInfoToJs() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp679 bool value = false; in CreateAdapter() local
710 int value = 0; in GetMaxNumConnectedAudioDevices() local
747 bool value = false; in GetPhonebookPermission() local
790 bool value in GetMessagePermission() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile.cpp330 int value = (val > 15) ? 15 : val; in SetMicrophoneGain() local
344 int value = (val > 15) ? 15 : val; in SetSpeakerVolume() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_app_control_test.cpp1929 AppRunningControlRuleResult value; in HWTEST_F() local
1954 AppRunningControlRuleResult value; in HWTEST_F() local
1992 std::vector<DisposedRule> value; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp1674 std::string value; HWTEST_F() local
1688 std::string value; HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp559 char *value = Utils::Strdup(item->valuestring); in GetValueFromBundleJson() local
586 int32_t value = item->valueint; in GetValueFromBundleJson() local
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms.cpp449 GetMediaBase64(std::unique_ptr<uint8_t[]> &data, int64_t fileLength, std::string &imageType, std::string &value) GetMediaBase64() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp913 std::string value = extractParam.ToString(); in HWTEST_F() local
/foundation/multimedia/audio_framework/test/fuzztest/audioservermore_fuzzer/
H A Daudio_server_more_fuzzer.cpp307 std::string value = "123456"; in AudioSetAudioParameterTest() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_policy_parser.cpp616 std::string value = ExtractPropertyValue("value", *currNode); in ParsePAConfigs() local
722 HandleUpdateRouteSupportParsed(std::string &value) HandleUpdateRouteSupportParsed() argument
733 HandleUpdateAnahsSupportParsed(std::string &value) HandleUpdateAnahsSupportParsed() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/
H A Daudio_effect_manager.cpp598 void AddKeyValueIntoMap(std::unordered_map<T, std::string> &map, std::string &key, std::string &value) in AddKeyValueIntoMap() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp50 uint32_t HighestBit(uint32_t value) in HighestBit() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp90 const json::value* value = nullptr; in UpdateCustomPropertyMetadata() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp71 const json::value* value = nullptr; in UpdateCustomPropertyMetadata() local
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/test/example/
H A Daudio_policy_test.cpp346 std::string value = ""; in SetAudioParamter() local
362 std::string value = audioSystemMgr->GetAudioParameter(key); in GetAudioParamter() local
[all...]
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp118 bool SurfaceBufferImpl::MetaDataCachedLocked(const uint32_t key, const std::vector<uint8_t>& value) in MetaDataCachedLocked() argument
586 GSError SurfaceBufferImpl::SetMetadata(uint32_t key, const std::vector<uint8_t>& value) in SetMetadata() argument
615 GSError SurfaceBufferImpl::GetMetadata(uint32_t key, std::vector<uint8_t>& value) in GetMetadata() argument
691 void SurfaceBufferImpl::SetConsumerAttachBufferFlag(bool value) in SetConsumerAttachBufferFlag() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp233 auto value = info.Image()->GetValue(); in ApplyTextureInfoImage() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h132 virtual void SetValue(const std::shared_ptr<RSPropertyBase>& value) {} in SetValue() argument
186 virtual std::shared_ptr<RSPropertyBase> Add(const std::shared_ptr<const RSPropertyBase>& value) in Add() argument
191 virtual std::shared_ptr<RSPropertyBase> Minus(const std::shared_ptr<const RSPropertyBase>& value) in Minus() argument
251 explicit RSProperty(const T& value) : RSPropertyBase() in RSProperty() argument
257 virtual void Set(const T& value) in Set() argument
284 UpdateToRender(const T& value, PropertyUpdateType type) const UpdateToRender() argument
300 IsValid(const T& value) IsValid() argument
339 RSAnimatableProperty(const T& value) RSAnimatableProperty() argument
534 UpdateExtendedAnimatableProperty(const T& value, bool isDelta) UpdateExtendedAnimatableProperty() argument
[all...]

Completed in 37 milliseconds

1...<<301302303304305306307308309310>>...451