Home
last modified time | relevance | path

Searched defs:hostProxy (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/connection/
H A Dui_service_stub.cpp54 sptr<IRemoteObject> hostProxy = data.ReadRemoteObject(); in OnSendData() local
H A Dui_service_proxy.cpp38 int32_t UIServiceProxy::SendData(sptr<IRemoteObject> hostProxy, OHOS::AAFwk::WantParams &data) in SendData() argument
H A Djs_ui_service_proxy.cpp55 JsUIServiceProxy::JsUIServiceProxy(const sptr<IRemoteObject>& impl, const sptr<IRemoteObject>& hostProxy) in JsUIServiceProxy() argument
29 CreateJsUIServiceProxy(napi_env env, const sptr<IRemoteObject>& impl, int64_t connectionId, const sptr<IRemoteObject>& hostProxy) CreateJsUIServiceProxy() argument
/foundation/ability/ability_runtime/test/unittest/js_ui_service_extension_connection_test/
H A Djs_ui_service_extension_connection_test.cpp45 int32_t UIServiceStubImpl::SendData(sptr<IRemoteObject> hostProxy, OHOS::AAFwk::WantParams &data) in SendData() argument
/foundation/ability/ability_runtime/test/unittest/ui_service_proxy_test/
H A Dui_service_proxy_test.cpp119 sptr<IRemoteObject> hostProxy = nullptr; in HWTEST_F() local
136 sptr<IRemoteObject> hostProxy = new IRemoteObjectMocker(); in HWTEST_F() local
153 sptr<IRemoteObject> hostProxy = new IRemoteObjectMocker(); in HWTEST_F() local
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp106 sptr<IBluetoothHost> hostProxy = iface_cast<IBluetoothHost>(hostRemote); in GetProfileRemote() local
H A Dbluetooth_remote_device.cpp47 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); in GetDeviceType() local
73 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); in GetPhonebookPermission() local
83 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); in SetPhonebookPermission() local
92 sptr<IBluetoothHost> hostProxy in GetMessagePermission() local
101 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); SetMessagePermission() local
110 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetPowerMode() local
119 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetDeviceName() local
130 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetDeviceName() local
139 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetDeviceAlias() local
151 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); SetDeviceAlias() local
160 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetRemoteDeviceBatteryInfo() local
180 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetPairState() local
190 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); StartPair() local
200 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); StartCrediblePair() local
210 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); CancelPairing() local
222 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); IsBondedFromLocal() local
230 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); IsAclConnected() local
239 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); IsAclEncrypted() local
249 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetDeviceClass() local
261 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetDeviceProductId() local
275 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetDeviceUuids() local
284 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); SetDevicePin() local
294 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); SetDevicePairingConfirmation() local
303 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); SetDevicePasskey() local
312 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); PairRequestReply() local
321 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); ReadRemoteRssiValue() local
358 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); SetDeviceCustomType() local
369 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetDeviceCustomType() local
384 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetDeviceVendorId() local
399 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); GetDeviceProductId() local
414 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); IsSupportVirtualAutoConnect() local
425 sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(BLUETOOTH_HOST); SetVirtualAutoConnectType() local
[all...]
/foundation/ability/ability_runtime/test/unittest/js_ui_service_proxy_test/
H A Djs_ui_service_proxy_test.cpp159 sptr<IRemoteObject> hostProxy = nullptr; in HWTEST_F() local
176 sptr<IRemoteObject> hostProxy = new IRemoteObjectMocker(); in HWTEST_F() local
198 sptr<IRemoteObject> hostProxy = nullptr; in HWTEST_F() local
214 sptr<IRemoteObject> hostProxy = nullptr; in HWTEST_F() local
231 sptr<IRemoteObject> hostProxy = new IRemoteObjectMocker();; HWTEST_F() local
251 sptr<IRemoteObject> hostProxy = new IRemoteObjectMocker();; HWTEST_F() local
270 sptr<IRemoteObject> hostProxy = new IRemoteObjectMocker();; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_uiservice_ability_connection.cpp135 sptr<IRemoteObject> hostProxy = nullptr; in HandleOnAbilityConnectDone() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_uiservice_uiext_connection.cpp123 sptr<IRemoteObject> hostProxy = nullptr; in HandleOnAbilityConnectDone() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
H A Djs_ui_service_extension.cpp73 int32_t UIServiceStubImpl::SendData(sptr<IRemoteObject> hostProxy, OHOS::AAFwk::WantParams &data) in SendData() argument
307 sptr<IRemoteObject> hostProxy = GetHostProxyFromWant(want); in OnConnect() local
356 sptr<IRemoteObject> hostProxy = GetHostProxyFromWant(want); in OnDisconnect() local
464 OnSendData(sptr<IRemoteObject> hostProxy, OHOS::AAFwk::WantParams &data) OnSendData() argument
489 HandleSendData(sptr<IRemoteObject> hostProxy, const OHOS::AAFwk::WantParams &data) HandleSendData() argument
[all...]

Completed in 7 milliseconds