Home
last modified time | relevance | path

Searched refs:CheckCollaboratorType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp1075 HWTEST_F(SceneSessionManagerTest3, CheckCollaboratorType, Function | SmallTest | Level3)
1078 EXPECT_TRUE(ssm_->CheckCollaboratorType(type));
1080 EXPECT_TRUE(ssm_->CheckCollaboratorType(type));
1082 ASSERT_FALSE(ssm_->CheckCollaboratorType(type));
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_root_scene_session.cpp342 if (SceneSessionManager::GetInstance().CheckCollaboratorType(info.collaboratorType_)) { in GenSceneSession()
H A Djs_scene_session.cpp3183 if (SceneSessionManager::GetInstance().CheckCollaboratorType(info.collaboratorType_)) { in GenSceneSession()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp961 bool res = abilityMs_->CheckCollaboratorType(CollaboratorType::RESERVE_TYPE);
964 res = abilityMs_->CheckCollaboratorType(CollaboratorType::DEFAULT_TYPE);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1874 if (CheckCollaboratorType(sceneSession->GetCollaboratorType())) { in RequestSceneSession()
1986 if (!CheckCollaboratorType(session->GetCollaboratorType())) { in UpdateSceneSessionWant()
2006 if (CheckCollaboratorType(session->GetCollaboratorType())) { in UpdateCollaboratorSessionWant()
2218 if (CheckCollaboratorType(scnSession->GetCollaboratorType())) { in RequestSceneSessionActivationInner()
2283 if (CheckCollaboratorType(scnSession->GetCollaboratorType())) { in NotifyCollaboratorAfterStart()
2570 if (CheckCollaboratorType(scnSession->GetCollaboratorType())) { in RequestSceneSessionDestructionInner()
2577 if (CheckCollaboratorType(scnSession->GetCollaboratorType())) { in RequestSceneSessionDestructionInner()
9102 if (!CheckCollaboratorType(type)) { in RegisterIAbilityManagerCollaborator()
9127 if (!CheckCollaboratorType(type)) { in UnregisterIAbilityManagerCollaborator()
9138 bool SceneSessionManager::CheckCollaboratorType(int32_t type) in CheckCollaboratorType() function in OHOS::Rosen::SceneSessionManager
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h332 bool CheckCollaboratorType(int32_t type);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2212 bool CheckCollaboratorType(int32_t type);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp10523 if (!CheckCollaboratorType(type)) { in RegisterIAbilityManagerCollaborator()
10542 if (!CheckCollaboratorType(type)) { in UnregisterIAbilityManagerCollaborator()
10555 if (!CheckCollaboratorType(type)) { in GetCollaborator()
10568 bool AbilityManagerService::CheckCollaboratorType(int32_t type) in CheckCollaboratorType() function in OHOS::AAFwk::AbilityManagerService