/ohos5.0/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() 115 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::CHECK_SYSTEM_ABILITY_TRANSACTION)] = in SetAbilityFuncMap() 117 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION)] = in SetAbilityFuncMap() 119 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::REMOVE_SYSTEM_ABILITY_TRANSACTION)] = in SetAbilityFuncMap() 121 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::LIST_SYSTEM_ABILITY_TRANSACTION)] = in SetAbilityFuncMap() 133 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::LOAD_SYSTEM_ABILITY_TRANSACTION)] = in SetAbilityFuncMap() 137 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::UNLOAD_SYSTEM_ABILITY_TRANSACTION)] = in SetAbilityFuncMap() 145 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_PROCESS_TRANSACTION)] = in SetProcessFuncMap() 163 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::GET_ONDEAMND_POLICY_TRANSACTION)] = in SystemAbilityManagerStub() 169 memberFuncMap_[static_cast<uint32_t>(SamgrInterfaceCode::SEND_STRATEGY_TRANASACTION)] = in SystemAbilityManagerStub() [all …]
|
H A D | system_ability_manager.cpp | 602 case static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION): { in NotifySystemAbilityChanged() 606 case static_cast<uint32_t>(SamgrInterfaceCode::REMOVE_SYSTEM_ABILITY_TRANSACTION): { in NotifySystemAbilityChanged() 625 if (code == static_cast<int32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION)) { in FindSystemAbilityNotify() 635 … } else if (code == static_cast<int32_t>(SamgrInterfaceCode::REMOVE_SYSTEM_ABILITY_TRANSACTION)) { in FindSystemAbilityNotify() 918 … static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION), listener); in NotifySystemAbilityAddedByAsync() 1305 static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION)); in SendSystemAbilityAddedMsg() 1323 static_cast<uint32_t>(SamgrInterfaceCode::REMOVE_SYSTEM_ABILITY_TRANSACTION)); in SendSystemAbilityRemovedMsg()
|
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/ |
H A D | system_ability_manager_proxy.cpp | 263 static_cast<uint32_t>(SamgrInterfaceCode::CHECK_SYSTEM_ABILITY_TRANSACTION), data); in CheckSystemAbilityTransaction() 467 static_cast<uint32_t>(SamgrInterfaceCode::REMOVE_SYSTEM_ABILITY_TRANSACTION), data); in RemoveSystemAbility() 498 … static_cast<uint32_t>(SamgrInterfaceCode::LIST_SYSTEM_ABILITY_TRANSACTION), data, reply, option); in ListSystemAbilities() 900 static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION), data); in AddSystemAbility() 953 static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_PROCESS_TRANSACTION), data); in AddSystemProcess() 1196 static_cast<uint32_t>(SamgrInterfaceCode::GET_ONDEMAND_REASON_EXTRA_DATA_TRANSACTION), in GetOnDemandReasonExtraData() 1384 static_cast<uint32_t>(SamgrInterfaceCode::SEND_STRATEGY_TRANASACTION), data, reply, option); in SendStrategy() 1402 SamgrInterfaceCode cmd, MessageParcel& reply, MessageOption& option) in ListExtensionSendReq() 1439 SamgrInterfaceCode::GET_EXTENSION_SA_IDS_TRANSCATION, reply, option); in GetExtensionSaIds() 1458 SamgrInterfaceCode::GET_EXTERNSION_SA_LIST_TRANSCATION, reply, option); in GetExtensionRunningSaList() [all …]
|
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/ |
H A D | loadremotesystemability_fuzzer.cpp | 39 static_cast<uint32_t>(SamgrInterfaceCode::LOAD_SYSTEM_ABILITY_TRANSACTION)); in FuzzLoadSystemAbility() 45 static_cast<uint32_t>(SamgrInterfaceCode::LOAD_REMOTE_SYSTEM_ABILITY_TRANSACTION)); in FuzzLoadRemoteSystemAbility()
|
H A D | unsubscribesystemprocess_fuzzer.cpp | 37 static_cast<uint32_t>(SamgrInterfaceCode::SUBSCRIBE_SYSTEM_PROCESS_TRANSACTION)); in FuzzSubscribeSystemProcess() 50 static_cast<uint32_t>(SamgrInterfaceCode::UNSUBSCRIBE_SYSTEM_PROCESS_TRANSACTION)); in FuzzUnSubscribeSystemProcess()
|
H A D | unsubscribesystemability_fuzzer.cpp | 39 static_cast<uint32_t>(SamgrInterfaceCode::SUBSCRIBE_SYSTEM_ABILITY_TRANSACTION)); in FuzzSubscribeSystemAbility() 54 static_cast<uint32_t>(SamgrInterfaceCode::UNSUBSCRIBE_SYSTEM_ABILITY_TRANSACTION)); in FuzzUnSubscribeSystemAbility()
|
H A D | cancelunloadsystemability_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::CANCEL_UNLOAD_SYSTEM_ABILITY_TR…
|
H A D | checkremotesystemability_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::CHECK_REMOTE_SYSTEM_ABILITY_TRA…
|
H A D | getextensionsaids_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_EXTENSION_SA_IDS_TRANSCATIO…
|
H A D | getextensionsalist_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_EXTERNSION_SA_LIST_TRANSCAT…
|
H A D | getondemandpolicy_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_ONDEAMND_POLICY_TRANSACTION…
|
H A D | getsaextensioninfo_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_SA_EXTENSION_INFO_TRANSCATI…
|
H A D | getsystemability_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_SYSTEM_ABILITY_TRANSACTION);
|
H A D | unloadallidlesystemability_fuzzer.cpp | 22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::UNLOAD_ALL_IDLE_SYSTEM_ABILITY_…
|
H A D | addsystemprocess_fuzzer.cpp | 40 static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_PROCESS_TRANSACTION)); in FuzzAddSystemProcess()
|
H A D | addsystemability_fuzzer.cpp | 48 static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION)); in FuzzAddSystemAbility()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | samgr_ipc_interface_code.h | 21 enum class SamgrInterfaceCode : uint32_t { enum
|
H A D | system_ability_manager_proxy.h | 282 SamgrInterfaceCode cmd, MessageParcel& reply, MessageOption& option);
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_test.cpp | 541 …int32_t result = saMgr->OnRemoteRequest(static_cast<uint32_t>(SamgrInterfaceCode::LOAD_SYSTEM_ABIL… 559 …int32_t result = saMgr->OnRemoteRequest(static_cast<uint32_t>(SamgrInterfaceCode::LOAD_SYSTEM_ABIL… 578 …int32_t result = saMgr->OnRemoteRequest(static_cast<uint32_t>(SamgrInterfaceCode::LOAD_SYSTEM_ABIL… 597 …int32_t result = saMgr->OnRemoteRequest(static_cast<uint32_t>(SamgrInterfaceCode::LOAD_SYSTEM_ABIL… 618 …int32_t result = saMgr->OnRemoteRequest(static_cast<uint32_t>(SamgrInterfaceCode::LOAD_SYSTEM_ABIL…
|