Home
last modified time | relevance | path

Searched refs:ConnectInner (Results 1 - 25 of 38) sorted by relevance

12

/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/remote_register_service/
H A Dconnect_callback_stub.cpp25 int ConnectCallbackStub::ConnectInner(MessageParcel &data, MessageParcel &reply) in ConnectInner() function in OHOS::AppExecFwk::ConnectCallbackStub
56 return ConnectInner(data, reply); in OnRemoteRequest()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/src/
H A Dconnect_wrapper.cpp19 using ConnectInner::ConnectServiceInner;
H A Dconnect.cpp74 namespace ConnectInner { namespace
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/remote_register_service/
H A Dconnect_callback_stub.h41 int ConnectInner(MessageParcel &data, MessageParcel &reply);
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_socket_stub.h35 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_a2dp_sink_stub.h34 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_gatt_client_stub.h37 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_gatt_server_stub.h38 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_hid_host_stub.h37 int32_t ConnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_a2dp_src_stub.h34 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_avrcp_ct_stub.h41 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_avrcp_tg_stub.h38 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_hfp_ag_stub.h36 int32_t ConnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_hfp_hf_stub.h42 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_content_stub.cpp36 ConnectInner(data, reply, option); in OnRemoteRequest()
89 int32_t UiContentStub::ConnectInner(MessageParcel& data, MessageParcel& reply, MessageOption& option) in ConnectInner() function in OHOS::Ace::UiContentStub
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_socket_stub.cpp29 &BluetoothSocketStub::ConnectInner; in BluetoothSocketStub()
72 ErrCode BluetoothSocketStub::ConnectInner(MessageParcel &data, MessageParcel &reply) in ConnectInner() function in OHOS::Bluetooth::BluetoothSocketStub
74 HILOGI("ConnectInner starts"); in ConnectInner()
H A Dbluetooth_gatt_server_stub.cpp49 &BluetoothGattServerStub::ConnectInner; in BluetoothGattServerStub()
100 ErrCode BluetoothGattServerStub::ConnectInner(MessageParcel &data, MessageParcel &reply) in ConnectInner() function in OHOS::Bluetooth::BluetoothGattServerStub
H A Dbluetooth_hid_host_stub.cpp27 &BluetoothHidHostStub::ConnectInner; in BluetoothHidHostStub()
78 int32_t BluetoothHidHostStub::ConnectInner(MessageParcel &data, MessageParcel &reply) in ConnectInner() function in OHOS::Bluetooth::BluetoothHidHostStub
84 HILOGD("BluetoothHidHostStub::ConnectInner"); in ConnectInner()
H A Dbluetooth_hfp_ag_stub.cpp32 &BluetoothHfpAgStub::ConnectInner; in BluetoothHfpAgStub()
172 int32_t BluetoothHfpAgStub::ConnectInner(MessageParcel &data, MessageParcel &reply) in ConnectInner() function in OHOS::Bluetooth::BluetoothHfpAgStub
H A Dbluetooth_gatt_client_stub.cpp31 &BluetoothGattClientStub::ConnectInner; in BluetoothGattClientStub()
125 ErrCode BluetoothGattClientStub::ConnectInner(MessageParcel &data, MessageParcel &reply) in ConnectInner() function in OHOS::Bluetooth::BluetoothGattClientStub
127 HILOGI("BluetoothGattClientStub::ConnectInner starts"); in ConnectInner()
/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_content_stub.h32 int32_t ConnectInner(MessageParcel& data, MessageParcel& reply, MessageOption& option);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/include/
H A Dconnect.h83 namespace ConnectInner { namespace
/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp154 WSError ExtensionSession::ConnectInner( in ConnectInner() function in OHOS::Rosen::ExtensionSession
187 return session->Session::ConnectInner( in ConnectInner()
190 return PostSyncTask(task, "ConnectInner"); in ConnectInner()
202 return ConnectInner(sessionStage, eventChannel, surfaceNode, systemConfig, in Connect()
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dlog_print.h94 namespace ConnectInner { namespace
99 } // end namespace ConnectInner
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/connect_callback_stub_test/
H A Dconnect_callback_stub_test.cpp81 * @tc.name: ConnectInner
91 EXPECT_EQ(object->ConnectInner(data, reply), OHOS::ERR_NONE); in HWTEST_F()

Completed in 8 milliseconds

12