Home
last modified time | relevance | path

Searched refs:DEFAULT_TYPE (Results 1 - 18 of 18) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/test/testutil/
H A Dressched_test.cpp38 const static int32_t DEFAULT_TYPE = 1; variable
129 OHOS::ResourceSchedule::ResSchedClient::GetInstance().ReportData(DEFAULT_TYPE, DEFAULT_VALUE, mapPayload); in RequestTest()
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h140 DEFAULT_TYPE = 0,
334 int32_t collaboratorType_ = CollaboratorType::DEFAULT_TYPE;
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h239 DEFAULT_TYPE = 0, enumerator
254 int32_t collaboratorType = CollaboratorType::DEFAULT_TYPE;
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h341 int32_t collaboratorType_ = CollaboratorType::DEFAULT_TYPE;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp64 const std::string DEFAULT_TYPE = "UNKNOWN"; member
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test10.cpp128 sessionInfo.collaboratorType_ = CollaboratorType::DEFAULT_TYPE; in HWTEST_F()
H A Dscene_session_manager_lifecycle_test.cpp359 ASSERT_EQ(CollaboratorType::DEFAULT_TYPE, sceneSession1->GetCollaboratorType()); in HWTEST_F()
H A Dscene_session_manager_test3.cpp1201 type = CollaboratorType::DEFAULT_TYPE; in HWTEST_F()
H A Dscene_session_manager_test7.cpp675 sceneSession->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE); in HWTEST_F()
H A Dscene_session_manager_test.cpp506 sceneSession->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp1639 window->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE); in HWTEST_F()
1658 window->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE); in HWTEST_F()
H A Dwindow_scene_session_impl_test4.cpp133 windowSceneSessionImpl->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE); in HWTEST_F()
149 EXPECT_EQ(CollaboratorType::DEFAULT_TYPE, windowSceneSessionImpl->property_->GetCollaboratorType()); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h656 int32_t collaboratorType_ = CollaboratorType::DEFAULT_TYPE;
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1424 if (abilityRequest.collaboratorType != CollaboratorType::DEFAULT_TYPE) { in GetPersistentIdByAbilityRequest()
1510 if (second->GetCollaboratorType() != CollaboratorType::DEFAULT_TYPE && in GetReusedCollaboratorPersistentId()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp904 res = abilityMs_->CheckCollaboratorType(CollaboratorType::DEFAULT_TYPE); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp3761 abilityRecord->collaboratorType_ = CollaboratorType::DEFAULT_TYPE; in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp735 if (property_->GetCollaboratorType() != CollaboratorType::DEFAULT_TYPE) { in RegisterSessionRecoverListener()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8789 int32_t collaboratorType = CollaboratorType::DEFAULT_TYPE; in CheckIfReuseSession()

Completed in 61 milliseconds