Home
last modified time | relevance | path

Searched refs:GET_SYSTEM_ABILITY_TRANSACTION (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/ipc/ipc/test/unittest/ipc/include/
H A Dipc_proxy.h20 GET_SYSTEM_ABILITY_TRANSACTION = 1, enumerator
/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Dgetsystemability_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_SYSTEM_ABILITY_TRANSACTION);
/foundation/communication/ipc/ipc/test/ipc/include/
H A Dipc_proxy.h20 GET_SYSTEM_ABILITY_TRANSACTION = 1, enumerator
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsamgr_ipc_interface_code.h22 GET_SYSTEM_ABILITY_TRANSACTION = 1, member in OHOS::SamgrInterfaceCode
/foundation/communication/ipc/ipc/test/unittest/rpc/include/
H A Drpc_test.h34 constexpr int32_t GET_SYSTEM_ABILITY_TRANSACTION = 1; variable
/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_samgr.c35 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 Ddbinder_ipc_adapter.c51 int32_t ret = SendRequest(*GetContextObject(), GET_SYSTEM_ABILITY_TRANSACTION, &data, &reply, option, &ptr); in RpcGetSystemAbility()
/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_types.h35 #define GET_SYSTEM_ABILITY_TRANSACTION 1 macro
/foundation/communication/ipc/ipc/test/ipc/samgr/
H A Dsamgr.c84 case GET_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
/foundation/communication/ipc/ipc/test/unittest/ipc/samgr/
H A DIpcSamgrTest.cpp88 case GET_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
/foundation/communication/ipc/ipc/test/unittest/ipc/server/
H A DIpcServerTest.cpp221 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 DRpcSamgrTest.cpp146 case GET_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
/foundation/communication/ipc/ipc/test/unittest/ipc/client/
H A DIpcClientTest.cpp118 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 Dsystem_ability_manager_stub.cpp113 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::GET_SYSTEM_ABILITY_TRANSACTION)] = in SetAbilityFuncMap()

Completed in 7 milliseconds