Home
last modified time | relevance | path

Searched defs:FromString (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_settings.h92 void FromString(const std::string& value) override in FromString() function
126 void FromString(const std::string& value) override in FromString() function
149 void FromString(const std::string& value) override in FromString() function
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dserializeable_object.h49 virtual void FromString(const std::string& str) {} in FromString() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.cpp34 bool Edge::FromString(const std::string& value, Edge& edge) in FromString() function in OHOS::Ace::Edge
H A Dcolor.cpp80 Color Color::FromString(std::string colorStr, uint32_t maskAlpha, Color defaultColor) in FromString() function in OHOS::Ace::Color
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dcalc_length.h109 static CalcLength FromString(const std::string& str) in FromString() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/bundle_resource/
H A Dbundle_system_state.cpp74 bool BundleSystemState::FromString(const std::string &systemState) in FromString() function in OHOS::AppExecFwk::BundleSystemState
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Ddisposed_rule.cpp235 bool DisposedRule::FromString(const std::string &ruleString, DisposedRule &rule) in FromString() function in OHOS::AppExecFwk::DisposedRule
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Duuid.cpp53 UUID UUID::FromString(const std::string &name) in FromString() function in OHOS::Bluetooth::UUID
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Dnode_object.cpp225 void NodeObject::FromString(const std::string& buffer) in FromString() function in OHOS::Ace::NodeObject
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dhttp_proxy.cpp241 std::optional<HttpProxy> HttpProxy::FromString(const std::string &str) in FromString() function in OHOS::NetManagerStandard::HttpProxy
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension.cpp241 Dimension Dimension::FromString(const std::string& str) in FromString() function in OHOS::Ace::Dimension
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_helper.cpp382 std::shared_ptr<WantAgent> WantAgentHelper::FromString(const std::string &jsonString, int32_t uid) in FromString() function in OHOS::AbilityRuntime::WantAgent::WantAgentHelper
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h391 static RectT FromString(const std::string& str) in FromString() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp199 Dimension HtmlToSpan::FromString(const std::string& str) in FromString() function in OHOS::Ace::HtmlToSpan
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp1228 DistributedWant* DistributedWant::FromString(std::string& string) in FromString() function in OHOS::DistributedSchedule::DistributedWant
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp1957 Want *Want::FromString(std::string &string) in FromString() function in OHOS::AAFwk::Want
H A Dpac_map.cpp1459 bool PacMap::FromString(const std::string &str) in FromString() function in OHOS::AppExecFwk::PacMap
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp172 static napi_value FromString(napi_env env, napi_callback_info info) in FromString() function