Home
last modified time | relevance | path

Searched refs:ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/rpc/server/
H A Drpc_server.c34 ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION = 4, enumerator
110 SendRequest(target, ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data, &reply, option, &ptr); in main()
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_samgr.c38 ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION = 4, enumerator
145 case ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/server/
H A DRpcServerTest.cpp148 …int32_t ret = SendRequest(target, ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data, &reply, option, &p…
210 …int32_t ret = SendRequest(target, ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data, &reply, option, &p…
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/include/
H A Drpc_test.h37 constexpr int32_t ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION = 4; variable
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/client/
H A Drpc_client.c43 ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION = 4, enumerator
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/
H A DRpcSamgrTest.cpp172 case ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()