Home
last modified time | relevance | path

Searched defs:weakToken (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_inner_manager.cpp147 wptr<IRemoteObject> weakToken(weakNode->abilityToken_); in MinimizeAbility() local
168 wptr<IRemoteObject> weakToken(weakNode->abilityToken_); in TerminateAbility() local
190 wptr<IRemoteObject> weakToken(weakNode->abilityToken_); in CloseAbility() local
212 wptr<IRemoteObject> weakToken(weakNode->abilityToken_); in CompleteFirstFrameDrawing() local
233 wptr<IRemoteObject> weakToken(weakNode->abilityToken_); in UpdateMissionSnapShot() local
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp1040 wptr<Window> weakToken(windowToken_); in OnShow() local
1079 wptr<Window> weakToken(windowToken_); in OnShowWindow() local
1135 wptr<Window> weakToken(windowToken_); in OnShowWithAnimation() local
1178 wptr<Window> weakToken(windowToken_); in OnDestroy() local
1219 wptr<Window> weakToken(windowToken_); in OnDestroyWindow() local
1267 wptr<Window> weakToken(windowToken_); in HideWindowFunction() local
1324 wptr<Window> weakToken(windowToken_); in OnHideWithAnimation() local
1361 wptr<Window> weakToken(windowToken_); in OnRecover() local
1595 wptr<Window> weakToken(windowToken_); in OnMoveWindowToAsync() local
1669 wptr<Window> weakToken(windowToken_); in OnMoveWindowToGlobal() local
[all …]
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp977 … const std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, sptr<Window> weakToken) in UpdateSystemBarProperties()