Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/test/rpc/client/
H A Drpc_client.c42 GET_REMOTE_SYSTEM_ABILITY_TRANSACTION = 3, enumerator
127 …int32_t ret = SendRequest(target, GET_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, option, … in main()
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_samgr.c37 GET_REMOTE_SYSTEM_ABILITY_TRANSACTION = 3, enumerator
139 case GET_REMOTE_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/include/
H A Drpc_test.h36 constexpr int32_t GET_REMOTE_SYSTEM_ABILITY_TRANSACTION = 3; variable
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/server/
H A Drpc_server.c33 GET_REMOTE_SYSTEM_ABILITY_TRANSACTION = 3, enumerator
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/client/
H A DRpcClientTest.cpp88 …int32_t ret = SendRequest(target, GET_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, option, …
116 …int32_t ret = SendRequest(target, GET_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, option, …
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/
H A DRpcSamgrTest.cpp162 case GET_REMOTE_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()