Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 25 of 27) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_remote_device.cpp391 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()
Dbluetooth_opp.cpp471 bool Opp::SetIncomingFileConfirmation(bool accept) in SetIncomingFileConfirmation()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_if.c84 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 …]
Dgap_le_sec.c156 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()
Dgap_le_if.c126 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 …]
Dgap_br_sec.c521 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()
Dgap_le_conn.c267 int GAP_LeConnectionParameterRsp(const BtAddr *addr, uint8_t accept, const GapLeConnectionParameter… in GAP_LeConnectionParameterRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
Dsmp.c387 … 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 …]
Dsmp_def.h267 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/
Drotation_test.cpp32 explicit MockRotationRenderNode(bool accept) : accept_(accept) {} in MockRotationRenderNode()
/foundation/communication/bluetooth_service/test/unittest/opp/
Dopp_test.cpp188 bool accept = true; variable
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
Dohos_bt_gap.cpp433 bool PairRequestReply(const BdAddr *bdAddr, int transport, bool accept) in PairRequestReply()
452 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) in SetDevicePairingConfirmation()
Dohos_bt_gatt.cpp378 int BleGattSecurityRsp(BdAddr bdAddr, bool accept) { in BleGattSecurityRsp()
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
Dbluetooth_mock.cpp90 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/
Dopp_transfer.cpp258 int OppTransfer::SetIncomingFileConfirmation(bool accept) in SetIncomingFileConfirmation()
Dopp_service.cpp220 int OppService::SetIncomingFileConfirmation(const bool accept) in SetIncomingFileConfirmation()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_opp_server.cpp236 ErrCode BluetoothOppServer::SetIncomingFileConfirmation(bool &accept, bool &result) in SetIncomingFileConfirmation()
Dbluetooth_host_server.cpp1512 …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/
Dbluetooth_opp_proxy.cpp58 ErrCode BluetoothOppProxy::SetIncomingFileConfirmation(bool &accept, bool &result) in SetIncomingFileConfirmation()
Dbluetooth_host_proxy.cpp1188 …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/
Dbluetooth_opp_stub.cpp106 bool accept = data.ReadBool(); in SetIncomingFileConfirmationInner() local
Dbluetooth_host_stub.cpp1064 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/
Dble_security.cpp534 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/
Dnapi_bluetooth_opp.cpp214 bool accept; in SetIncomingFileConfirmation() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
Dclassic_adapter.cpp2145 uint8_t accept = GAP_NOT_ACCEPT; in SetLinkKey() local
2225 uint8_t accept = GAP_ACCEPT; in SetDevicePin() local

12