/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 345 …connecting->mtu = Min(connecting->locall2capConfigInfoObj.mtu, connecting->remotel2capConfigInfoOb… in AttRecvConfigReqAssignBredrConnect() 359 connecting->aclHandle = 0; in AttClearConnectingInfo() 360 connecting->cid = 0; in AttClearConnectingInfo() 361 connecting->id = 0; in AttClearConnectingInfo() 362 connecting->mtu = 0; in AttClearConnectingInfo() 373 (void)memset_s(&connecting->addr, sizeof(connecting->addr), 0, sizeof(BtAddr)); in AttClearConnectingInfo() 473 if (connecting != NULL) { in AttCopyToConnectingInfo() 480 connecting->id = id; in AttCopyToConnectingInfo() 665 if (connecting == NULL) { in AttBredrConnectTimeOutAsync() 1367 connecting->id, in AttConnectRsponseAsync() [all …]
|
H A D | att_common.h | 305 void AttGetConnectingIndexByCid(uint16_t cid, AttConnectingInfo **connecting); 314 … AttGetConnectingIndexByCidOutIndex(uint16_t cid, uint16_t *index, AttConnectingInfo **connecting); 322 void AttGetConnectingIndexByConnectHandle(uint16_t connectHandle, AttConnectingInfo **connecting); 333 uint16_t cid, uint16_t connectHandle, uint16_t *index, AttConnectingInfo **connecting); 341 void AttGetConnectingIndexByAddr(const BtAddr *addr, AttConnectingInfo **connecting); 349 void AttGetConnectingIndexByAddrUninitializedCid(const BtAddr *addr, AttConnectingInfo **connecting… 360 const BtAddr *addr, uint16_t aclHandle, uint16_t cid, AttConnectingInfo **connecting);
|
H A D | att_common.c | 672 *connecting = &g_connecting[index]; in AttGetConnectingIndexByCid() 675 *connecting = NULL; in AttGetConnectingIndexByCid() 708 *connecting = NULL; in AttGetConnectingIndexByCidOutIndex() 737 *connecting = &g_connecting[index]; in AttGetConnectingIndexByConnectHandle() 740 *connecting = NULL; in AttGetConnectingIndexByConnectHandle() 776 *connecting = NULL; in AttGetConnectingIndexByCidConnectHandle() 804 *connecting = &g_connecting[index]; in AttGetConnectingIndexByAddr() 807 *connecting = NULL; in AttGetConnectingIndexByAddr() 838 *connecting = &g_connecting[index]; in AttGetConnectingIndexByAddrUninitializedCid() 841 *connecting = NULL; in AttGetConnectingIndexByAddrUninitializedCid() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_manager.c | 71 ConnBrDevice *connecting; member 371 g_brManager.connecting = device; in ConnectDeviceDirectly() 408 if (g_brManager.connecting != NULL) { in PendingDevice() 413 …if (g_brManager.connecting != NULL && StrCmpIgnoreCase(g_brManager.connecting->addr, device->addr)… in PendingDevice() 673 g_brManager.connecting = NULL; in ClientConnected() 728 g_brManager.connecting = NULL; in AuthenticationFailedAndRetry() 788 if (g_brManager.connecting != NULL) { in ClientConnectFailed() 790 g_brManager.connecting = NULL; in ClientConnectFailed() 809 g_brManager.connecting = NULL; in ClientConnectTimeoutOnConnectingState() 990 g_brManager.connecting = NULL; in Reset() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_manager.c | 64 ConnBleDevice *connecting; member 541 ConnBleDevice *connecting = g_bleManager.connecting; in PendingDevice() local 543 if (connecting != NULL) { in PendingDevice() 548 if (connecting != NULL && StrCmpIgnoreCase(connecting->addr, device->addr) == 0) { in PendingDevice() 549 target = connecting; in PendingDevice() 665 g_bleManager.connecting = NULL; in BleClientConnectTimeoutOnConnectingState() 693 g_bleManager.connecting = NULL; in BleClientConnected() 752 g_bleManager.connecting = NULL; in BleClientConnectFailed() 1121 g_bleManager.connecting->addr, CONN_SIDE_CLIENT, g_bleManager.connecting->protocol); in BleReset() 1129 g_bleManager.connecting = NULL; in BleReset() [all …]
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-power-charge-common-framework-guide.md | 108 * @throws { BusinessError } 4900101 - If connecting to the service failed. 123 * @throws { BusinessError } 4900101 - If connecting to the service failed. 138 * @throws { BusinessError } 4900101 - If connecting to the service failed.
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service_state_machine.h | 205 std::unique_ptr<StateMachine::State> connecting = in A2dpStateManager() local 210 Move(connecting); in A2dpStateManager()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-uiserviceproxy.md | 72 // Create a button for connecting to the UIServiceExtensionAbility. 93 // Customize a function for connecting to the UIServiceExtensionAbility.
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | debug-lldb.md | 58 …LLDB supports remote debugging of native C++ applications by connecting to OpenHarmony devices or … 61 …LLDB supports remote debugging of C and C++ applications by directly connecting to OpenHarmony dev… 174 …through on how to remotely debug an executable file named **a.out** by connecting to an Arm-based …
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | lldb-tool.md | 56 …LLDB supports remote debugging of native C++ applications by connecting to OpenHarmony devices or … 60 …LLDB supports remote debugging of C and C++ applications by directly connecting to OpenHarmony dev… 189 …through on how to remotely debug an executable file named **a.out** by connecting to an ARM-based …
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | connection_br_connection_test.cpp | 577 g_brManager.connecting = &conn; 589 g_brManager.connecting = &conn; 601 g_brManager.connecting = &conn; 661 g_brManager.connecting = nullptr; 684 g_brManager.connecting = nullptr; 712 g_brManager.connecting = connectingDevice; 736 g_brManager.connecting = nullptr; 751 g_brManager.connecting = connectingDevice;
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-power-charge-common-framework-guide.md | 108 * @throws { BusinessError } 4900101 - If connecting to the service failed. 123 * @throws { BusinessError } 4900101 - If connecting to the service failed. 138 * @throws { BusinessError } 4900101 - If connecting to the service failed.
|
H A D | subsys-ai-nnrt-guide.md | 36 Suppose you are connecting an AI acceleration chip, for example, RK3568, to NNRt. The following exe… 37 > **NOTE**<br>In this tutorial, the purpose of connecting the RK3568 chip to NNRt is to utilize the… 40 The following figure shows the process of connecting a dedicated AI acceleration chip to NNRt. 42 **Figure 2** Process of connecting a dedicated AI acceleration chip to NNRt 44 
|
H A D | subsys-multimedia-video-overview.md | 43 | WLAN connecting devices| Hi3861 | N/A| N/A|
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/developtools/lldb/system/ |
H A D | hdcd.te | 31 # Before connecting to lldb-server, users have to create a network forwarding
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_bsuni_driver.cpp | 436 bool connecting = vendorManager->IsConnectingPrinter(globalPrinterId, printerUri); in OnPrinterCapabilityQueried() local 437 if (connecting) { in OnPrinterCapabilityQueried()
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | ohprint_8h.md | 6 Declares APIs for discovering and connecting to printers, printing files, and querying the list of …
|
/ohos5.0/docs/en/application-dev/security/AccessToken/ |
H A D | permissions-for-all-user.md | 18 …o access Bluetooth and use Bluetooth capabilities, such as pairing and connecting to peripheral de… 169 Allows an application to use NearLink, such as device pairing and connecting to nearby devices.
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/model/ |
H A D | p2pModel.ets | 86 prompt.showToast({ message : 'connecting' })
|
H A D | wifiTestModel.ets | 53 prompt.showToast({ message : 'connecting' })
|
H A D | wifiModel.ets | 62 prompt.showToast({ message : 'connecting' })
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | component-startup-rules-fa.md | 4 Component startup refers to the behavior of starting or connecting to an application component.
|
H A D | component-startup-rules.md | 4 Component startup refers to the behavior of starting or connecting to an application component.
|
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/ |
H A D | bluetooth-overview.md | 17 …oller over Bluetooth. Wireless control and input can be implemented by connecting the HID devices …
|
/ohos5.0/drivers/hdf_core/framework/ |
H A D | README.md | 155 … Interfaces \(HDIs\) are capable of creating, disabling, scanning, and connecting to WLAN hotspots. 157 …, as well as the capabilities of creating/releasing a **WifiModule**, connecting to/disconnecting…
|