Home
last modified time | relevance | path

Searched refs:CloseWindow (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/include/
H A Drs_window_animation_stub.h47 int CloseWindow(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_stub.cpp49 return CloseWindow(data, reply); in OnRemoteRequest()
198 int RSWindowAnimationStub::CloseWindow(MessageParcel& data, MessageParcel& reply) in CloseWindow() function in OHOS::Rosen::RSWindowAnimationStub
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/picker/
H A Dcamera_picker_napi.h139 void CloseWindow();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.h176 static bool CloseWindow(int32_t instanceId);
H A Ddialog_container.cpp583 bool DialogContainer::CloseWindow(int32_t instanceId) in CloseWindow() function in OHOS::Ace::Platform::DialogContainer
602 return DialogContainer::CloseWindow(instanceId); in OnBackPressed()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/picker/
H A Dcamera_picker_napi.cpp546 CloseWindow(); in FinishPicker()
592 void UIExtensionCallback::CloseWindow() in CloseWindow() function in OHOS::CameraStandard::UIExtensionCallback
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1151 Platform::DialogContainer::CloseWindow(Container::CurrentId()); in HideSubWindowNG()
1680 Platform::DialogContainer::CloseWindow(instanceId); in CloseDialog()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp1336 HWTEST_F(WindowImplTest2, CloseWindow, Function | SmallTest | Level3)