Home
last modified time | relevance | path

Searched refs:DialogCallback (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/arkui_mock/include/
H A Dui_service_mgr_client_mock.h34 using DialogCallback = std::function<void(int32_t id, const std::string& event, const std::string& … variable
60 DialogCallback callback,
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/arkui_mock/src/
H A Dui_service_mgr_client_mock.cpp33 using DialogCallback = std::function<void(int32_t id, const std::string& event, const std::string& … typedef
89 …OHOS::Rosen::WindowType windowType, int x, int y, int width, int height, DialogCallback callback, … in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/include/
H A Ddialog_callback.h20 using DialogCallback = std::function<void(int32_t id, const std::string& event, const std::string& … variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ui_service_manager/include/
H A Dui_service_mgr_client.h60 DialogCallback callback,
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dui_service_mgr_client_mock.h59 DialogCallback callback,
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dui_service_mgr_client_mock.cpp86 …OHOS::Rosen::WindowType windowType, int x, int y, int width, int height, DialogCallback callback, … in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_service_mgr_client.cpp121 DialogCallback callback, in ShowDialog()