Home
last modified time | relevance | path

Searched defs:Replace (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Djson_helper.cpp383 bool EffectJson::Replace(const std::string &key, Json *json, bool jsonObject) in Replace() function in OHOS::Media::Effect::EffectJson
393 bool EffectJson::Replace(const std::string &key, EffectJsonPtr &json) in Replace() function in OHOS::Media::Effect::EffectJson
406 bool EffectJson::Replace(const std::string &key, int32_t value) in Replace() function in OHOS::Media::Effect::EffectJson
411 bool EffectJson::Replace(const std::string &key, uint32_t value) in Replace() function in OHOS::Media::Effect::EffectJson
416 bool EffectJson::Replace(const std::string &key, float value) in Replace() function in OHOS::Media::Effect::EffectJson
421 bool EffectJson::Replace(const std::string &key, double value) in Replace() function in OHOS::Media::Effect::EffectJson
427 bool EffectJson::Replace(const std::string &key, bool value) in Replace() function in OHOS::Media::Effect::EffectJson
433 bool EffectJson::Replace(const std::string &key, const std::string &value) in Replace() function in OHOS::Media::Effect::EffectJson
439 bool EffectJson::Replace(const std::string &key, const char *value) in Replace() function in OHOS::Media::Effect::EffectJson
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dstring_helper.cpp75 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
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 Dstring_helper.cpp82 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
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_lite/frameworks/src/core/modules/
H A Drouter_module.cpp32 JSIValue RouterModule::Replace(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Replace() function in OHOS::ACELite::RouterModule
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_router.cpp40 jerry_value_t Router::Replace(jerry_value_t object, bool async) in Replace() function in OHOS::ACELite::Router
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Djson_util.cpp408 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/graphic/graphic_3d/lume/metaobject/src/container/
H A Dflat_container.cpp104 bool FlatContainer::Replace(const IObject::Ptr& child, const IObject::Ptr& replaceWith, bool addAlw… in Replace() function in FlatContainer
H A Dcontainer.cpp118 bool Container::Replace(const META_NS::IObject::Ptr& child, const META_NS::IObject::Ptr& replaceWit… in Replace() function in Container
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_abstract.cpp75 void CJPageRouterAbstract::Replace(const RouterPageInfo& target, const std::string& params, RouterM… in Replace() function in OHOS::Ace::CJPageRouterAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.cpp220 void StageElement::Replace(const RefPtr<Component>& newComponent) in Replace() function in OHOS::Ace::StageElement
225 void StageElement::Replace(const RefPtr<Component>& newComponent, const std::function<void()>& list… in Replace() function in OHOS::Ace::StageElement
833 void SectionStageElement::Replace(const RefPtr<Component>& newComponent) in Replace() function in OHOS::Ace::SectionStageElement
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/
H A Dtest_convertxml.h94 void CxmlTest::Replace(napi_env env, std::string &str, const std::string src, const std::string dst) in Replace() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_json_util.cpp148 bool InspectorJsonValue::Replace(const char* key, const char* value) in Replace() function in OHOS::Ace::InspectorJsonValue
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container.h197 bool Replace(const IObject::Ptr& child, const IObject::Ptr& replaceWith) in Replace() function
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dattachment_container.cpp66 bool AttachmentContainer::Replace(const IObject::Ptr& child, const IObject::Ptr& replaceWith, bool … in Replace() function in AttachmentContainer
H A Dmetadata.cpp285 bool MetadataPropertyContainer::Replace(const IObject::Ptr& child, const IObject::Ptr& replaceWith,… in Replace() function in Internal::MetadataPropertyContainer
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp411 const T& Replace(const T& a, const T&& b) in Replace() function
416 const T& Replace(const std::optional<T>& a, T&& b) in Replace() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.cpp57 int32_t GeneralStoreMock::Replace(const std::string &table, VBucket &&value) in Replace() function in OHOS::DistributedData::GeneralStoreMock
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/
H A Dvpn_module_ext.cpp144 static std::string Replace(std::string s) in Replace() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp80 void SqliteUtils::Replace(std::string &src, const std::string &rep, const std::string &dst) in Replace() function in OHOS::NativeRdb::SqliteUtils
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp61 void PluginFrontendDelegate::Replace(const std::string& uri, const std::string& params) in Replace() function in OHOS::Ace::Framework::PluginFrontendDelegate
73 void PluginFrontendDelegate::Replace(const PageTarget& target, const std::string& params) {} in Replace() function in OHOS::Ace::Framework::PluginFrontendDelegate
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h36 …virtual int Replace(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues) in Replace() function
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.cpp592 void ConvertXml::Replace(std::string &str, const std::string src, const std::string dst) const in Replace() function in OHOS::Xml::ConvertXml
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h65 …int Replace(int64_t& outRowId, const std::string& table, const ValuesBucket& initialValues) overri… in Replace() function
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp72 …std::string XmlSerializer::Replace(std::string str, const std::string &subStr, const std::string &… in Replace() function in OHOS::xml::XmlSerializer
1011 void XmlPullParser::Replace(std::string& strTemp, std::string strSrc, std::string strDes) const in Replace() function in OHOS::xml::XmlPullParser
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp113 void Utils::Replace(const std::string& susbtring, std::string& string) in Replace() function in OHOS::Rosen::Utils

12