Searched refs:GET_REMOTE_SYSTEM_ABILITY_TRANSACTION (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/ipc/ipc/test/rpc/client/ |
H A D | rpc_client.c | 42 GET_REMOTE_SYSTEM_ABILITY_TRANSACTION = 3, enumerator 127 int32_t ret = SendRequest(target, GET_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, option, &ptr); in main()
|
/foundation/communication/ipc/ipc/test/unittest/rpc/include/ |
H A D | rpc_test.h | 36 constexpr int32_t GET_REMOTE_SYSTEM_ABILITY_TRANSACTION = 3; variable
|
/foundation/communication/ipc/ipc/test/rpc/samgr/ |
H A D | rpc_samgr.c | 37 GET_REMOTE_SYSTEM_ABILITY_TRANSACTION = 3, enumerator 139 case GET_REMOTE_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
/foundation/communication/ipc/ipc/test/rpc/server/ |
H A D | rpc_server.c | 33 GET_REMOTE_SYSTEM_ABILITY_TRANSACTION = 3, enumerator
|
/foundation/communication/ipc/ipc/test/unittest/rpc/client/ |
H A D | RpcClientTest.cpp | 88 int32_t ret = SendRequest(target, GET_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, option, &ptr); in HWTEST_F() 116 int32_t ret = SendRequest(target, GET_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, option, &ptr); in HWTEST_F()
|
/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/ |
H A D | RpcSamgrTest.cpp | 162 case GET_REMOTE_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
Completed in 3 milliseconds