/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | web_cookie_manager.cpp | 50 void WebCookieManager::CjPutAcceptCookieEnabled(bool accept) in CjPutAcceptCookieEnabled() 60 bool accept = true; in CjIsCookieAllowed() local 68 void WebCookieManager::CjPutAcceptThirdPartyCookieEnabled(bool accept) in CjPutAcceptThirdPartyCookieEnabled() 78 bool accept = true; in CjIsThirdPartyCookieAllowed() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
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() 813 int GAPIF_UserConfirmRsp(const BtAddr *addr, uint8_t accept) in GAPIF_UserConfirmRsp() [all …]
|
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 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()
|
H A 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 1242 int GAPIF_RequestSigningAlgorithmInfoRsp(const BtAddr *addr, uint8_t accept, GapSigningAlgorithmInf… in GAPIF_RequestSigningAlgorithmInfoRsp() 1554 int GAPIF_LePairPassKeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number) in GAPIF_LePairPassKeyRsp() 1583 int GAPIF_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]) in GAPIF_LePairOobRsp() [all …]
|
H A 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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_textpicker_ffi.h | 31 void (*accept)(CJTextPickerResult pickerResult); member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A 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 …]
|
H A D | smp_def.h | 267 bool accept; member 275 bool accept; member 284 bool accept; member 290 bool accept; member 296 bool accept; member
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_cookie_manager_impl.cpp | 133 void ArkWebCookieManagerImpl::PutAcceptCookieEnabled(bool accept) in PutAcceptCookieEnabled() 148 void ArkWebCookieManagerImpl::PutAcceptThirdPartyCookieEnabled(bool accept) in PutAcceptThirdPartyCookieEnabled()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 292 int BluetoothRemoteDevice::SetDevicePairingConfirmation(bool accept) in SetDevicePairingConfirmation() 302 bool BluetoothRemoteDevice::SetDevicePasskey(int passkey, bool accept) in SetDevicePasskey() 311 bool BluetoothRemoteDevice::PairRequestReply(bool accept) in PairRequestReply()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_cookie_manager_wrapper.cpp | 156 void ArkWebCookieManagerWrapper::PutAcceptCookieEnabled(bool accept) in PutAcceptCookieEnabled() 171 void ArkWebCookieManagerWrapper::PutAcceptThirdPartyCookieEnabled(bool accept) in PutAcceptThirdPartyCookieEnabled()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/opp/ |
H A D | opp_test.cpp | 188 bool accept = true; variable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/ |
H A D | listener.rs | 99 pub async fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> { in accept() method
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/ |
H A D | mod.rs | 202 let accept = format_header_str("accept", "*/*"); localVariable
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/opp/ |
H A D | napi_bluetooth_opp.cpp | 108 napi_status CheckSetIncomingFileConfirmation(napi_env env, napi_callback_info info, bool &accept) in CheckSetIncomingFileConfirmation() 159 bool accept = false; in SetIncomingFileConfirmation() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
H A D | listener.rs | 56 pub fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> { in accept() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
H A D | listener.rs | 61 pub fn accept(&self) -> io::Result<(UnixStream, SocketAddr)> { in accept() method
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 446 bool PairRequestReply(const BdAddr *bdAddr, int transport, bool accept) in PairRequestReply() 465 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) in SetDevicePairingConfirmation()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
H A D | listener.rs | 72 pub fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> { in accept() method
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 89 bool PairRequestReply(const BdAddr *bdAddr, int transport, bool accept) in PairRequestReply() 94 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) in SetDevicePairingConfirmation()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
H A D | listener.rs | 66 pub async fn accept(&self) -> Result<(UnixStream, SocketAddr)> { in accept() method
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.cpp | 422 bool PairRequestReply(const BdAddr *bdAddr, int32_t transport, bool accept) in PairRequestReply() 428 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int32_t transport, bool accept) in SetDevicePairingConfirmation()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webcookiemanager/ |
H A D | napi_web_cookie_manager.cpp | 417 bool accept = true; in JsIsCookieAllowed() local 441 bool accept; in JsPutAcceptCookieEnabled() local 462 bool accept = true; in JsIsThirdPartyCookieAllowed() local 486 bool accept; in JsPutAcceptThirdPartyCookieEnabled() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_opp_proxy.cpp | 56 int32_t BluetoothOppProxy::SetIncomingFileConfirmation(bool accept) in SetIncomingFileConfirmation()
|
/ohos5.0/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/ |
H A D | updateiccdiallingnumbers_fuzzer.cpp | 104 int32_t accept = static_cast<int32_t>(*data % ACCEPT_TYPE); in SendCallSetupRequestResult() local
|