Searched refs:NotifySessionCreate (Results 1 – 5 of 5) sorted by relevance
495 HWTEST_F(SceneSessionManagerLifecycleTest, NotifySessionCreate, Function | SmallTest | Level3)503 ssm_->NotifySessionCreate(nullptr, info);505 ssm_->NotifySessionCreate(sceneSession, info);510 ssm_->NotifySessionCreate(sceneSession, info);
277 void NotifySessionCreate(const AVSessionDescriptor& descriptor);
908 void AVSessionService::NotifySessionCreate(const AVSessionDescriptor& descriptor) in NotifySessionCreate() function in OHOS::AVSession::AVSessionService1352 NotifySessionCreate(result->GetDescriptor()); in CreateSessionInner()
844 void NotifySessionCreate(const sptr<SceneSession> sceneSession, const SessionInfo& sessionInfo);
1888 NotifySessionCreate(sceneSession, sceneSession->GetSessionInfo()); in RequestSceneSession()9217 void SceneSessionManager::NotifySessionCreate(sptr<SceneSession> sceneSession, const SessionInfo& s… in NotifySessionCreate() function in OHOS::Rosen::SceneSessionManager9332 NotifySessionCreate(sceneSession, sceneSession->GetSessionInfo()); in PreHandleCollaborator()