Home
last modified time | relevance | path

Searched refs:value (Results 20976 - 21000 of 24392) sorted by relevance

1...<<831832833834835836837838839840>>...976

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.cpp81 dragContext->UpdateForegroundColor(hostContext->GetForegroundColor().value()); in CreateDragNode()
84 dragContext->UpdateForegroundColorStrategy(hostContext->GetForegroundColorStrategy().value()); in CreateDragNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.h64 flag &= leadingMargin.value().CheckLeadingMargin(other.leadingMargin.value()); in Equal()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dimage_painter.cpp324 const auto& bgImgPosition = bgImgPositionOpt.value(); in CalculateBgImagePosition()
416 auto bgImageSize = bgImageSizeOpt.value(); in CalculateBgImageSize()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_parser.cpp392 if ((jsonObjectStart == jsonObject.end()) || !jsonObjectStart.value().is_object()) { in ParseIconIdFromJson()
396 LayeredImage layerImage = jsonObjectStart.value().get<LayeredImage>(); in ParseIconIdFromJson()
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_tdd_test.cpp89 * prepare valid style sheet with given selectors and key value paire
123 * add height key value into sample in PrepareStyleSheet()
166 * add value into selector in PrepareStyleSheetWithKeyValues()
201 * add height key value into style in PrepareStyleOption()
234 * add height key value into style in PrepareAttrOption()
255 * add height key value into style in AddValueToAttrOption()
270 * add height key value into style in AddStrValueToOption()
858 JSValue StyleMgrTddTest::PreparePesudoObjects(uint16_t value) const in PreparePesudoObjects()
866 uint16_t const values[itemCount] = {value, activeWidthValue}; in PreparePesudoObjects()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp206 void UIEditText::SetStyle(uint8_t key, int64_t value) in SetStyle() argument
208 UIView::SetStyle(key, value); in SetStyle()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms.cpp450 std::string &imageType, std::string &value) in GetMediaBase64()
453 value = "data:" + imageType + ";base64," + base64Data.get(); in GetMediaBase64()
449 GetMediaBase64(std::unique_ptr<uint8_t[]> &data, int64_t fileLength, std::string &imageType, std::string &value) GetMediaBase64() argument
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DPointerTest.cpp513 int value = 42; in HWTEST_F() local
521 BASE_NS::shared_ptr<int> custom(&value, deleter); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_stream_playback_test.cpp512 bool SetSysPara(const std::string &key, int32_t &value) in SetSysPara() argument
514 auto res = SetParameter(key.c_str(), std::to_string(value).c_str()); in SetSysPara()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp43 SerializationResult CheckCompatibility(const json::value& json, array_view<CompatibilityRange const> validVersions) in CheckCompatibility()
49 if (const json::value* iter = json.find("compatibility_info"); iter) { in CheckCompatibility()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/
H A Daudio_system_manager.h312 * @param value value
316 const std::string& condition, const std::string& value) = 0;
453 * @param volume volume value.
462 * @param volume volume value.
678 * @return Returns the value of the obtained audio parameter
687 * @param value The value of the set audio parameter.
690 void SetAudioParameter(const std::string &key, const std::string &value);
696 * @param value Th
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp237 bool Utils::Set(void* data, size_t size, int32_t value, size_t count) in Set() argument
239 return memset_s(data, size, value, count) == EOK; in Set()
567 const size_t maxDataSize = 2'000'000'000; // To make sure size is a valid value
H A Drs_profiler_dump.cpp234 static std::string Hex(uint32_t value) in Hex() argument
237 sstream << std::hex << value; in Hex() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animator.cpp497 std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& value) in SetPropertyValue()
500 property->SetValue(value); in SetPropertyValue()
598 property->SetValue(endValue); // update set ui value in CreateImplicitAnimation()
599 property->UpdateCustomAnimation(); // force sync RS value for custom property in CreateImplicitAnimation()
603 property->SetValue(endValue); // update set ui value in CreateImplicitAnimation()
604 property->UpdateOnAllAnimationFinish(); // force sync RS value for native property in CreateImplicitAnimation()
496 SetPropertyValue( std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& value) SetPropertyValue() argument
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_composer_adapter_unit_test.cpp330 metaData.value = 1.0f; in HWTEST_F()
383 metaData.value = 1.0f; in HWTEST_F()
H A Drs_unittest_composer_adapter_test.cpp418 metaData.value = 1.0f; in HWTEST_F()
447 metaData.value = 1.0f; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp101 Range<float> value(start, end); in DoUnmarshalling()
109 RenderParticleParaType<float> val2(value, ParticleUpdator::RANDOM, randomValue, std::move(valChangeOverLife)); in DoUnmarshalling()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_composer_adapter_test.cpp330 metaData.value = 1.0f; in HWTEST_F()
358 metaData.value = 1.0f; in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp138 auto Find(ListType& list, const ValueType& value) in Find() argument
140 return std::find(list.begin(), list.end(), value); in Find()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.h248 static void GetChoiceFromJson(Json::Value &root, const std::string &content, std::string key, std::string &value);
359 void ResSchedReportData(int64_t value, std::unordered_map<std::string, std::string> payload);
/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_active_app_group_napi.cpp225 BUNDLE_ACTIVE_LOGW("ParseSetAppGroupParameters failed, newGroup value is invalid."); in GetAppGroupParameters()
340 napi_value GetAppGroupChangeCallback(const napi_env &env, const napi_value &value) in GetAppGroupChangeCallback() argument
349 napi_create_reference(env, value, 1, &result); in GetAppGroupChangeCallback()
/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h50 uint32_t value; member
280 void NotifySetIgnoreSafeArea(bool value);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp195 bool AddStringToJsonObject(cJSON *json, const char * const string, const char *value) in AddStringToJsonObject() argument
197 return GetNetBuilderDepsInterface()->AddStringToJsonObject(json, string, value); in AddStringToJsonObject()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_key.c435 if (memcpy_s(cipherKey.key, SESSION_KEY_LENGTH, sessionKey.value, sessionKey.len) != EOK) { in EncryptData()
468 if (memcpy_s(cipherKey.key, SESSION_KEY_LENGTH, sessionKey.value, sessionKey.len) != EOK) { in DecryptData()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp538 auto value = msgList[1]; in SaveOtherMsg() local
540 message_->PushMessage(ASCII_PARAM_LIST.at(key), value); in SaveOtherMsg()

Completed in 42 milliseconds

1...<<831832833834835836837838839840>>...976