Searched refs:ADD_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 | 21 ADD_SYSTEM_ABILITY_TRANSACTION = 2, enumerator
|
/foundation/communication/ipc/ipc/test/ipc/include/ |
H A D | ipc_proxy.h | 21 ADD_SYSTEM_ABILITY_TRANSACTION = 2, enumerator
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | samgr_ipc_interface_code.h | 24 ADD_SYSTEM_ABILITY_TRANSACTION = 3, member in OHOS::SamgrInterfaceCode
|
/foundation/communication/ipc/ipc/test/unittest/rpc/include/ |
H A D | rpc_test.h | 35 constexpr int32_t ADD_SYSTEM_ABILITY_TRANSACTION = 2; variable
|
/foundation/communication/ipc/ipc/test/rpc/samgr/ |
H A D | rpc_samgr.c | 36 ADD_SYSTEM_ABILITY_TRANSACTION = 2, enumerator 127 case ADD_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/ |
H A D | addsystemability_fuzzer.cpp | 48 static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION)); in FuzzAddSystemAbility()
|
/foundation/communication/ipc/ipc/test/unittest/ipc/server/ |
H A D | IpcServerTest.cpp | 180 int ret = SendRequest(target, ADD_SYSTEM_ABILITY_TRANSACTION, &data, &reply, g_option, &ptr); in HWTEST_F() 202 int ret = SendRequest(target, ADD_SYSTEM_ABILITY_TRANSACTION, &data, &reply, g_option, &ptr); in HWTEST_F()
|
/foundation/communication/ipc/ipc/test/rpc/server/ |
H A D | rpc_server.c | 32 ADD_SYSTEM_ABILITY_TRANSACTION = 2, enumerator
|
/foundation/communication/ipc/ipc/test/ipc/samgr/ |
H A D | samgr.c | 72 case ADD_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
/foundation/communication/ipc/ipc/test/unittest/ipc/samgr/ |
H A D | IpcSamgrTest.cpp | 75 case ADD_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/ |
H A D | RpcSamgrTest.cpp | 150 case ADD_SYSTEM_ABILITY_TRANSACTION: { in RemoteRequest()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 556 case static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION): { in NotifySystemAbilityChanged() 580 if (code == static_cast<int32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION)) { in FindSystemAbilityNotify() 886 static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION), listener); in NotifySystemAbilityAddedBySync() 1268 static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION)); in SendSystemAbilityAddedMsg()
|
H A D | system_ability_manager_stub.cpp | 117 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION)] = in SetAbilityFuncMap()
|
/foundation/systemabilitymgr/samgr/frameworks/native/source/ |
H A D | system_ability_manager_proxy.cpp | 900 static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION), data); in AddSystemAbility()
|
Completed in 11 milliseconds