Searched refs:GET_SYSTEM_ABILITY_TRANSACTION (Results 1 - 14 of 14) sorted by relevance
/foundation/communication/ipc/ipc/test/unittest/ipc/include/ |
H A D | ipc_proxy.h | 20 GET_SYSTEM_ABILITY_TRANSACTION = 1, enumerator
|
/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/ |
H A D | getsystemability_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_SYSTEM_ABILITY_TRANSACTION);
|
/foundation/communication/ipc/ipc/test/ipc/include/ |
H A D | ipc_proxy.h | 20 GET_SYSTEM_ABILITY_TRANSACTION = 1, enumerator
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | samgr_ipc_interface_code.h | 22 GET_SYSTEM_ABILITY_TRANSACTION = 1, member in OHOS::SamgrInterfaceCode
|
/foundation/communication/ipc/ipc/test/unittest/rpc/include/ |
H A D | rpc_test.h | 34 constexpr int32_t GET_SYSTEM_ABILITY_TRANSACTION = 1; variable
|
/foundation/communication/ipc/ipc/test/rpc/samgr/ |
H A D | rpc_samgr.c | 35 GET_SYSTEM_ABILITY_TRANSACTION = 1, enumerator 119 case GET_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
/foundation/communication/ipc/services/dbinder/c/ipc_adapter/small/ |
H A D | dbinder_ipc_adapter.c | 51 int32_t ret = SendRequest(*GetContextObject(), GET_SYSTEM_ABILITY_TRANSACTION, &data, &reply, option, &ptr); in RpcGetSystemAbility()
|
/foundation/communication/ipc/services/dbinder/c/include/ |
H A D | dbinder_types.h | 35 #define GET_SYSTEM_ABILITY_TRANSACTION 1 macro
|
/foundation/communication/ipc/ipc/test/ipc/samgr/ |
H A D | samgr.c | 84 case GET_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
/foundation/communication/ipc/ipc/test/unittest/ipc/samgr/ |
H A D | IpcSamgrTest.cpp | 88 case GET_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
/foundation/communication/ipc/ipc/test/unittest/ipc/server/ |
H A D | IpcServerTest.cpp | 221 int ret = SendRequest(*target, GET_SYSTEM_ABILITY_TRANSACTION, &data1, &reply, g_option, &ptr); in HWTEST_F()
|
/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/ |
H A D | RpcSamgrTest.cpp | 146 case GET_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
/foundation/communication/ipc/ipc/test/unittest/ipc/client/ |
H A D | IpcClientTest.cpp | 118 int ret = SendRequest(target, GET_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, g_option, &ptr); in HWTEST_F()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager_stub.cpp | 113 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::GET_SYSTEM_ABILITY_TRANSACTION)] = in SetAbilityFuncMap()
|
Completed in 7 milliseconds