Home
last modified time | relevance | path

Searched refs:ConvertCtxToDevice (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c216 static int32_t ConvertCtxToDevice(ConnBrDevice **outDevice, const ConnBrConnectRequestContext *ctx) in ConvertCtxToDevice() function
544 int32_t status = ConvertCtxToDevice(&device, ctx); in ConnectRequestOnAvailableState()
561 int32_t status = ConvertCtxToDevice(&device, ctx); in ConnectRequestOnConnectingState()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c286 static int32_t ConvertCtxToDevice(ConnBleDevice **outDevice, const ConnBleConnectRequestContext *ct… in ConvertCtxToDevice() function
589 int32_t status = ConvertCtxToDevice(&device, ctx); in BleConnectRequestOnAvailableState()
609 int32_t status = ConvertCtxToDevice(&device, ctx); in BleConnectRequestOnConnectingState()