Home
last modified time | relevance | path

Searched refs:IsOhmUrl (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.h208 static bool IsOhmUrl(const CString &str);
H A Dmodule_path_helper.cpp1105 bool ModulePathHelper::IsOhmUrl(const CString &str) in IsOhmUrl() function in panda::ecmascript::ModulePathHelper
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1698 static bool IsOhmUrl(const std::string &srcName);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4039 bool JSNApi::IsOhmUrl(const std::string &srcName) in IsOhmUrl() function in panda::JSNApi
4041 return ModulePathHelper::IsOhmUrl(srcName.c_str()); in IsOhmUrl()

Completed in 21 milliseconds