Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 2 of 2) sorted by relevance

/applications/standard/camera/common/src/main/ets/default/redux/core/ohredux/
Dconnect.ts46 export function connect(store, mapToProps: MapStateProp, mapToDispatch: MapDispatchProp): (state: a… function
/applications/standard/settings/product/phone/src/main/ets/controller/bluetooth/
DBluetoothDeviceController.ts197 connect(deviceId: string): Array<{ method in BluetoothDeviceController