Home
last modified time | relevance | path

Searched refs:SetCreatorFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/
H A Dability_thread_loader.h48 void SetCreatorFunc(AbilityThreadCreatorType type, AbilityThreadCreatorFunc creator);
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_thread_loader.cpp19 void AbilityThreadLoader::SetCreatorFunc(AbilityThreadCreatorType type, AbilityThreadCreatorFunc fu… in SetCreatorFunc() function in OHOS::AbilitySlite::AbilityThreadLoader
H A Dability_mgr_service_slite.cpp263 …AbilityThreadLoader::GetInstance().SetCreatorFunc(AbilityThreadCreatorType::JS_CREATOR, CreateJsAb… in InitAbilityThreadLoad()
264 AbilityThreadLoader::GetInstance().SetCreatorFunc(AbilityThreadCreatorType::NATIVE_CREATOR, in InitAbilityThreadLoad()