Searched refs:NotifyMoveMissionToBackground (Results 1 – 5 of 5) sorted by relevance
35 MOCK_METHOD1(NotifyMoveMissionToBackground, int32_t(int32_t missionId));
100 virtual int32_t NotifyMoveMissionToBackground(int32_t missionId) = 0;
87 virtual int32_t NotifyMoveMissionToBackground(int32_t missionId) override;
189 int32_t AbilityManagerCollaboratorProxy::NotifyMoveMissionToBackground(int32_t missionId) in NotifyMoveMissionToBackground() function in OHOS::AAFwk::AbilityManagerCollaboratorProxy
1397 ret = collaborator->NotifyMoveMissionToBackground(persistentId); in SetAbilityStateInner()1418 ret = collaborator->NotifyMoveMissionToBackground(missionId_); in SetAbilityStateInner()