Home
last modified time | relevance | path

Searched refs:RPC_TEST_SERVICE2 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_server_test.cpp56 int result = saMgr->AddSystemAbility(RPC_TEST_SERVICE2, new RpcFooStub());
H A Drpc_client_test.cpp119 sptr<IRemoteObject> object = saMgr->GetSystemAbility(RPC_TEST_SERVICE2);
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp65 int result = saMgr->AddSystemAbility(RPC_TEST_SERVICE2, new DBinderTestService(), saExtra); in Instantiate()
H A Ddbinder_test_service_skeleton.cpp634 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE2); in OnReceivedObjectTransAgain()
H A Ddbinder_distributed_test.cpp1508 sptr<IRemoteObject> remoteObject2 = manager_->GetSystemAbility(RPC_TEST_SERVICE2, serverId_);
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h76 RPC_TEST_SERVICE2 = 1110, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs70 pub const RPC_TEST_SERVICE2: i32 = 1110; const