Home
last modified time | relevance | path

Searched refs:NotifyRemoveShellProcess (Results 1 – 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/test/mock/ability_manager_collaborator/
Dmock_ability_manager_collaborator.h39 …MOCK_METHOD3(NotifyRemoveShellProcess, int32_t(int32_t pid, int32_t type, const std::string &reaso…
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
Diability_manager_collaborator.h130 …virtual int32_t NotifyRemoveShellProcess(int32_t pid, int32_t type, const std::string &reason) = 0;
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dability_manager_collaborator_proxy.h117 …virtual int32_t NotifyRemoveShellProcess(int32_t pid, int32_t type, const std::string &reason) ove…
Dability_record.h983 void NotifyRemoveShellProcess(int32_t type);
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dability_manager_collaborator_proxy.cpp309 int32_t AbilityManagerCollaboratorProxy::NotifyRemoveShellProcess(int32_t pid, int32_t type, const … in NotifyRemoveShellProcess() function in OHOS::AAFwk::AbilityManagerCollaboratorProxy
Dability_record.cpp2234 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnSchedulerDied()
2235 NotifyRemoveShellProcess(CollaboratorType::OTHERS_TYPE); in OnSchedulerDied()
2262 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnProcessDied()
2263 NotifyRemoveShellProcess(CollaboratorType::OTHERS_TYPE); in OnProcessDied()
3103 void AbilityRecord::NotifyRemoveShellProcess(int32_t type) in NotifyRemoveShellProcess() function in OHOS::AAFwk::AbilityRecord
3112 …int ret = collaborator->NotifyRemoveShellProcess(pid_, SHELL_ASSISTANT_DIETYPE, SHELL_ASSISTANT_DI… in NotifyRemoveShellProcess()
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
Dability_record_test.cpp2386 abilityRecord->NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE);