Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h729 std::vector<std::string> GetOverlayPaths(const std::string &bundleName,
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1077 … std::vector<std::string> overlayPaths = GetOverlayPaths(bundleName, overlayModuleInfos_); in OnStartAbility()
1087 std::vector<std::string> MainThread::GetOverlayPaths(const std::string &bundleName, in GetOverlayPaths() function in OHOS::AppExecFwk::MainThread