Home
last modified time | relevance | path

Searched refs:NATIVE_CREATOR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_thread_loader.cpp30 case AbilityThreadCreatorType::NATIVE_CREATOR: in SetCreatorFunc()
45 if (AbilityThreadCreatorType::NATIVE_CREATOR == type && nativeAbilityThreadFunc_ != nullptr) { in CreateAbilityThread()
57 case AbilityThreadCreatorType::NATIVE_CREATOR: in UnsetCreatorFunc()
H A Dability_mgr_service_slite.cpp264 AbilityThreadLoader::GetInstance().SetCreatorFunc(AbilityThreadCreatorType::NATIVE_CREATOR, in InitAbilityThreadLoad()
H A Dability_record_manager.cpp677 … AbilityThreadLoader::GetInstance().CreateAbilityThread(AbilityThreadCreatorType::NATIVE_CREATOR); in CreateAppTask()
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/
H A Dability_thread_loader.h25 NATIVE_CREATOR, enumerator