Searched refs:defualtDisplayId (Results 1 – 4 of 4) sorted by relevance
71 auto defualtDisplayId = 0; variable72 … auto displayId = topAbility->GetWant().GetIntParam(Want::PARAM_RESV_DISPLAY_ID, defualtDisplayId);
74 auto defualtDisplayId = 0; variable75 … auto displayId = topAbility->GetWant().GetIntParam(Want::PARAM_RESV_DISPLAY_ID, defualtDisplayId);
1032 …int32_t defualtDisplayId = static_cast<int32_t>(Rosen::DisplayManager::GetInstance().GetDefaultDis… in OnStartForSupportGraphics() local1033 int32_t displayId = want.GetIntParam(AAFwk::Want::PARAM_RESV_DISPLAY_ID, defualtDisplayId); in OnStartForSupportGraphics()
179 …int32_t defualtDisplayId = static_cast<int32_t>(Rosen::DisplayManager::GetInstance().GetDefaultDis… in OnStart() local180 int32_t displayId = want.GetIntParam(Want::PARAM_RESV_DISPLAY_ID, defualtDisplayId); in OnStart()