Searched refs:ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/ipc/ipc/test/rpc/server/ |
H A D | rpc_server.c | 34 ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION = 4, enumerator 110 SendRequest(target, ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data, &reply, option, &ptr); in main()
|
/foundation/communication/ipc/ipc/test/unittest/rpc/include/ |
H A D | rpc_test.h | 37 constexpr int32_t ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION = 4; variable
|
/foundation/communication/ipc/ipc/test/rpc/samgr/ |
H A D | rpc_samgr.c | 38 ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION = 4, enumerator 145 case ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
/foundation/communication/ipc/ipc/test/unittest/rpc/server/ |
H A D | RpcServerTest.cpp | 148 int32_t ret = SendRequest(target, ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data, &reply, option, &ptr); in HWTEST_F() 210 int32_t ret = SendRequest(target, ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data, &reply, option, &ptr); in HWTEST_F()
|
/foundation/communication/ipc/ipc/test/rpc/client/ |
H A D | rpc_client.c | 43 ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION = 4, enumerator
|
/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/ |
H A D | RpcSamgrTest.cpp | 172 case ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
Completed in 2 milliseconds