Home
last modified time | relevance | path

Searched refs:moduleAndHqfPath_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_quickfix_callback.h29 const std::map<std::string, std::string> moduleAndHqfPath) : moduleAndHqfPath_(moduleAndHqfPath) {}; in JsQuickfixCallback()
39 std::map<std::string, std::string> moduleAndHqfPath_; member in OHOS::AbilityRuntime::final
H A Djs_quickfix_callback.cpp50 auto it = moduleAndHqfPath_.find(moduleName); in operator ()()
51 if (it == moduleAndHqfPath_.end()) { in operator ()()

Completed in 3 milliseconds