Searched refs:NotifyRemoveShellProcess (Results 1 - 9 of 9) sorted by relevance
/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 &reason));
|
/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;
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_collaborator_proxy_test/ |
H A D | ability_manager_collaborator_stub_mock.h | 82 int32_t NotifyRemoveShellProcess(int32_t pid, int32_t type, const std::string &reason) in NotifyRemoveShellProcess() function in OHOS::AAFwk::AbilityManagerCollaboratorStubMock
|
H A D | ability_manager_collaborator_proxy_test.cpp | 189 * @tc.desc: NotifyRemoveShellProcess 200 int32_t res = proxy_->NotifyRemoveShellProcess(pid, type, reason); in HWTEST_F()
|
/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) override;
|
H A D | ability_record.h | 1166 void NotifyRemoveShellProcess(int32_t type);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_collaborator_proxy.cpp | 309 int32_t AbilityManagerCollaboratorProxy::NotifyRemoveShellProcess(int32_t pid, int32_t type, const std::string &reason) in NotifyRemoveShellProcess() function in OHOS::AAFwk::AbilityManagerCollaboratorProxy
|
H A D | ability_record.cpp | 2568 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnSchedulerDied() 2569 NotifyRemoveShellProcess(CollaboratorType::OTHERS_TYPE); in OnSchedulerDied() 2605 NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in OnProcessDied() 2606 NotifyRemoveShellProcess(CollaboratorType::OTHERS_TYPE); in OnProcessDied() 3428 void AbilityRecord::NotifyRemoveShellProcess(int32_t type) in NotifyRemoveShellProcess() function in OHOS::AAFwk::AbilityRecord 3437 int ret = collaborator->NotifyRemoveShellProcess(pid_, SHELL_ASSISTANT_DIETYPE, SHELL_ASSISTANT_DIEREASON); in NotifyRemoveShellProcess()
|
/foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
H A D | ability_record_test.cpp | 2356 * Function: NotifyRemoveShellProcess 2357 * SubFunction: NotifyRemoveShellProcess 2360 * CaseDescription: Verify AbilityRecord NotifyRemoveShellProcess 2367 abilityRecord->NotifyRemoveShellProcess(CollaboratorType::RESERVE_TYPE); in HWTEST_F()
|
Completed in 16 milliseconds