Home
last modified time | relevance | path

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 Ddbinder_distributed_test.cpp140 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 Ddbinder_test_service.cpp67 int result = saMgr->AddSystemAbility(RPC_TEST_SERVICE, new DBinderTestService(), saExtra); in Instantiate()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_server_test.cpp47 int result = saMgr->AddSystemAbility(RPC_TEST_SERVICE, new RpcFooStub(), saExtra);
H A Drpc_client_test.cpp61 sptr<IRemoteObject> object = saMgr->GetSystemAbility(RPC_TEST_SERVICE, g_deviceId);
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h75 RPC_TEST_SERVICE = 1109, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs69 pub const RPC_TEST_SERVICE: i32 = 1109; const