Searched refs:SetLoadContentFunc (Results 1 – 4 of 4) sorted by relevance
59 HWTEST_F(RootSceneSessionTest, SetLoadContentFunc, Function | SmallTest | Level1)63 rootSceneSession.SetLoadContentFunc(loadContentFunc_);96 rootSceneSession.SetLoadContentFunc(loadContentFunc_);
19 void RootSceneSession::SetLoadContentFunc(const LoadContentFunc& loadContentFunc) in SetLoadContentFunc() function in OHOS::Rosen::RootSceneSession
35 void SetLoadContentFunc(const LoadContentFunc& loadContentFunc);
1599 rootSceneSession->SetLoadContentFunc([rootScene = rootScene_] in OnGetRootSceneSession()