Searched refs:OnMakeExpand (Results 1 – 3 of 3) sorted by relevance
82 return (me != nullptr) ? me->OnMakeExpand(env, info) : nullptr; in MakeExpand()433 napi_value OnMakeExpand(napi_env env, napi_callback_info info) in OnMakeExpand() function in OHOS::Rosen::JsScreenManager
356 bool OnMakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoint);
3314 if (!OnMakeExpand(allExpandScreenIds, points)) { in MakeExpand()3325 bool ScreenSessionManager::OnMakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoi… in OnMakeExpand() function in OHOS::Rosen::ScreenSessionManager