Home
last modified time | relevance | path

Searched refs:I18nServiceAbilityLoadManager (Results 1 - 5 of 5) sorted by relevance

/base/global/i18n/services/src/
H A Di18n_service_ability_load_manager.cpp25 I18nServiceAbilityLoadManager::I18nServiceAbilityLoadManager() in I18nServiceAbilityLoadManager() function in OHOS::Global::I18n::I18nServiceAbilityLoadManager
29 I18nServiceAbilityLoadManager::~I18nServiceAbilityLoadManager() in ~I18nServiceAbilityLoadManager()
33 sptr<IRemoteObject> I18nServiceAbilityLoadManager::GetI18nServiceAbility(int32_t systemAbilityId) in GetI18nServiceAbility()
46 sptr<ISystemAbilityManager> I18nServiceAbilityLoadManager::LoadI18nServiceAbility(int32_t systemAbilityId) in LoadI18nServiceAbility()
51 HILOG_ERROR_I18N("I18nServiceAbilityLoadManager::LoadAndGetI18nServiceAbility can't get samgr"); in LoadI18nServiceAbility()
58 "I18nServiceAbilityLoadManager::LoadAndGetI18nServiceAbility LoadSystemAbility failed."); in LoadI18nServiceAbility()
63 HILOG_ERROR_I18N("I18nServiceAbilityLoadManager::LoadAndGetI18nServiceAbility wait overtime."); in LoadI18nServiceAbility()
69 void I18nServiceAbilityLoadManager
[all...]
H A Di18n_service_ability_load_callback.cpp28 auto loadMgr = DelayedSingleton<I18nServiceAbilityLoadManager>::GetInstance(); in OnLoadSystemAbilitySuccess()
38 auto loadMgr = DelayedSingleton<I18nServiceAbilityLoadManager>::GetInstance(); in OnLoadSystemAbilityFail()
H A Di18n_service_ability_client.cpp27 sptr<IRemoteObject> proxy = I18nServiceAbilityLoadManager::GetInstance()->GetI18nServiceAbility(I18N_SA_ID); in GetProxy()
30 proxy = I18nServiceAbilityLoadManager::GetInstance()->GetI18nServiceAbility(I18N_SA_ID); in GetProxy()
H A Di18n_service_ability.cpp86 auto i18nSaLoadManager = DelayedSingleton<I18nServiceAbilityLoadManager>::GetInstance(); in UnloadI18nServiceAbility()
/base/global/i18n/services/include/
H A Di18n_service_ability_load_manager.h30 class I18nServiceAbilityLoadManager : public DelayedSingleton<I18nServiceAbilityLoadManager> { class
32 I18nServiceAbilityLoadManager();
33 ~I18nServiceAbilityLoadManager();

Completed in 2 milliseconds