Home
last modified time | relevance | path

Searched refs:RPC_TEST_SERVICE (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp140 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); in HWTEST_F()
193 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); in HWTEST_F()
260 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); in HWTEST_F()
295 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); in HWTEST_F()
335 objects.push_back(manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_)); in HWTEST_F()
366 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); in HWTEST_F()
368 sptr<IRemoteObject> remoteObject = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); in HWTEST_F()
404 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); in HWTEST_F()
406 sptr<IRemoteObject> object2 = manager_->GetSystemAbility(RPC_TEST_SERVICE); in HWTEST_F()
408 sptr<IRemoteObject> remoteObject = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId in HWTEST_F()
[all...]
H A Ddbinder_test_service.cpp67 int result = saMgr->AddSystemAbility(RPC_TEST_SERVICE, new DBinderTestService(), saExtra); in Instantiate()
/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_server_test.cpp47 int result = saMgr->AddSystemAbility(RPC_TEST_SERVICE, new RpcFooStub(), saExtra); in HWTEST_F()
H A Drpc_client_test.cpp61 sptr<IRemoteObject> object = saMgr->GetSystemAbility(RPC_TEST_SERVICE, g_deviceId); in HWTEST_F()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h75 RPC_TEST_SERVICE = 1109, enumerator
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs69 pub const RPC_TEST_SERVICE: i32 = 1109; consts

Completed in 6 milliseconds