Home
last modified time | relevance | path

Searched defs:startStr (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dsta_network_check.cpp94 size_t startStr = httpReturn.find(locStr); in HttpDetection() local
111 size_t startStr = httpReturn.find(locStr); in HttpDetection() local
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
Dfile_server_demo.cpp101 std::string startStr = matchVals[START_INDEX].str(); in GetRange() local
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
Dfile_path_utils.cpp62 bool StringStartWith(const std::string& str, const char* startStr, size_t startStrLen) in StringStartWith()