Home
last modified time | relevance | path

Searched defs:StartWith (Results 1 – 10 of 10) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/util/
Dstring_helper.cpp54 bool StringHelper::StartWith(const std::string &value, char prefix) in StartWith() function in OHOS::Idl::StringHelper
59 bool StringHelper::StartWith(const std::string &value, const std::string &prefix) in StartWith() function in OHOS::Idl::StringHelper
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
Dutils.cpp86 bool Utils::StartWith(const std::string &mainStr, const std::string &subStr) in StartWith() function in OHOS::CastEngine::CastEngineService::Utils
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
Dutils.cpp86 bool Utils::StartWith(const std::string &mainStr, const std::string &subStr) in StartWith() function in OHOS::CastEngine::CastEngineService::Utils
/foundation/arkui/ace_engine/frameworks/base/utils/
Dstring_utils.h687 inline bool StartWith(const std::string& dst, const std::string& prefix) in StartWith() function
692 inline bool StartWith(const std::string& str, const char* prefix, size_t prefixLen) in StartWith() function
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
Dffmpeg_utils.cpp165 bool StartWith(const char* name, const char* chars) in StartWith() function
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dbundle_util.cpp174 bool BundleUtil::StartWith(const char *str, const char *subStr) in StartWith() function in OHOS::BundleUtil
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dutils.h527 inline bool StartWith(const std::string& dst, const std::string& prefix) in StartWith() function
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_util.cpp804 bool BundleUtil::StartWith(const std::string &source, const std::string &prefix) in StartWith() function in OHOS::AppExecFwk::BundleUtil
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
Djs_fwk_common.cpp935 bool StartWith(const char *sequence, const char *prefix) in StartWith() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
Dui_extension_pattern.cpp71 bool StartWith(const std::string &source, const std::string &prefix) in StartWith() function