/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | system_session_lifecycle_test.cpp | 125 * @tc.desc: check func Reconnect 138 auto result = systemSession_->Reconnect(nullptr, nullptr, nullptr, property); in HWTEST_F() 141 result = systemSession_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 144 result = systemSession_->Reconnect(mockSessionStage, nullptr, surfaceNode, property); in HWTEST_F() 147 result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, nullptr); in HWTEST_F() 151 result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 155 result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 159 result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 163 result = systemSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 167 result = systemSession_->Reconnect(mockSessionStag in HWTEST_F() [all...] |
H A D | main_session_lifecycle_test.cpp | 74 * @tc.desc: check func Reconnect 87 auto result = mainSession_->Reconnect(nullptr, nullptr, nullptr, property); in HWTEST_F() 90 result = mainSession_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 93 result = mainSession_->Reconnect(mockSessionStage, nullptr, surfaceNode, property); in HWTEST_F() 96 result = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 100 result = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 104 result = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 149 WSError reconnect = mainSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F()
|
H A D | sub_session_lifecycle_test.cpp | 86 * @tc.desc: check func Reconnect 99 auto result = subSession_->Reconnect(nullptr, nullptr, nullptr, property); in HWTEST_F() 102 result = subSession_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 105 result = subSession_->Reconnect(mockSessionStage, nullptr, surfaceNode, property); in HWTEST_F() 108 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, nullptr); in HWTEST_F() 111 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 115 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 119 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 123 result = subSession_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 127 result = subSession_->Reconnect(mockSessionStag in HWTEST_F() [all...] |
H A D | session_lifecycle_test.cpp | 175 auto result = session_->Reconnect(nullptr, nullptr, nullptr, property); in HWTEST_F() 180 result = session_->Reconnect(mockSessionStage, nullptr, surfaceNode, property); in HWTEST_F() 185 result = session_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, nullptr); in HWTEST_F() 188 result = session_->Reconnect(nullptr, testWindowEventChannel, surfaceNode, property); in HWTEST_F() 191 result = session_->Reconnect(mockSessionStage, testWindowEventChannel, surfaceNode, property); in HWTEST_F()
|
/foundation/multimodalinput/input/intention/ipc/socket/src/ |
H A D | socket_client.cpp | 52 Reconnect(); in Start() 114 if (!eventHandler_->PostTask([this] { this->Reconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in OnDisconnected() 119 void SocketClient::Reconnect() in Reconnect() function in OHOS::Msdp::DeviceStatus::SocketClient 125 if (!eventHandler_->PostTask([this] { this->Reconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in Reconnect()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/ |
H A D | i_wifi_supplicant_iface.h | 95 * @Description Reconnect. 99 WifiErrorNo Reconnect(void);
|
/foundation/multimodalinput/input/frameworks/proxy/module_loader/include/ |
H A D | if_mmi_client.h | 39 virtual int32_t Reconnect() = 0;
|
H A D | mmi_client.h | 44 int32_t Reconnect() override;
|
/foundation/multimodalinput/input/intention/ipc/socket/include/ |
H A D | socket_client.h | 46 void Reconnect();
|
/foundation/communication/nfc/services/src/nci_adapter/ |
H A D | nci_tag_proxy.cpp | 118 * @brief Reconnect the tag 122 bool NciTagProxy::Reconnect(uint32_t tagDiscId) in Reconnect() function in OHOS::NFC::NCI::NciTagProxy 125 return nciTagInterface_->Reconnect(tagDiscId); in Reconnect()
|
H A D | nci_tag_proxy.h | 76 * @brief Reconnect the tag 80 bool Reconnect(uint32_t tagDiscId) override;
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | main_session.h | 27 WSError Reconnect(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel,
|
/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/ |
H A D | mmi_client.cpp | 197 int32_t MMIClient::Reconnect() in Reconnect() function in OHOS::MMI::MMIClient 204 if (Reconnect() == RET_OK) { in OnReconnect() 205 MMI_HILOGI("Reconnect ok"); in OnReconnect()
|
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | nci_tag_impl_default.cpp | 82 bool NciTagImplDefault::Reconnect(uint32_t tagDiscId) in Reconnect() function in OHOS::NFC::NCI::NciTagImplDefault 86 return tag->Reconnect(); in Reconnect()
|
H A D | tag_host.cpp | 110 bool TagHost::Reconnect() in Reconnect() function in OHOS::NFC::NCI::TagHost 112 DebugLog("TagHost::Reconnect"); in Reconnect() 114 ErrorLog("TagHost::Reconnect invalid tech index"); in Reconnect() 119 bool result = TagNciAdapterRw::GetInstance().Reconnect(); in Reconnect() 121 DebugLog("TagHost::Reconnect exit, result = %{public}d", result); in Reconnect() 525 Reconnect(); in FindNdefTech() 549 Reconnect(); in FindNdefTech()
|
H A D | tag_nci_adapter_rw.cpp | 395 bool TagNciAdapterRw::Reconnect()
in Reselect() function in OHOS::NFC::NCI::TagNciAdapterRw 398 ErrorLog("TagNciAdapterRw::Reconnect, tag not active");
in Reselect() 475 Reconnect();
in Reselect() 737 Reconnect();
in Reselect() 765 Reconnect();
in Reselect() 868 Reconnect();
in Reselect()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | main_session.cpp | 62 WSError MainSession::Reconnect(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, in Reconnect() function in OHOS::Rosen::MainSession 72 WSError ret = session->Session::Reconnect(sessionStage, eventChannel, surfaceNode, property, token, pid, uid); in Reconnect()
|
/foundation/multimodalinput/input/frameworks/proxy/module_loader/test/ |
H A D | mmi_client_test.cpp | 104 EXPECT_FALSE(client->Reconnect()); in HWTEST_F()
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | itag_session.h | 51 virtual int Reconnect(int tagRfDiscId) = 0;
|
H A D | inci_tag_interface.h | 84 * @brief Reconnect the tag
88 virtual bool Reconnect(uint32_t tagDiscId) = 0;
|
/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | tag_session_proxy.h | 39 int Reconnect(int tagRfDiscId) override;
|
/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 82 return formMgr.Reconnect(); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/ |
H A D | nci_tag_impl_default.h | 34 bool Reconnect(uint32_t tagDiscId) override;
|
H A D | tag_nci_adapter_rw.h | 48 bool Reconnect();
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_sta_interface.h | 137 WifiErrorNo Reconnect(void);
|