Home
last modified time | relevance | path

Searched refs:HandleDisconnect (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_client_stub.cpp39 SWITCH_CASE(AccessibilityInterfaceCode::DISCONNECT, HandleDisconnect)\
98 ErrCode AccessibleAbilityClientStub::HandleDisconnect(MessageParcel &data, MessageParcel &reply) in HandleDisconnect() function in OHOS::Accessibility::AccessibleAbilityClientStub
/ohos5.0/foundation/barrierfree/accessibility/common/interface/include/
H A Daccessible_ability_client_stub.h35 ErrCode HandleDisconnect(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessible_ability_client_stub_impl.h39 ErrCode HandleDisconnect(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessible_ability_client_stub_impl.cpp48 ErrCode MockAccessibleAbilityClientStubImpl::HandleDisconnect(MessageParcel& data, MessageParcel& r… in HandleDisconnect() function in OHOS::Accessibility::MockAccessibleAbilityClientStubImpl
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_provider_client.h166 int HandleDisconnect(const Want &want, const sptr<IRemoteObject> &callerToken);
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session_stub.h44 int HandleDisconnect(OHOS::MessageParcel& data, OHOS::MessageParcel& reply);
H A Dtag_session_stub.cpp49 return HandleDisconnect(data, reply); in OnRemoteRequest()
134 int TagSessionStub::HandleDisconnect(MessageParcel& data, MessageParcel& reply) in HandleDisconnect() function in OHOS::NFC::TAG::TagSessionStub
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp121 HandleDisconnect(); in HandleTask()
245 void DScreen::HandleDisconnect() in HandleDisconnect() function in OHOS::DistributedHardware::V2_0::DScreen
643 HandleDisconnect(); in OnEngineEvent()
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stub.h51 MOCK_METHOD2(HandleDisconnect, int(MessageParcel& data, MessageParcel& reply));
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp162 dScreen_->HandleDisconnect();
165 dScreen_->HandleDisconnect();
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h103 void HandleDisconnect();
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_client.cpp386 int disconnectErrorCode = HandleDisconnect(want, callerToken); in DCRtnHelper()
394 int FormProviderClient::HandleDisconnect(const Want &want, const sptr<IRemoteObject> &callerToken) in HandleDisconnect() function in OHOS::AppExecFwk::FormProviderClient
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp199 HandleDisconnect(); in HandleTask()
378 void DScreen::HandleDisconnect() in HandleDisconnect() function in OHOS::DistributedHardware::V1_0::DScreen
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp285 dScreen_->HandleDisconnect();
311 dScreen_->HandleDisconnect();
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h112 void HandleDisconnect();
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h39 int HandleDisconnect(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_client/
H A Dwifi_client.cpp351 static void HandleDisconnect(int argc, const char* argv[]) in HandleDisconnect() function
766 {"disconnect", HandleDisconnect, "disconnect nid=%d"},
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp62 return HandleDisconnect(data, reply); in ProcessRemoteRequest()
240 int SessionStub::HandleDisconnect(MessageParcel& data, MessageParcel& reply) in HandleDisconnect() function in OHOS::Rosen::SessionStub
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Dform_extension_provider_client.cpp418 int disconnectErrorCode = FormProviderClient::HandleDisconnect(want, callerToken); in HandleResultCode()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_client_test/
H A Dform_provider_client_test.cpp912 auto result = instance_->HandleDisconnect(Want, callerToken);