/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/remote_register_service/ |
H A D | connect_callback_stub.cpp | 25 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 D | connect_wrapper.cpp | 19 using ConnectInner::ConnectServiceInner;
|
H A D | connect.cpp | 74 namespace ConnectInner { namespace
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/remote_register_service/ |
H A D | connect_callback_stub.h | 41 int ConnectInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_socket_stub.h | 35 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_a2dp_sink_stub.h | 34 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_gatt_client_stub.h | 37 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_gatt_server_stub.h | 38 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_hid_host_stub.h | 37 int32_t ConnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_a2dp_src_stub.h | 34 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_avrcp_ct_stub.h | 41 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_avrcp_tg_stub.h | 38 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_hfp_ag_stub.h | 36 int32_t ConnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_hfp_hf_stub.h | 42 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/ |
H A D | ui_content_stub.cpp | 36 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 D | bluetooth_socket_stub.cpp | 29 &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 D | bluetooth_gatt_server_stub.cpp | 49 &BluetoothGattServerStub::ConnectInner; in BluetoothGattServerStub() 100 ErrCode BluetoothGattServerStub::ConnectInner(MessageParcel &data, MessageParcel &reply) in ConnectInner() function in OHOS::Bluetooth::BluetoothGattServerStub
|
H A D | bluetooth_hid_host_stub.cpp | 27 &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 D | bluetooth_hfp_ag_stub.cpp | 32 &BluetoothHfpAgStub::ConnectInner; in BluetoothHfpAgStub() 172 int32_t BluetoothHfpAgStub::ConnectInner(MessageParcel &data, MessageParcel &reply) in ConnectInner() function in OHOS::Bluetooth::BluetoothHfpAgStub
|
H A D | bluetooth_gatt_client_stub.cpp | 31 &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 D | ui_content_stub.h | 32 int32_t ConnectInner(MessageParcel& data, MessageParcel& reply, MessageOption& option);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/include/ |
H A D | connect.h | 83 namespace ConnectInner { namespace
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | extension_session.cpp | 154 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 D | log_print.h | 94 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 D | connect_callback_stub_test.cpp | 81 * @tc.name: ConnectInner 91 EXPECT_EQ(object->ConnectInner(data, reply), OHOS::ERR_NONE); in HWTEST_F()
|