/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifiers_def.in | 19 DECLARE_ANIMATABLE_MODIFIER(Bounds, Vector4f, BOUNDS, Replace, Geometry, LAYOUT) 21 DECLARE_ANIMATABLE_MODIFIER(BoundsSize, Vector2f, BOUNDS, Replace, Geometry, LAYOUT) 23 DECLARE_ANIMATABLE_MODIFIER(BoundsPosition, Vector2f, BOUNDS, Replace, Geometry, LAYOUT) 25 DECLARE_ANIMATABLE_MODIFIER(Frame, Vector4f, FRAME, Replace, Geometry, LAYOUT) 27 DECLARE_ANIMATABLE_MODIFIER(SandBox, Vector2f, SANDBOX, Replace, Geometry, LAYOUT) 33 DECLARE_ANIMATABLE_MODIFIER(Pivot, Vector2f, PIVOT, Replace, Geometry, FINE) 35 DECLARE_ANIMATABLE_MODIFIER(PivotZ, float, PIVOT_Z, Replace, Geometry, FINE) 37 DECLARE_ANIMATABLE_MODIFIER(Quaternion, Quaternion, QUATERNION, Replace, Geometry, FINE) 119 DECLARE_ANIMATABLE_MODIFIER(ClipRRect, RRect, CLIP_RRECT, Replace, Appearance, MEDIUM) 151 DECLARE_ANIMATABLE_MODIFIER(Spherize, float, SPHERIZE, Replace, Appearance, MEDIUM) [all …]
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | json_helper.cpp | 403 return Replace(key, jsonObject, isAllowDelete); in Replace() 408 return Replace(key, static_cast<double>(value)); in Replace() 413 return Replace(key, static_cast<double>(value)); in Replace() 416 bool EffectJson::Replace(const std::string &key, float value) in Replace() function in OHOS::Media::Effect::EffectJson 418 return Replace(key, static_cast<double>(value)); in Replace() 421 bool EffectJson::Replace(const std::string &key, double value) in Replace() function in OHOS::Media::Effect::EffectJson 424 return Replace(key, child); in Replace() 427 bool EffectJson::Replace(const std::string &key, bool value) in Replace() function in OHOS::Media::Effect::EffectJson 430 return Replace(key, child); in Replace() 436 return Replace(key, child); in Replace() [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/unittest/util_string_test/ |
H A D | util_string_test.cpp | 168 EXPECT_STREQ(name.Replace('.', '.'), name); 169 EXPECT_STREQ(String("n.a.m.e").Replace('.', '|'), String("n|a|m|e")); 170 EXPECT_STREQ(String().Replace('.', '|'), String()); 184 EXPECT_STREQ(name.Replace(nullptr, "replacemenet"), name); 185 EXPECT_STREQ(name.Replace("", "replacemenet"), name); 186 EXPECT_STREQ(name.Replace("target", nullptr), name); 187 EXPECT_STREQ(name.Replace("..", "//"), String("n//a//m//e")); 201 EXPECT_STREQ(name.Replace(String(), String("replacemenet")), name); 202 EXPECT_STREQ(name.Replace(String(".."), String("||")), String("n||a||m||e"));
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/ |
H A D | json_helper.h | 85 IMAGE_EFFECT_EXPORT bool Replace(const std::string &key, EffectJsonPtr &json); 86 IMAGE_EFFECT_EXPORT bool Replace(const std::string &key, int32_t value); 87 IMAGE_EFFECT_EXPORT bool Replace(const std::string &key, uint32_t value); 88 IMAGE_EFFECT_EXPORT bool Replace(const std::string &key, float value); 89 IMAGE_EFFECT_EXPORT bool Replace(const std::string &key, double value); 90 IMAGE_EFFECT_EXPORT bool Replace(const std::string &key, bool value); 91 IMAGE_EFFECT_EXPORT bool Replace(const std::string &key, const std::string &value); 92 IMAGE_EFFECT_EXPORT bool Replace(const std::string &key, const char *value); 98 bool Replace(const std::string &key, Json *json, bool isAllowDelete = true);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
H A D | router_module.cpp | 28 JSI::SetModuleAPI(exports, "replace", RouterModule::Replace); in InitRouterModule() 29 JSI::SetModuleAPI(exports, "replaceUrl", RouterModule::Replace); in InitRouterModule() 32 JSIValue RouterModule::Replace(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Replace() function in OHOS::ACELite::RouterModule 52 jerry_value_t replaceResult = router->Replace(object); in Replace()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | json_util_test.cpp | 541 bool ret = jsonValue->Replace(key, value); 549 bool ret3 = jsonValue->Replace(key, value); 560 bool ret4 = jsonValue->Replace(key, value); 581 bool ret = jsonValue->Replace(key, value); 618 bool ret = jsonValue->Replace(key, value); 664 bool ret = jsonValue->Replace(key, value); 699 bool ret = jsonValue->Replace(key, value); 843 bool ret = jsonValue.Replace(key, value); 864 bool ret = jsonValue.Replace(key, value); 885 bool ret = jsonValue.Replace(key, value); [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | string_helper.h | 30 static std::string Replace(const std::string &value, char oldChar, char newChar); 32 …static std::string Replace(const std::string &value, const std::string &oldstr, const std::string … 34 static std::string Replace( 37 …static std::string Replace(const std::string &value, size_t position, size_t len, const std::strin…
|
H A D | string_helper.cpp | 75 std::string StringHelper::Replace(const std::string &value, char oldChar, char newChar) in Replace() function in OHOS::HDI::StringHelper 91 std::string StringHelper::Replace(const std::string &value, const std::string &oldstr, const std::s… in Replace() function in OHOS::HDI::StringHelper 102 std::string StringHelper::Replace( in Replace() function in OHOS::HDI::StringHelper 111 return prefix + Replace(suffix, substr, newstr); in Replace() 114 std::string StringHelper::Replace(const std::string &value, size_t position, size_t len, const std:… in Replace() function in OHOS::HDI::StringHelper
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_helper.h | 37 static std::string Replace(const std::string &value, char oldChar, char newChar); 39 …static std::string Replace(const std::string &value, const std::string &oldstr, const std::string … 41 static std::string Replace( 44 …static std::string Replace(const std::string &value, size_t position, size_t len, const std::strin…
|
H A D | string_helper.cpp | 82 std::string StringHelper::Replace(const std::string &value, char oldChar, char newChar) in Replace() function in OHOS::Idl::StringHelper 98 std::string StringHelper::Replace(const std::string &value, const std::string &oldstr, const std::s… in Replace() function in OHOS::Idl::StringHelper 109 std::string StringHelper::Replace( in Replace() function in OHOS::Idl::StringHelper 118 return prefix + Replace(suffix, substr, newstr); in Replace() 121 std::string StringHelper::Replace(const std::string &value, size_t position, size_t len, const std:… in Replace() function in OHOS::Idl::StringHelper
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/ |
H A D | json_util.h | 105 bool Replace(const char* key, const char* value); 106 bool Replace(const char* key, int32_t value); 107 bool Replace(const char* key, const std::unique_ptr<JsonValue>& value); 108 bool Replace(const char* key, bool value); 109 bool Replace(const char* key, double value);
|
H A D | json_util.cpp | 408 bool JsonValue::Replace(const char* key, double value) in Replace() function in OHOS::Ace::JsonValue 456 bool JsonValue::Replace(const char* key, bool value) in Replace() function in OHOS::Ace::JsonValue 473 bool JsonValue::Replace(const char* key, const char* value) in Replace() function in OHOS::Ace::JsonValue 490 bool JsonValue::Replace(const char* key, int32_t value) in Replace() function in OHOS::Ace::JsonValue 507 bool JsonValue::Replace(const char* key, const std::unique_ptr<JsonValue>& value) in Replace() function in OHOS::Ace::JsonValue
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/test/unittest/common/ |
H A D | router_module_tdd_test.cpp | 105 JSValue replaceResult = router.Replace(routerParam, false); 128 JSValue replaceResult = router.Replace(routerParam, false); 154 JSValue replaceResult = router.Replace(routerParam, false); 413 JSIValue callResult = RouterModule::Replace(thisVal, args, argsNum); 435 JSIValue result = RouterModule::Replace(context, nullptr, argsNumber); 458 JSIValue result = RouterModule::Replace(context, nullptr, argsNumber);
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestJsonHelper.cpp | 135 ASSERT_TRUE(imageEffect->Replace(FILTERS, replaceFilters)); 289 ASSERT_TRUE(values->Replace(FLOAT_TEST, floatValue)); 291 ASSERT_TRUE(values->Replace(INT_TEST, intValue)); 293 ASSERT_TRUE(values->Replace(UINT_TEST, uintValue)); 295 ASSERT_TRUE(values->Replace(DOUBLE_TEST, doubleValue)); 297 ASSERT_TRUE(values->Replace(BOOL_TEST, boolValue)); 299 ASSERT_TRUE(values->Replace(STRING_TEST, strValue)); 310 ASSERT_TRUE(values->Replace(STRING_TEST, strValue1Ptr)); 313 ASSERT_FALSE(values->Replace(std::string(STRING_TEST), (char *)nullptr));
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-notification.md | 24 …outApp**, and **getSyncNotificationEnabledWithoutApp** APIs are deleted. Replace them with APIs wi… 25 …- The **enableNotificationSlot** API is deleted. Replace it with **setNotificationEnableSlot** in … 26 …**, **NotificationTemplate**, and **NotificationUserInput** are deleted. Replace them with the exp… 27 …ribeCallbackData**, and **EnabledNotificationCallbackData** are deleted. Replace them with the exp…
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | string.h | 95 String Replace(char oldChar, char newChar) const; 97 String Replace(const char* target, const char* replacement) const; 99 String Replace(const String& target, const String& replacement) const;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_container.h | 197 bool Replace(const IObject::Ptr& child, const IObject::Ptr& replaceWith) in Replace() function 199 return Replace(child, replaceWith, false); in Replace() 214 …virtual bool Replace(const IObject::Ptr& child, const IObject::Ptr& replaceWith, bool addAlways) =… 311 bool Replace(const T1& child, const T2& replaceWith, bool addAlways = false) 313 …return Replace(interface_pointer_cast<IObject>(child), interface_pointer_cast<IObject>(replaceWith…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelogs-notification.md | 24 …outApp**, and **getSyncNotificationEnabledWithoutApp** APIs are deleted. Replace them with APIs wi… 25 …- The **enableNotificationSlot** API is deleted. Replace it with **setNotificationEnableSlot** in … 26 …**, **NotificationTemplate**, and **NotificationUserInput** are deleted. Replace them with the exp… 27 …ribeCallbackData**, and **EnabledNotificationCallbackData** are deleted. Replace them with the exp…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/ |
H A D | stage_element.h | 39 virtual void Replace(const RefPtr<Component>& newComponent); 40 void Replace(const RefPtr<Component>& newComponent, const std::function<void()>& listener); 123 void Replace(const RefPtr<Component>& newComponent) override;
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/ |
H A D | test_convertxml.h | 35 … static void Replace(napi_env env, std::string &str, const std::string src, const std::string dst); 94 void CxmlTest::Replace(napi_env env, std::string &str, const std::string src, const std::string dst) in Replace() function 97 convert.Replace(str, src, dst); in Replace()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.3.2/ |
H A D | changelogs-ces.md | 25 Replace the common events in **ohos.commonEvent** with those in **ohos.commonEventManager**. 43 Replace the events in **ohos.commonEvent** with those in **ohos.commonEventManager**.
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_sql_builder.cpp | 258 SqliteUtils::Replace(field, SqliteUtils::REP, ""); in BuildCursorQueryString() 259 SqliteUtils::Replace(sql, table + "." + DistributedRdb::Field::SHARING_RESOURCE_FIELD, in BuildCursorQueryString() 275 SqliteUtils::Replace(whereClause, SqliteUtils::REP, logTable + "."); in BuildCursorQueryString() 279 SqliteUtils::Replace(order, SqliteUtils::REP, logTable + "."); in BuildCursorQueryString() 315 SqliteUtils::Replace(whereClause, SqliteUtils::REP, logTable + "."); in BuildLockRowQueryString() 320 SqliteUtils::Replace(order, SqliteUtils::REP, logTable + "."); in BuildLockRowQueryString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router_abstract.cpp | 75 void CJPageRouterAbstract::Replace(const RouterPageInfo& target, const std::string& params, RouterM… in Replace() function in OHOS::Ace::CJPageRouterAbstract 87 router->Replace(target, params, mode); in Replace()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_insert_test.cpp | 297 int ret = store->Replace(id, "test", UTUtils::SetRowData(UTUtils::g_rowData[0])); 358 ret = store->Replace(id, "test", values); 413 int ret = store->Replace(id, "", values); // empty table name 416 ret = store->Replace(id, "wrongTable", values); // no such table 431 int ret = store->Replace(id, "test", emptyBucket); 440 ret = store->Replace(id, "test", values); 455 int ret = store->Replace(id, "test", UTUtils::SetRowData(UTUtils::g_rowData[0])); 513 ret = store->Replace(id, "test", values);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/ |
H A D | media_queryer.cpp | 364 json->Replace("width", width_); in GetMediaFeature() 365 json->Replace("height", height_); in GetMediaFeature() 366 json->Replace("aspect-ratio", aspectRatio); in GetMediaFeature() 367 json->Replace("dark-mode", colorMode_ == ColorMode::DARK); in GetMediaFeature()
|