Searched refs:GetExtensionWindowIds (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test.cpp | 925 * @tc.name: GetExtensionWindowIds 929 HWTEST_F(SceneSessionManagerTest, GetExtensionWindowIds, Function | SmallTest | Level3) in HWTEST_F() 932 info.abilityName_ = "GetExtensionWindowIds"; in HWTEST_F() 933 info.bundleName_ = "GetExtensionWindowIds"; in HWTEST_F() 939 EXPECT_FALSE(ssm_->GetExtensionWindowIds(nullptr, persistentId, parentId)); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 663 bool GetExtensionWindowIds(const sptr<IRemoteObject>& token, int32_t& persistentId, int32_t& parentId);
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 9635 bool SceneSessionManager::GetExtensionWindowIds(const sptr<IRemoteObject>& token, int32_t& persistentId, in GetExtensionWindowIds() function in OHOS::Rosen::SceneSessionManager 9658 if (!GetExtensionWindowIds(iter->second, persistentId, parentId)) { in DestroyExtensionSession() 9697 if (!GetExtensionWindowIds(token, persistentId, parentId)) { in UpdateModalExtensionRect() 9726 if (!GetExtensionWindowIds(token, persistentId, parentId)) { in ProcessModalExtensionPointDown() 9998 if (!GetExtensionWindowIds(token, persistentId, parentId)) { in UpdateExtWindowFlags()
|
Completed in 25 milliseconds