Home
last modified time | relevance | path

Searched refs:GetSystemAbilityFromRemote (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/test/unittest/
H A Dsystem_ability_manager_test.cpp418 sptr<IRemoteObject> object = saMgr->GetSystemAbilityFromRemote(-1);
440 sptr<IRemoteObject> object = saMgr->GetSystemAbilityFromRemote(0);
462 sptr<IRemoteObject> object = saMgr->GetSystemAbilityFromRemote(DISTRIBUTED_SCHED_TEST_TT_ID);
492 sptr<IRemoteObject> object = saMgr->GetSystemAbilityFromRemote(DISTRIBUTED_SCHED_TEST_TT_ID);
527 sptr<IRemoteObject> object = saMgr->GetSystemAbilityFromRemote(DISTRIBUTED_SCHED_TEST_TT_ID);
555 int32_t ret = saMgr->GetSystemAbilityFromRemote(0);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Drpc_callback_imp.cpp22 sptr<IRemoteObject> RpcCallbackImp::GetSystemAbilityFromRemote(int32_t systemAbilityId) in GetSystemAbilityFromRemote() function in OHOS::RpcCallbackImp
24 return SystemAbilityManager::GetInstance()->GetSystemAbilityFromRemote(systemAbilityId); in GetSystemAbilityFromRemote()
H A Dsystem_ability_manager.cpp530 sptr<IRemoteObject> SystemAbilityManager::GetSystemAbilityFromRemote(int32_t systemAbilityId) in GetSystemAbilityFromRemote() function in OHOS::SystemAbilityManager
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Drpc_system_ability_callback.h31 virtual sptr<IRemoteObject> GetSystemAbilityFromRemote(int32_t systemAbilityId) = 0;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Drpc_callback_imp.h25 sptr<IRemoteObject> GetSystemAbilityFromRemote(int32_t systemAbilityId) override;
H A Dsystem_ability_manager.h153 sptr<IRemoteObject> GetSystemAbilityFromRemote(int32_t systemAbilityId);
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/
H A Dsamgrcoverage_fuzzer.cpp81 saMgr->GetSystemAbilityFromRemote(saId); in FuzzOndemandLoad()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_new_test.cpp468 auto ability = saMgr->GetSystemAbilityFromRemote(TEST_EXCEPTION_LOW_SA_ID);
481 auto ability = saMgr->GetSystemAbilityFromRemote(TEST_SYSTEM_ABILITY1);
496 auto ability = saMgr->GetSystemAbilityFromRemote(1);
512 auto ability = saMgr->GetSystemAbilityFromRemote(1);
H A Dsystem_ability_mgr_stub_test.cpp1211 sptr<IRemoteObject> res = saMgr->GetSystemAbilityFromRemote(INVALID_SAID);
1223 sptr<IRemoteObject> res = saMgr->GetSystemAbilityFromRemote(SAID);
1238 sptr<IRemoteObject> res = saMgr->GetSystemAbilityFromRemote(SAID);
1255 sptr<IRemoteObject> res = saMgr->GetSystemAbilityFromRemote(SAID);
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp62 sptr<IRemoteObject> GetSystemAbilityFromRemote(int32_t systemAbilityId) override in GetSystemAbilityFromRemote() function in TestRpcSystemAbilityCallback