/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/ |
H A D | accessible_ability_client_stub.cpp | 39 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 D | accessible_ability_client_stub.h | 35 ErrCode HandleDisconnect(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_accessible_ability_client_stub_impl.h | 39 ErrCode HandleDisconnect(MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessible_ability_client_stub_impl.cpp | 48 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 D | form_provider_client.h | 166 int HandleDisconnect(const Want &want, const sptr<IRemoteObject> &callerToken);
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session_stub.h | 44 int HandleDisconnect(OHOS::MessageParcel& data, OHOS::MessageParcel& reply);
|
H A D | tag_session_stub.cpp | 49 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 D | dscreen.cpp | 121 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 D | mock_session_stub.h | 51 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 D | dscreen_test.cpp | 162 dScreen_->HandleDisconnect(); 165 dScreen_->HandleDisconnect();
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/ |
H A D | dscreen.h | 103 void HandleDisconnect();
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_provider_client.cpp | 386 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 D | dscreen.cpp | 199 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 D | dscreen_test.cpp | 285 dScreen_->HandleDisconnect(); 311 dScreen_->HandleDisconnect();
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/ |
H A D | dscreen.h | 112 void HandleDisconnect();
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/ |
H A D | session_stub.h | 39 int HandleDisconnect(MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_client/ |
H A D | wifi_client.cpp | 351 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 D | session_stub.cpp | 62 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 D | form_extension_provider_client.cpp | 418 int disconnectErrorCode = FormProviderClient::HandleDisconnect(want, callerToken); in HandleResultCode()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_client_test/ |
H A D | form_provider_client_test.cpp | 912 auto result = instance_->HandleDisconnect(Want, callerToken);
|