Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/app/
H A Djs_ability_stage.h73 bool GetProfileInfoFromResourceManager(std::vector<std::string> &profileInfo);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp417 if (!GetProfileInfoFromResourceManager(profileInfo)) { in RegisterStartupTaskFromProfile()
430 bool JsAbilityStage::GetProfileInfoFromResourceManager(std::vector<std::string> &profileInfo) in GetProfileInfoFromResourceManager() function in OHOS::AbilityRuntime::JsAbilityStage