Home
last modified time | relevance | path

Searched refs:DestroyExtensionSession (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test8.cpp340 * @tc.name: DestroyExtensionSession
341 * @tc.desc: test function : DestroyExtensionSession
344 HWTEST_F(SceneSessionManagerTest8, DestroyExtensionSession, Function | SmallTest | Level3) in HWTEST_F()
350 ssm_->DestroyExtensionSession(iRemoteObjectMocker); in HWTEST_F()
354 ssm_->DestroyExtensionSession(iRemoteObjectMocker); in HWTEST_F()
360 ssm_->DestroyExtensionSession(iRemoteObjectMocker); in HWTEST_F()
364 sessionInfo.bundleName_ = "DestroyExtensionSession"; in HWTEST_F()
365 sessionInfo.abilityName_ = "DestroyExtensionSession"; in HWTEST_F()
372 ssm_->DestroyExtensionSession(iRemoteObjectMocker); in HWTEST_F()
378 ssm_->DestroyExtensionSession(iRemoteObjectMocke in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h664 void DestroyExtensionSession(const sptr<IRemoteObject>& remoteExtSession);
827 [this](const sptr<IRemoteObject>& remoteExtSession) { this->DestroyExtensionSession(remoteExtSession); });
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9648 void SceneSessionManager::DestroyExtensionSession(const sptr<IRemoteObject>& remoteExtSession) in DestroyExtensionSession() function in OHOS::Rosen::SceneSessionManager
9663 TLOGI(WmsLogTag::WMS_UIEXT, "DestroyExtensionSession: persistentId=%{public}d, parentId=%{public}d", in DestroyExtensionSession()
9688 taskScheduler_->PostAsyncTask(task, "DestroyExtensionSession"); in DestroyExtensionSession()
9818 DestroyExtensionSession(remoteExtSession); in RemoveExtensionWindowStageFromSCB()

Completed in 20 milliseconds