Searched refs:CheckLoadAbilityConditions (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 437 appMgrServiceInner->CheckLoadAbilityConditions(nullptr, nullptr, nullptr); in HWTEST_F() 439 appMgrServiceInner->CheckLoadAbilityConditions(nullptr, abilityInfo_, nullptr); in HWTEST_F() 441 appMgrServiceInner->CheckLoadAbilityConditions(nullptr, nullptr, applicationInfo_); in HWTEST_F() 443 appMgrServiceInner->CheckLoadAbilityConditions(token, nullptr, nullptr); in HWTEST_F() 445 appMgrServiceInner->CheckLoadAbilityConditions(token, abilityInfo_, nullptr); in HWTEST_F() 447 appMgrServiceInner->CheckLoadAbilityConditions(nullptr, abilityInfo_, applicationInfo_); in HWTEST_F() 449 appMgrServiceInner->CheckLoadAbilityConditions(token, nullptr, applicationInfo_); in HWTEST_F() 451 appMgrServiceInner->CheckLoadAbilityConditions(token, abilityInfo_, applicationInfo_); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 1405 bool CheckLoadAbilityConditions(const sptr<IRemoteObject> &token,
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 559 if (!CheckLoadAbilityConditions(loadParam->token, abilityInfo, appInfo)) { in LoadAbility() 749 bool AppMgrServiceInner::CheckLoadAbilityConditions(const sptr<IRemoteObject> &token, in CheckLoadAbilityConditions() function in OHOS::AppExecFwk::AppMgrServiceInner
|
Completed in 23 milliseconds