Home
last modified time | relevance | path

Searched refs:SamgrInterfaceCode (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/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()
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 Dsystem_ability_manager.cpp602 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 Dsystem_ability_manager_proxy.cpp263 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 Dloadremotesystemability_fuzzer.cpp39 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 Dunsubscribesystemprocess_fuzzer.cpp37 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 Dunsubscribesystemability_fuzzer.cpp39 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 Dcancelunloadsystemability_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::CANCEL_UNLOAD_SYSTEM_ABILITY_TR…
H A Dcheckremotesystemability_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::CHECK_REMOTE_SYSTEM_ABILITY_TRA…
H A Dgetextensionsaids_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_EXTENSION_SA_IDS_TRANSCATIO…
H A Dgetextensionsalist_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_EXTERNSION_SA_LIST_TRANSCAT…
H A Dgetondemandpolicy_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_ONDEAMND_POLICY_TRANSACTION…
H A Dgetsaextensioninfo_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_SA_EXTENSION_INFO_TRANSCATI…
H A Dgetsystemability_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::GET_SYSTEM_ABILITY_TRANSACTION);
H A Dunloadallidlesystemability_fuzzer.cpp22 constexpr uint32_t CODE = static_cast<uint32_t>(SamgrInterfaceCode::UNLOAD_ALL_IDLE_SYSTEM_ABILITY_…
H A Daddsystemprocess_fuzzer.cpp40 static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_PROCESS_TRANSACTION)); in FuzzAddSystemProcess()
H A Daddsystemability_fuzzer.cpp48 static_cast<uint32_t>(SamgrInterfaceCode::ADD_SYSTEM_ABILITY_TRANSACTION)); in FuzzAddSystemAbility()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsamgr_ipc_interface_code.h21 enum class SamgrInterfaceCode : uint32_t { enum
H A Dsystem_ability_manager_proxy.h282 SamgrInterfaceCode cmd, MessageParcel& reply, MessageOption& option);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_test.cpp541 …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…