Home
last modified time | relevance | path

Searched refs:getHapPathFunc_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp51 GetHapPathCallback SourceMap::getHapPathFunc_ = nullptr; member in OHOS::JsEnv::SourceMap
555 getHapPathFunc_ = getFunc; in RegisterGetHapPathCallback()
561 if (getHapPathFunc_) { in GetHapPath()
562 getHapPathFunc_(bundleName, hapList); in GetHapPath()
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h104 static GetHapPathCallback getHapPathFunc_; variable