Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h251 int32_t UpdateSaFreMap(int32_t uid, int32_t saId);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_test.cpp2053 int32_t count = saMgr->UpdateSaFreMap(uid, TEST_SYSTEM_ABILITY1);
2071 int32_t count = saMgr->UpdateSaFreMap(uid, TEST_SYSTEM_ABILITY1);
2089 int32_t count = saMgr->UpdateSaFreMap(uid, TEST_SYSTEM_ABILITY1);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp560 int32_t count = UpdateSaFreMap(IPCSkeleton::GetCallingUid(), systemAbilityId); in CheckSystemAbility()
2068 int32_t SystemAbilityManager::UpdateSaFreMap(int32_t uid, int32_t saId) in UpdateSaFreMap() function in OHOS::SystemAbilityManager