Searched refs:RPC_TEST_SERVICE (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_distributed_test.cpp | 140 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); 193 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); 335 objects.push_back(manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_)); 366 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); 404 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); 406 sptr<IRemoteObject> object2 = manager_->GetSystemAbility(RPC_TEST_SERVICE); 450 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); 492 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); 531 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); 1179 object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId); in GetRemoteObjectAndCheck() [all …]
|
H A D | dbinder_test_service.cpp | 67 int result = saMgr->AddSystemAbility(RPC_TEST_SERVICE, new DBinderTestService(), saExtra); in Instantiate()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/src/ |
H A D | rpc_server_test.cpp | 47 int result = saMgr->AddSystemAbility(RPC_TEST_SERVICE, new RpcFooStub(), saExtra);
|
H A D | rpc_client_test.cpp | 61 sptr<IRemoteObject> object = saMgr->GetSystemAbility(RPC_TEST_SERVICE, g_deviceId);
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 75 RPC_TEST_SERVICE = 1109, enumerator
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 69 pub const RPC_TEST_SERVICE: i32 = 1109; const
|