Searched refs:CreateAbility (Results 1 – 8 of 8) sorted by relevance
/foundation/ability/ability_lite/interfaces/kits/ability_lite/ |
D | ability_loader.h | 58 using CreateAbility = std::function<Ability *(void)>; variable 80 void RegisterAbility(const std::string &abilityName, const CreateAbility &createFunc); 95 std::unordered_map<std::string, CreateAbility> abilities_;
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/ |
D | native_ability_thread.cpp | 101 ability_ = SliteAbilityLoader::GetInstance().CreateAbility(SliteAbilityType::NATIVE_ABILITY, in InitAbilityThread() 106 … nativeAbility_ = SliteAbilityLoader::GetInstance().CreateAbility(SliteAbilityType::NATIVE_ABILITY, in InitAbilityThread() 111 ability_ = SliteAbilityLoader::GetInstance().CreateAbility(SliteAbilityType::NATIVE_ABILITY, in InitAbilityThread()
|
D | slite_ability_loader.cpp | 36 SliteAbility *SliteAbilityLoader::CreateAbility(SliteAbilityType type, const char *bundleName) in CreateAbility() function in OHOS::AbilitySlite::SliteAbilityLoader
|
D | js_ability_thread.cpp | 82 …ability_ = SliteAbilityLoader::GetInstance().CreateAbility(SliteAbilityType::JS_ABILITY, abilityRe… in InitAbilityThread()
|
/foundation/ability/ability_lite/interfaces/inner_api/abilitymgr_lite/slite/ |
D | slite_ability_loader.h | 45 SliteAbility *CreateAbility(SliteAbilityType type, const char *bundleName);
|
/foundation/ability/ability_lite/frameworks/ability_lite/src/ |
D | ability_loader.cpp | 26 void AbilityLoader::RegisterAbility(const std::string &abilityName, const CreateAbility &createFunc) in RegisterAbility()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
D | bundle_mgr.h | 430 NativeValue* CreateAbility(NativeEngine &engine, const ModuleAbilityInfo &ability);
|
D | bundle_mgr.cpp | 4062 array->SetElement(i, CreateAbility(engine, module.abilities.at(i))); in CreateAbilities() 4067 NativeValue* JsBundleMgr::CreateAbility(NativeEngine &engine, const ModuleAbilityInfo &ability) in CreateAbility() function in OHOS::AppExecFwk::JsBundleMgr
|