Searched refs:NotifyRemoveShellProcess (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/mock/ability_manager_collaborator/ |
H A D | mock_ability_manager_collaborator.h | 39 …MOCK_METHOD3(NotifyRemoveShellProcess, int32_t(int32_t pid, int32_t type, const std::string &reaso…
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | iability_manager_collaborator.h | 130 …virtual int32_t NotifyRemoveShellProcess(int32_t pid, int32_t type, const std::string &reason) = 0;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_manager_collaborator_proxy.h | 117 …virtual int32_t NotifyRemoveShellProcess(int32_t pid, int32_t type, const std::string &reason) ove…
|
H A D | ability_record.h | 1151 void NotifyRemoveShellProcess(int32_t type);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 2595 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnSchedulerDied() 2596 NotifyRemoveShellProcess(CollaboratorType::OTHERS_TYPE); in OnSchedulerDied() 2631 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnProcessDied() 2632 NotifyRemoveShellProcess(CollaboratorType::OTHERS_TYPE); in OnProcessDied() 3451 void AbilityRecord::NotifyRemoveShellProcess(int32_t type) in NotifyRemoveShellProcess() function in OHOS::AAFwk::AbilityRecord 3460 …int ret = collaborator->NotifyRemoveShellProcess(pid_, SHELL_ASSISTANT_DIETYPE, SHELL_ASSISTANT_DI… in NotifyRemoveShellProcess()
|
H A D | ability_manager_collaborator_proxy.cpp | 309 int32_t AbilityManagerCollaboratorProxy::NotifyRemoveShellProcess(int32_t pid, int32_t type, const … in NotifyRemoveShellProcess() function in OHOS::AAFwk::AbilityManagerCollaboratorProxy
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
H A D | ability_record_test.cpp | 2370 abilityRecord->NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE);
|