| /foundation/communication/bluetooth/frameworks/inner/src/ |
| D | bluetooth_remote_device.cpp | 391 int BluetoothRemoteDevice::SetDevicePairingConfirmation(bool accept) in SetDevicePairingConfirmation() 410 bool BluetoothRemoteDevice::SetDevicePasskey(int passkey, bool accept) in SetDevicePasskey() 425 bool BluetoothRemoteDevice::PairRequestReply(bool accept) in PairRequestReply()
|
| D | bluetooth_opp.cpp | 471 bool Opp::SetIncomingFileConfirmation(bool accept) in SetIncomingFileConfirmation()
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
| D | gap_if.c | 84 uint8_t accept; member 96 uint8_t accept; member 105 uint8_t accept; member 111 uint8_t accept; member 118 uint8_t accept; member 125 uint8_t accept; member 133 uint8_t accept; member 141 uint8_t accept; member 615 int GAPIF_AuthorizeRes(const BtAddr *addr, GAP_Service service, uint8_t accept) in GAPIF_AuthorizeRes() 782 … const BtAddr *addr, uint8_t accept, uint8_t ioCapability, uint8_t oobDataPresent, uint8_t authReq) in GAPIF_IOCapabilityRsp() [all …]
|
| D | gap_le_sec.c | 156 bool accept = true; in GapLeSecureConnectionOOBProcess() local 571 int GAP_LeRemoteEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyTy… in GAP_LeRemoteEncryptionKeyRsp() 617 int GAP_LeLocalEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyTyp… in GAP_LeLocalEncryptionKeyRsp() 644 int GAP_RequestSigningAlgorithmInfoRsp(const BtAddr *addr, uint8_t accept, GapSigningAlgorithmInfo … in GAP_RequestSigningAlgorithmInfoRsp() 971 int GAP_LePairPassKeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number) in GAP_LePairPassKeyRsp() 1002 int GAP_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]) in GAP_LePairOobRsp() 1033 int GAP_LePairScOobRsp(const BtAddr *addr, uint8_t accept, const uint8_t oobDataC[GAP_OOB_DATA_SIZE… in GAP_LePairScOobRsp() 1073 int GAP_LePairScUserConfirmRsp(const BtAddr *addr, uint8_t accept) in GAP_LePairScUserConfirmRsp()
|
| D | gap_le_if.c | 126 uint8_t accept; member 138 uint8_t accept; member 146 uint8_t accept; member 190 uint8_t accept; member 197 uint8_t accept; member 204 uint8_t accept; member 212 uint8_t accept; member 1098 int GAPIF_LeConnectionParameterRsp(const BtAddr *addr, uint8_t accept, const GapLeConnectionParamet… in GAPIF_LeConnectionParameterRsp() 1180 int GAPIF_LeRemoteEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey remoteEncKey, uint8… in GAPIF_LeRemoteEncryptionKeyRsp() 1211 int GAPIF_LeLocalEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey localEncKey, uint8_t… in GAPIF_LeLocalEncryptionKeyRsp() [all …]
|
| D | gap_br_sec.c | 521 int GAP_AuthorizeRes(const BtAddr *addr, GAP_Service service, uint8_t accept) in GAP_AuthorizeRes() 1110 … const BtAddr *addr, uint8_t accept, uint8_t ioCapability, uint8_t oobDataPresent, uint8_t authReq) in GAP_IOCapabilityRsp() 1207 int GAP_UserConfirmRsp(const BtAddr *addr, uint8_t accept) in GAP_UserConfirmRsp() 1293 int GAP_UserPasskeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number) in GAP_UserPasskeyRsp() 1375 int GAP_RemoteOobRsp(const BtAddr *addr, uint8_t accept, const GapOOBData *data) in GAP_RemoteOobRsp() 1465 int GAP_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLengt… in GAP_PinCodeRsp() 1605 int GAP_LinkKeyRsp(const BtAddr *addr, uint8_t accept, const uint8_t linkKey[GAP_LINKKEY_SIZE], uin… in GAP_LinkKeyRsp()
|
| D | gap_le_conn.c | 267 int GAP_LeConnectionParameterRsp(const BtAddr *addr, uint8_t accept, const GapLeConnectionParameter… in GAP_LeConnectionParameterRsp()
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
| D | smp.c | 387 … uint16_t handle, bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) in SMP_AuthenticationRequestReply() 505 int SMP_RemotePairResponseReply(uint16_t handle, bool accept, uint8_t rejectReason) in SMP_RemotePairResponseReply() 548 int SMP_RemoteSecurityRequestReply(uint16_t handle, bool accept, uint8_t rejectReason) in SMP_RemoteSecurityRequestReply() 579 int SMP_LongTermKeyRequestReply(uint16_t handle, bool accept, const uint8_t *key) in SMP_LongTermKeyRequestReply() 614 static int SMP_LtkReqReplyNormal(uint16_t handle, bool accept, const uint8_t *key) in SMP_LtkReqReplyNormal() 1053 bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) in SMP_AuthReqReplyProcessMaster() 1066 static int SMP_AuthReqReplyJudgeExceptionMaster(bool accept, uint8_t rejectReason) in SMP_AuthReqReplyJudgeExceptionMaster() 1126 bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) in SMP_AuthReqReplyProcessSlave() 1139 static int SMP_AuthReqReplyJudgeExceptionSlave(bool accept, uint8_t rejectReason) in SMP_AuthReqReplyJudgeExceptionSlave() 1291 uint16_t handle, bool accept, uint8_t rejectReason, const SMP_PairParam *param) in SMP_PairReqReplyJudgeException() [all …]
|
| D | smp_def.h | 267 bool accept; member 275 bool accept; member 284 bool accept; member 290 bool accept; member 296 bool accept; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/rotation/ |
| D | rotation_test.cpp | 32 explicit MockRotationRenderNode(bool accept) : accept_(accept) {} in MockRotationRenderNode()
|
| /foundation/communication/bluetooth_service/test/unittest/opp/ |
| D | opp_test.cpp | 188 bool accept = true; variable
|
| /foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
| D | ohos_bt_gap.cpp | 433 bool PairRequestReply(const BdAddr *bdAddr, int transport, bool accept) in PairRequestReply() 452 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) in SetDevicePairingConfirmation()
|
| D | ohos_bt_gatt.cpp | 378 int BleGattSecurityRsp(BdAddr bdAddr, bool accept) { in BleGattSecurityRsp()
|
| /foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
| D | bluetooth_mock.cpp | 90 bool PairRequestReply(const BdAddr *bdAddr, int transport, bool accept) in PairRequestReply() 95 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) in SetDevicePairingConfirmation()
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/opp/ |
| D | opp_transfer.cpp | 258 int OppTransfer::SetIncomingFileConfirmation(bool accept) in SetIncomingFileConfirmation()
|
| D | opp_service.cpp | 220 int OppService::SetIncomingFileConfirmation(const bool accept) in SetIncomingFileConfirmation()
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| D | bluetooth_opp_server.cpp | 236 ErrCode BluetoothOppServer::SetIncomingFileConfirmation(bool &accept, bool &result) in SetIncomingFileConfirmation()
|
| D | bluetooth_host_server.cpp | 1512 …ostServer::SetDevicePairingConfirmation(int32_t transport, const std::string &address, bool accept) in SetDevicePairingConfirmation() 1536 …rver::SetDevicePasskey(int32_t transport, const std::string &address, int32_t passkey, bool accept) in SetDevicePasskey() 1555 …l BluetoothHostServer::PairRequestReply(int32_t transport, const std::string &address, bool accept) in PairRequestReply()
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
| D | bluetooth_opp_proxy.cpp | 58 ErrCode BluetoothOppProxy::SetIncomingFileConfirmation(bool &accept, bool &result) in SetIncomingFileConfirmation()
|
| D | bluetooth_host_proxy.cpp | 1188 …HostProxy::SetDevicePairingConfirmation(int32_t transport, const std::string &address, bool accept) in SetDevicePairingConfirmation() 1217 …roxy::SetDevicePasskey(int32_t transport, const std::string &address, int32_t passkey, bool accept) in SetDevicePasskey() 1250 …ol BluetoothHostProxy::PairRequestReply(int32_t transport, const std::string &address, bool accept) in PairRequestReply()
|
| /foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
| D | bluetooth_opp_stub.cpp | 106 bool accept = data.ReadBool(); in SetIncomingFileConfirmationInner() local
|
| D | bluetooth_host_stub.cpp | 1064 bool accept = false; in SetDevicePairingConfirmationInner() local 1095 bool accept = false; in SetDevicePasskeyInner() local 1121 bool accept = false; in PairRequestReplyInner() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
| D | ble_security.cpp | 534 int accept = GAP_NOT_ACCEPT; in GapLeLocalEncryptionKeyReqEvent() local 563 int accept = GAP_NOT_ACCEPT; in GapLeRemoteEncryptionKeyReqEvent() local 605 int accept = GAP_NOT_ACCEPT; in GapRequestSigningAlgorithmInfoEvt() local
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/ |
| D | napi_bluetooth_opp.cpp | 214 bool accept; in SetIncomingFileConfirmation() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
| D | classic_adapter.cpp | 2145 uint8_t accept = GAP_NOT_ACCEPT; in SetLinkKey() local 2225 uint8_t accept = GAP_ACCEPT; in SetDevicePin() local
|