Home
last modified time | relevance | path

Searched refs:targetPrefix (Results 1 - 5 of 5) sorted by relevance

/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dmain.cpp67 const char targetPrefix[] = "startup:"; in StartMemoryHook() local
71 if (retParam <= 0 || strncmp(paramValue, targetPrefix, targetPrefixLen) != 0) { in StartMemoryHook()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h67 bool StartsWith(const std::string &sourceString, const std::string &targetPrefix) const;
/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() argument
102 return sourceString.rfind(targetPrefix, 0) == 0; in StartsWith()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp329 bool Skill::StartsWith(const std::string &sourceString, const std::string &targetPrefix) const in StartsWith()
331 return sourceString.rfind(targetPrefix, 0) == 0; in StartsWith()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp105 static bool StartsWith(const std::string &sourceString, const std::string &targetPrefix) in StartsWith() argument
107 return sourceString.find(targetPrefix) == 0; in StartsWith()

Completed in 9 milliseconds