/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_textpicker_ffi.h | 31 void (*accept)(CJTextPickerResult pickerResult); member
|
H A D | cj_textpicker_ffi.cpp | 28 TextPickerDialogEvent( std::function<void(CJTextPickerResult)> accept, std::function<void(CJTextPickerResult)> change) TextPickerDialogEvent() argument
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_opp_proxy.cpp | 52 int32_t BluetoothOppProxy::SetIncomingFileConfirmation(bool accept) in SetIncomingFileConfirmation() argument
|
H A D | bluetooth_host_proxy.cpp | 1236 int32_t BluetoothHostProxy::SetDevicePairingConfirmation(int32_t transport, const std::string &address, bool accept) in SetDevicePairingConfirmation() argument 1265 bool BluetoothHostProxy::SetDevicePasskey(int32_t transport, const std::string &address, int32_t passkey, bool accept) in SetDevicePasskey() argument 1298 bool BluetoothHostProxy::PairRequestReply(int32_t transport, const std::string &address, bool accept) in PairRequestReply() argument
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_ffi.cpp | 68 void FfiBluetoothConSetDevicePairingConfirmation(const char* deviceId, bool accept, int32_t* errCode) in FfiBluetoothConSetDevicePairingConfirmation() argument
|
H A D | bluetooth_connection_impl.cpp | 155 void ConnectionImpl::SetDevicePairingConfirmation(std::string deviceId, bool accept, int32_t* errCode) in SetDevicePairingConfirmation() argument
|
/foundation/communication/bluetooth_service/test/unittest/opp/ |
H A D | opp_test.cpp | 188 bool accept = true; in HWTEST_F() local
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 289 int BluetoothRemoteDevice::SetDevicePairingConfirmation(bool accept) in SetDevicePairingConfirmation() argument 299 bool BluetoothRemoteDevice::SetDevicePasskey(int passkey, bool accept) in SetDevicePasskey() argument 308 bool BluetoothRemoteDevice::PairRequestReply(bool accept) in PairRequestReply() argument [all...] |
H A D | bluetooth_opp.cpp | 304 int32_t Opp::SetIncomingFileConfirmation(bool accept) in SetIncomingFileConfirmation() argument
|
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/ |
H A D | napi_bluetooth_opp.cpp | 105 napi_status CheckSetIncomingFileConfirmation(napi_env env, napi_callback_info info, bool &accept)
in CheckSetIncomingFileConfirmation() argument 156 bool accept = false;
in SetIncomingFileConfirmation() local
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 443 bool PairRequestReply(const BdAddr *bdAddr, int transport, bool accept) in PairRequestReply() argument 462 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) in SetDevicePairingConfirmation() argument
|
H A D | ohos_bt_gatt.cpp | 452 int BleGattSecurityRsp(BdAddr bdAddr, bool accept) in BleGattSecurityRsp() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_conn.c | 267 int GAP_LeConnectionParameterRsp(const BtAddr *addr, uint8_t accept, const GapLeConnectionParameter *connParam) in GAP_LeConnectionParameterRsp() argument
|
H A 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 keyType) in GAP_LeRemoteEncryptionKeyRsp() argument 617 GAP_LeLocalEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyType) GAP_LeLocalEncryptionKeyRsp() argument 644 GAP_RequestSigningAlgorithmInfoRsp(const BtAddr *addr, uint8_t accept, GapSigningAlgorithmInfo info) GAP_RequestSigningAlgorithmInfoRsp() argument 971 GAP_LePairPassKeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number) GAP_LePairPassKeyRsp() argument 1002 GAP_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]) GAP_LePairOobRsp() argument 1033 GAP_LePairScOobRsp(const BtAddr *addr, uint8_t accept, const uint8_t oobDataC[GAP_OOB_DATA_SIZE], const uint8_t oobDataR[GAP_OOB_DATA_SIZE]) GAP_LePairScOobRsp() argument 1073 GAP_LePairScUserConfirmRsp(const BtAddr *addr, uint8_t accept) GAP_LePairScUserConfirmRsp() argument [all...] |
H A D | gap_br_sec.c | 521 int GAP_AuthorizeRes(const BtAddr *addr, GAP_Service service, uint8_t accept) in GAP_AuthorizeRes() argument 1207 int GAP_UserConfirmRsp(const BtAddr *addr, uint8_t accept) in GAP_UserConfirmRsp() argument 1293 int GAP_UserPasskeyRsp(const BtAddr *addr, uint8_t accept, uint32_ argument 1109 GAP_IOCapabilityRsp( const BtAddr *addr, uint8_t accept, uint8_t ioCapability, uint8_t oobDataPresent, uint8_t authReq) GAP_IOCapabilityRsp() argument 1375 GAP_RemoteOobRsp(const BtAddr *addr, uint8_t accept, const GapOOBData *data) GAP_RemoteOobRsp() argument 1465 GAP_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLength) GAP_PinCodeRsp() argument 1605 GAP_LinkKeyRsp(const BtAddr *addr, uint8_t accept, const uint8_t linkKey[GAP_LINKKEY_SIZE], uint8_t keyType) GAP_LinkKeyRsp() argument [all...] |
H A 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() argument 781 GAPIF_IOCapabilityRsp( const BtAddr *addr, uint8_t accept, uint8_t ioCapability, uint8_t oobDataPresent, uint8_t authReq) GAPIF_IOCapabilityRsp() argument 813 GAPIF_UserConfirmRsp(const BtAddr *addr, uint8_t accept) GAPIF_UserConfirmRsp() argument 841 GAPIF_UserPasskeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number) GAPIF_UserPasskeyRsp() argument 870 GAPIF_RemoteOobRsp(const BtAddr *addr, uint8_t accept, const GapOOBData *data) GAPIF_RemoteOobRsp() argument 899 GAPIF_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLength) GAPIF_PinCodeRsp() argument 929 GAPIF_LinkKeyRsp(const BtAddr *addr, uint8_t accept, const uint8_t linkKey[GAP_LINKKEY_SIZE], uint8_t keyType) GAPIF_LinkKeyRsp() argument [all...] |
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 89 bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) in PairRequestReply() argument 94 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) in SetDevicePairingConfirmation() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.cpp | 535 int accept = GAP_NOT_ACCEPT; in GapLeLocalEncryptionKeyReqEvent() local 564 int accept = GAP_NOT_ACCEPT; in GapLeRemoteEncryptionKeyReqEvent() local 606 int accept = GAP_NOT_ACCEPT; in GapRequestSigningAlgorithmInfoEvt() local [all...] |
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 108 bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) in PairRequestReply() argument 113 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) in SetDevicePairingConfirmation() argument
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.cpp | 419 bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) in PairRequestReply() argument 425 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) in SetDevicePairingConfirmation() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 1112 bool accept = false; in SetDevicePairingConfirmationInner() local 1143 bool accept = false; in SetDevicePasskeyInner() local 1169 bool accept = false; in PairRequestReplyInner() local [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.cpp | 331 bool accept = false; in SetDevicePairingConfirmation() local
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 695 bool CheckSetDevicePairingConfirmationParam(napi_env env, napi_callback_info info, std::string &addr, bool &accept) in CheckSetDevicePairingConfirmationParam() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp.c | 386 SMP_AuthenticationRequestReply( uint16_t handle, bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) SMP_AuthenticationRequestReply() argument 505 SMP_RemotePairResponseReply(uint16_t handle, bool accept, uint8_t rejectReason) SMP_RemotePairResponseReply() argument 548 SMP_RemoteSecurityRequestReply(uint16_t handle, bool accept, uint8_t rejectReason) SMP_RemoteSecurityRequestReply() argument 579 SMP_LongTermKeyRequestReply(uint16_t handle, bool accept, const uint8_t *key) SMP_LongTermKeyRequestReply() argument 614 SMP_LtkReqReplyNormal(uint16_t handle, bool accept, const uint8_t *key) SMP_LtkReqReplyNormal() argument 1052 SMP_AuthReqReplyProcessMaster( bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) SMP_AuthReqReplyProcessMaster() argument 1066 SMP_AuthReqReplyJudgeExceptionMaster(bool accept, uint8_t rejectReason) SMP_AuthReqReplyJudgeExceptionMaster() argument 1125 SMP_AuthReqReplyProcessSlave( bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) SMP_AuthReqReplyProcessSlave() argument 1139 SMP_AuthReqReplyJudgeExceptionSlave(bool accept, uint8_t rejectReason) SMP_AuthReqReplyJudgeExceptionSlave() argument 1290 SMP_PairReqReplyJudgeException( uint16_t handle, bool accept, uint8_t rejectReason, const SMP_PairParam *param) SMP_PairReqReplyJudgeException() argument 1429 SMP_PairRspReplyJudgeException(uint16_t handle, bool accept, uint8_t rejectReason) SMP_PairRspReplyJudgeException() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_view.cpp | 962 UpdateDefaultFocusByButtonInfo(const RefPtr<FrameNode>& optionsNode, const RefPtr<FrameNode>& accept, const RefPtr<FrameNode>& cancel) UpdateDefaultFocusByButtonInfo() argument
|