Searched refs:CompleteForeground (Results 1 – 3 of 3) sorted by relevance
551 void CompleteForeground(const std::shared_ptr<AbilityRecord> &abilityRecord);
2962 connectManager->CompleteForeground(abilityRecord);2966 connectManager->CompleteForeground(abilityRecord);
1694 auto task = [self, abilityRecord]() { self->CompleteForeground(abilityRecord); }; in DispatchForeground()2674 void AbilityConnectManager::CompleteForeground(const std::shared_ptr<AbilityRecord> &abilityRecord) in CompleteForeground() function in OHOS::AAFwk::AbilityConnectManager