Home
last modified time | relevance | path

Searched refs:OnEvent (Results 1 – 12 of 12) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
Ddummy_controller.h29 static void OnEvent(string eventInfo) in OnEvent() function
33 listener->OnEvent(eventInfo, uiEventSourceInfo); in OnEvent()
Dfrontend_api_handler_test.cpp676 monitor.OnEvent("toastShow"); in TEST_F()
686 monitor.OnEvent("dialogShow"); in TEST_F()
689 monitor.OnEvent("toastShow"); in TEST_F()
/test/ostest/wukong/report/include/
Dsysevent_listener.h27 void OnEvent(std::shared_ptr<HiviewDFX::HiSysEventRecord> sysEvent) override;
/test/ostest/wukong/report/src/
Dsysevent_listener.cpp26 void SysEventListener::OnEvent(std::shared_ptr<HiviewDFX::HiSysEventRecord> sysEvent) in OnEvent() function in OHOS::WuKong::SysEventListener
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
Dimage_receiver_mdk_test.h49 static void OnEvent();
Dimage_receiver_mdk_test.cpp166 void ImageReceiverNDKTest::OnEvent() in OnEvent() function in OHOS::Media::ImageReceiverNDKTest
183 int32_t res = OH_Image_Receiver_On(native, OnEvent); in JsOn()
/test/testfwk/arkxtest/uitest/core/
Dui_controller.h40 virtual void OnEvent(const std::string &event, const UiEventSourceInfo &source) {}; in OnEvent() function
Dfrontend_api_handler.cpp66 void OnEvent(const std::string &event, const UiEventSourceInfo &source) override in OnEvent() function in OHOS::uitest::UiEventFowarder
/test/xts/acts/ai_lite/ai_engine_posix/base/src/sample/source/
Dsample_plugin_2.cpp113 return callback->OnEvent(ON_PLUGIN_SUCCEED, response); in AsyncProcess()
/test/xts/hats/hdf/nfc/hdcService/
Dnfc_services_test.cpp67 int32_t OnEvent(NfcEvent event, NfcStatus status) override in OnEvent() function in NfcClientCallback
/test/xts/hats/hdf/nfc/hdcService_additional/
Dnfc_services_test.cpp65 int32_t OnEvent(NfcEvent event, NfcStatus status) override in OnEvent() function in NfcClientCallback
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp175 listener->OnEvent(capturedEvent, uiEventSourceInfo); in OnAccessibilityEvent()