Home
last modified time | relevance | path

Searched defs:StringSplit (Results 1 – 6 of 6) sorted by relevance

/foundation/ai/intelligent_voice_framework/utils/
Dstring_util.cpp54 std::vector<string> StringUtil::StringSplit(string &str, const string &pattern) in StringSplit() function in OHOS::IntellVoiceUtils::StringUtil
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
Dtask_notification_subscriber.cpp116 std::vector<std::string> TaskNotificationSubscriber::StringSplit(const std::string &str, const char… in StringSplit() function in OHOS::BackgroundTaskMgr::TaskNotificationSubscriber
/foundation/window/window_manager/window_scene/common/include/
Dfold_screen_state_internel.h115 static std::vector<std::string> StringSplit(const std::string& str, char delim) in StringSplit() function
/foundation/ability/form_fwk/services/src/common/util/
Dform_util.cpp195 std::vector<std::string> FormUtil::StringSplit(const std::string &in, const std::string &delim) in StringSplit() function in OHOS::AppExecFwk::FormUtil
/foundation/multimodalinput/input/util/common/src/
Dutil.cpp153 size_t StringSplit(const std::string &str, const std::string &sep, std::vector<std::string> &vecLis… in StringSplit() function
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dinput_manager_impl.cpp859 std::vector<std::string> InputManagerImpl::StringSplit(const std::string &str, char delim) in StringSplit() function in OHOS::MMI::InputManagerImpl