/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
H A D | text_drag_pattern.cpp | 81 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 D | span_object.h | 64 flag &= leadingMargin.value().CheckLeadingMargin(other.leadingMargin.value()); in Equal()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | image_painter.cpp | 324 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 D | bundle_resource_parser.cpp | 392 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 D | stylemgr_tdd_test.cpp | 89 * 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 D | ui_edit_text.cpp | 206 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 D | distributed_bms.cpp | 450 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 D | PointerTest.cpp | 513 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 D | audio_stream_playback_test.cpp | 512 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 D | io_util.cpp | 43 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 D | audio_system_manager.h | 312 * @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 D | rs_profiler_utils.cpp | 237 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 D | rs_profiler_dump.cpp | 234 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 D | rs_implicit_animator.cpp | 497 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 D | rs_composer_adapter_unit_test.cpp | 330 metaData.value = 1.0f; in HWTEST_F() 383 metaData.value = 1.0f; in HWTEST_F()
|
H A D | rs_unittest_composer_adapter_test.cpp | 418 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 D | rsmarshallinghelper_fuzzer.cpp | 101 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 D | rs_composer_adapter_test.cpp | 330 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 D | ecs.cpp | 138 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 D | screen_capture_server.h | 248 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 D | bundle_active_app_group_napi.cpp | 225 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 D | window_impl.h | 50 uint32_t value; member 280 void NotifySetIgnoreSafeArea(bool value);
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_deps_mock.cpp | 195 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 D | auth_session_key.c | 435 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 D | wrapper_decoder.cpp | 538 auto value = msgList[1]; in SaveOtherMsg() local 540 message_->PushMessage(ASCII_PARAM_LIST.at(key), value); in SaveOtherMsg()
|