Home
last modified time | relevance | path

Searched refs:ParsePath (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/uri/include/
H A Duri.h172 std::string ParsePath(size_t ssi);
173 std::string ParsePath();
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dref_uri.h170 bool ParsePath(BASE_NS::string_view path);
196 isValid_ = ParsePath(path); in RefUri()
395 inline bool RefUri::ParsePath(BASE_NS::string_view path) in ParsePath() function in RefUri
443 return ParsePath(uri); in Parse()
/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp313 path_ = ParsePath(); in GetPath()
324 path_ = ParsePath(); in GetPathSegments()
341 string Uri::ParsePath() in ParsePath() function in OHOS::Uri
361 return ParsePath(ssi); in ParsePath()
364 string Uri::ParsePath(size_t ssi) in ParsePath() function in OHOS::Uri
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Djson_common.h35 static std::vector<std::vector<std::string>> ParsePath(const JsonObject &node, int &errCode);
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.h46 static ErrorCode ParsePath(std::string &path, std::shared_ptr<EffectBuffer> &effectBuffer, bool isOutputData);
H A Dcommon_utils.cpp204 ErrorCode res = ParsePath(path, effectBuffer, isOutputData); in ParseUri()
216 ErrorCode CommonUtils::ParsePath(std::string &path, std::shared_ptr<EffectBuffer> &effectBuffer, in ParsePath() function in OHOS::Media::Effect::CommonUtils
242 "ParsePath: lock pixel map fail! path=%{public}s, res=%{public}d", path.c_str(), res); in ParsePath()
245 "ParsePath: extra info is null! uri=%{public}s", path.c_str()); in ParsePath()
/foundation/ability/ability_base/test/unittest/want/
H A Duri_test.cpp489 * @tc.name: ParsePath
499 auto result = uri_->ParsePath(); in HWTEST_F()
506 * @tc.name: ParsePath
516 auto result = uri_->ParsePath(); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_helper.cpp384 int ParsePath(const napi_env env, const napi_value arg, std::shared_ptr<HelperRdbContext> context) in ParsePath() function
498 RDB_ASYNC_PARAM_CHECK_FUNCTION(ParsePath(env, argv[1], context)); in InnerDeleteRdbStore()
502 RDB_ASYNC_PARAM_CHECK_FUNCTION(ParsePath(env, argv[0], context)); in InnerDeleteRdbStore()
H A Dnapi_rdb_store.cpp396 int ParsePath(const napi_env env, const napi_value arg, std::shared_ptr<RdbStoreContext> context) in ParsePath() function
402 LOG_DEBUG("ParsePath end."); in ParsePath()
911 RDB_ASYNC_PARAM_CHECK_FUNCTION(ParsePath(env, argv[1], context)); in Attach()
/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp344 static RefPtr<SvgDom> ParsePath(const std::string& svgLabel);
394 RefPtr<SvgDom> ParseTestNg::ParsePath(const std::string& svgLabel) in ParsePath() function in OHOS::Ace::NG::ParseTestNg
781 auto svgDom = ParsePath(PATH_SVG_LABEL1); in HWTEST_F()
798 auto svgDom = ParsePath(PATH_SVG_LABEL2); in HWTEST_F()
815 auto svgDom = ParsePath(PATH_SVG_LABEL4); in HWTEST_F()
832 auto svgDom = ParsePath(PATH_SVG_LABEL3); in HWTEST_F()
853 auto svgDom = ParsePath(PATH_SVG_LABEL5); in HWTEST_F()
H A Dparse_testtwo_ng.cpp314 static RefPtr<SvgDom> ParsePath(const std::string& svgLabel);
364 RefPtr<SvgDom> ParseTestTwoNg::ParsePath(const std::string& svgLabel) in ParsePath() function in OHOS::Ace::NG::ParseTestTwoNg
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp134 filterAllPath = JsonCommon::ParsePath(filterObj, errCode); in TranFilter()
136 GLOGE("filter ParsePath failed"); in TranFilter()
747 allPath = JsonCommon::ParsePath(projectionObj, errCode); in FindProjectionInit()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp239 std::vector<std::vector<std::string>> JsonCommon::ParsePath(const JsonObject &root, int &errCode) in ParsePath() function in DocumentDB::JsonCommon
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp1101 return CommonUtils::ParsePath(dataInfo.path_, effectBuffer, isOutputData); in ParseDataInfo()

Completed in 17 milliseconds