Home
last modified time | relevance | path

Searched defs:sourceString (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updateservice/foundations/ability/utils/include/
H A Dstring_utils.h115 static void StringRemove(std::string &sourceString, const std::string &startString, in StringRemove()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp100 static bool StartsWith(const std::string &sourceString, const std::string &targetPrefix) in StartsWith()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp342 bool Skill::StartsWith(const std::string &sourceString, const std::string &targetPrefix) const in StartsWith() argument
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_cups_attribute_test.cpp558 std::string sourceString = printerCaps.GetPrinterAttrValue("media-source-supported"); in __anon4d5b9f712602() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp104 static bool StartsWith(const std::string &sourceString, const std::string &targetPrefix) in StartsWith()
109 static bool EndsWith(const std::string &sourceString, const std::string &targetSuffix) in EndsWith()