/foundation/ability/ability_base/interfaces/kits/native/uri/include/ |
H A D | uri.h | 172 std::string ParsePath(size_t ssi); 173 std::string ParsePath();
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | ref_uri.h | 170 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 D | uri.cpp | 313 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 D | json_common.h | 35 static std::vector<std::vector<std::string>> ParsePath(const JsonObject &node, int &errCode);
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | common_utils.h | 46 static ErrorCode ParsePath(std::string &path, std::shared_ptr<EffectBuffer> &effectBuffer, bool isOutputData);
|
H A D | common_utils.cpp | 204 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 D | uri_test.cpp | 489 * @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 D | napi_rdb_store_helper.cpp | 384 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 D | napi_rdb_store.cpp | 396 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 D | parse_test_ng.cpp | 344 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 D | parse_testtwo_ng.cpp | 314 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 D | document_store.cpp | 134 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 D | json_common.cpp | 239 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 D | image_effect_inner.cpp | 1101 return CommonUtils::ParsePath(dataInfo.path_, effectBuffer, isOutputData); in ParseDataInfo()
|