Home
last modified time | relevance | path

Searched refs:Reconnect (Results 1 - 25 of 67) sorted by relevance

123

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsystem_session_lifecycle_test.cpp125 * @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 Dmain_session_lifecycle_test.cpp74 * @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 Dsub_session_lifecycle_test.cpp86 * @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 Dsession_lifecycle_test.cpp175 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 Dsocket_client.cpp52 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 Di_wifi_supplicant_iface.h95 * @Description Reconnect.
99 WifiErrorNo Reconnect(void);
/foundation/multimodalinput/input/frameworks/proxy/module_loader/include/
H A Dif_mmi_client.h39 virtual int32_t Reconnect() = 0;
H A Dmmi_client.h44 int32_t Reconnect() override;
/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_client.h46 void Reconnect();
/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_tag_proxy.cpp118 * @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 Dnci_tag_proxy.h76 * @brief Reconnect the tag
80 bool Reconnect(uint32_t tagDiscId) override;
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmain_session.h27 WSError Reconnect(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel,
/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H A Dmmi_client.cpp197 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 Dnci_tag_impl_default.cpp82 bool NciTagImplDefault::Reconnect(uint32_t tagDiscId) in Reconnect() function in OHOS::NFC::NCI::NciTagImplDefault
86 return tag->Reconnect(); in Reconnect()
H A Dtag_host.cpp110 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 Dtag_nci_adapter_rw.cpp395 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 Dmain_session.cpp62 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 Dmmi_client_test.cpp104 EXPECT_FALSE(client->Reconnect()); in HWTEST_F()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Ditag_session.h51 virtual int Reconnect(int tagRfDiscId) = 0;
H A Dinci_tag_interface.h84 * @brief Reconnect the tag
88 virtual bool Reconnect(uint32_t tagDiscId) = 0;
/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dtag_session_proxy.h39 int Reconnect(int tagRfDiscId) override;
/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp82 return formMgr.Reconnect(); in DoSomethingInterestingWithMyAPI()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_tag_impl_default.h34 bool Reconnect(uint32_t tagDiscId) override;
H A Dtag_nci_adapter_rw.h48 bool Reconnect();
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_sta_interface.h137 WifiErrorNo Reconnect(void);

Completed in 11 milliseconds

123