Home
last modified time | relevance | path

Searched refs:regexJsperf (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability_manager/
H A Djs_ability_manager.cpp219 const std::regex regexJsperf(R"(^\d*)"); in CheckIsNumString() local
221 if (numStr.empty() || !std::regex_match(numStr, matchResults, regexJsperf)) { in CheckIsNumString()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp297 const std::regex regexJsperf(R"(^jsperf($|\s+($|\d*\s*($|nativeperf.*))))"); in JsperfProfilerCommandParse() local
299 if (!std::regex_match(jsPerfStr, matchResults, regexJsperf)) { in JsperfProfilerCommandParse()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp2234 const std::regex regexJsperf(R"(^\d*)"); in CheckIsNumString() local
2236 if (numStr.empty() || !std::regex_match(numStr, matchResults, regexJsperf)) { in CheckIsNumString()