Searched refs:AbilityThreadCreatorFunc (Results 1 – 2 of 2) sorted by relevance
34 using AbilityThreadCreatorFunc = AbilityThread*(*)(); variable48 void SetCreatorFunc(AbilityThreadCreatorType type, AbilityThreadCreatorFunc creator);55 AbilityThreadCreatorFunc jsAbilityThreadFunc_ = nullptr;56 AbilityThreadCreatorFunc nativeAbilityThreadFunc_ = nullptr;
19 void AbilityThreadLoader::SetCreatorFunc(AbilityThreadCreatorType type, AbilityThreadCreatorFunc fu… in SetCreatorFunc()