/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | web_cookie_manager.cpp | 50 void WebCookieManager::CjPutAcceptCookieEnabled(bool accept) in CjPutAcceptCookieEnabled() argument 54 cookieManager->PutAcceptCookieEnabled(accept); in CjPutAcceptCookieEnabled() 60 bool accept = true; in CjIsCookieAllowed() local 63 accept = cookieManager->IsAcceptCookieAllowed(); in CjIsCookieAllowed() 65 return accept; in CjIsCookieAllowed() 68 void WebCookieManager::CjPutAcceptThirdPartyCookieEnabled(bool accept) in CjPutAcceptThirdPartyCookieEnabled() argument 72 cookieManager->PutAcceptThirdPartyCookieEnabled(accept); in CjPutAcceptThirdPartyCookieEnabled() 78 bool accept = true; in CjIsThirdPartyCookieAllowed() local 81 accept = cookieManager->IsThirdPartyCookieAllowed(); in CjIsThirdPartyCookieAllowed() 83 return accept; in CjIsThirdPartyCookieAllowed()
|
/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 628 ctx->accept = accept; in GAPIF_AuthorizeRes() 793 ctx->accept = accept; in GAPIF_IOCapabilityRsp() 824 ctx->accept = accept; in GAPIF_UserConfirmRsp() 852 ctx->accept = accept; in GAPIF_UserPasskeyRsp() 881 ctx->accept = accept; in GAPIF_RemoteOobRsp() 910 ctx->accept = accept; in GAPIF_PinCodeRsp() [all …]
|
H A D | gap.h | 148 int GAP_AuthorizeRes(const BtAddr *addr, GAP_Service service, uint8_t accept); 202 …const BtAddr *addr, uint8_t accept, uint8_t ioCapability, uint8_t oobDataPresent, uint8_t authReq); 211 int GAP_UserConfirmRsp(const BtAddr *addr, uint8_t accept); 221 int GAP_UserPasskeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number); 231 int GAP_RemoteOobRsp(const BtAddr *addr, uint8_t accept, const GapOOBData *data); 242 int GAP_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_t pinCodeLengt… 253 int GAP_LinkKeyRsp(const BtAddr *addr, uint8_t accept, const uint8_t linkKey[GAP_LINKKEY_SIZE], uin…
|
H A D | gap_le.h | 320 int GAP_LeConnectionParameterRsp(const BtAddr *addr, uint8_t accept, const GapLeConnectionParameter… 355 int GAP_LeRemoteEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyTy… 366 int GAP_LeLocalEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyTyp… 376 int GAP_RequestSigningAlgorithmInfoRsp(const BtAddr *addr, uint8_t accept, GapSigningAlgorithmInfo … 474 int GAP_LePairPassKeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number); 484 int GAP_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]); 495 int GAP_LePairScOobRsp(const BtAddr *addr, uint8_t accept, const uint8_t oobDataC[GAP_OOB_DATA_CONF… 505 int GAP_LePairScUserConfirmRsp(const BtAddr *addr, uint8_t accept);
|
H A D | gap_le_if.c | 126 uint8_t accept; member 138 uint8_t accept; member 1109 ctx->accept = accept; in GAPIF_LeConnectionParameterRsp() 1192 ctx->accept = accept; in GAPIF_LeRemoteEncryptionKeyRsp() 1223 ctx->accept = accept; in GAPIF_LeLocalEncryptionKeyRsp() 1247 accept, in GAPIF_RequestSigningAlgorithmInfoRsp() 1259 ctx->accept = accept; in GAPIF_RequestSigningAlgorithmInfoRsp() 1565 ctx->accept = accept; in GAPIF_LePairPassKeyRsp() 1594 ctx->accept = accept; in GAPIF_LePairOobRsp() 1624 ctx->accept = accept; in GAPIF_LePairScOobRsp() [all …]
|
H A D | gap_le_sec.c | 156 bool accept = true; in GapLeSecureConnectionOOBProcess() local 177 accept = false; in GapLeSecureConnectionOOBProcess() 186 accept = false; in GapLeSecureConnectionOOBProcess() 190 if (accept) { in GapLeSecureConnectionOOBProcess() 586 if (accept == GAP_ACCEPT) { in GAP_LeRemoteEncryptionKeyRsp() 632 if (accept == GAP_ACCEPT) { in GAP_LeLocalEncryptionKeyRsp() 656 if (accept == GAP_ACCEPT) { in GAP_RequestSigningAlgorithmInfoRsp() 987 if (accept == GAP_ACCEPT) { in GAP_LePairPassKeyRsp() 1018 if (accept == GAP_ACCEPT) { in GAP_LePairOobRsp() 1050 if (accept == GAP_ACCEPT) { in GAP_LePairScOobRsp() [all …]
|
H A D | gap_br_sec.c | 1130 if (accept == GAP_ACCEPT) { in GAP_IOCapabilityRsp() 1132 } else if (accept == GAP_NOT_ACCEPT) { in GAP_IOCapabilityRsp() 1217 if (accept == GAP_ACCEPT) { in GAP_UserConfirmRsp() 1219 } else if (accept == GAP_NOT_ACCEPT) { in GAP_UserConfirmRsp() 1303 if (accept == GAP_ACCEPT) { in GAP_UserPasskeyRsp() 1305 } else if (accept == GAP_NOT_ACCEPT) { in GAP_UserPasskeyRsp() 1389 if (accept == GAP_ACCEPT) { in GAP_RemoteOobRsp() 1391 } else if (accept == GAP_NOT_ACCEPT) { in GAP_RemoteOobRsp() 1481 if (accept == GAP_ACCEPT) { in GAP_PinCodeRsp() 1485 } else if (accept == GAP_NOT_ACCEPT) { in GAP_PinCodeRsp() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp.c | 397 ctx->accept = accept; in SMP_AuthenticationRequestReply() 458 if (ctx->accept) { in SMP_RemotePairRequestReply() 515 ctx->accept = accept; in SMP_RemotePairResponseReply() 558 ctx->accept = accept; in SMP_RemoteSecurityRequestReply() 572 if (!param->accept) { in SMP_RemoteSecReqReplyTask() 589 ctx->accept = accept; in SMP_LongTermKeyRequestReply() 620 if (!accept) { in SMP_LtkReqReplyNormal() 1079 if (!accept) { in SMP_AuthReqReplyJudgeExceptionMaster() 1152 if (!accept) { in SMP_AuthReqReplyJudgeExceptionSlave() 1317 if (!accept) { 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
|
H A D | smp.h | 288 …uint16_t handle, bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue); 311 int SMP_RemotePairResponseReply(uint16_t handle, bool accept, uint8_t rejectReason); 321 int SMP_RemoteSecurityRequestReply(uint16_t handle, bool accept, uint8_t rejectReason); 331 int SMP_LongTermKeyRequestReply(uint16_t handle, bool accept, const uint8_t *key);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_if.h | 340 BTSTACK_API int GAPIF_AuthorizeRes(const BtAddr *addr, GAP_Service service, uint8_t accept); 394 …const BtAddr *addr, uint8_t accept, uint8_t ioCapability, uint8_t oobDataPresent, uint8_t authReq); 403 BTSTACK_API int GAPIF_UserConfirmRsp(const BtAddr *addr, uint8_t accept); 413 BTSTACK_API int GAPIF_UserPasskeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number); 423 BTSTACK_API int GAPIF_RemoteOobRsp(const BtAddr *addr, uint8_t accept, const GapOOBData *data); 434 BTSTACK_API int GAPIF_PinCodeRsp(const BtAddr *addr, uint8_t accept, const uint8_t *pinCode, uint8_… 446 const BtAddr *addr, uint8_t accept, const uint8_t linkKey[GAP_LINKKEY_SIZE], uint8_t keyType);
|
H A D | gap_le_if.h | 725 const BtAddr *addr, uint8_t accept, const GapLeConnectionParameter *connParam); 753 const BtAddr *addr, uint8_t accept, LeEncKey remoteEncKey, uint8_t keyType); 765 const BtAddr *addr, uint8_t accept, LeEncKey localEncKey, uint8_t keyType); 775 BTSTACK_API int GAPIF_RequestSigningAlgorithmInfoRsp(const BtAddr *addr, uint8_t accept, GapSigning… 873 BTSTACK_API int GAPIF_LePairPassKeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number); 883 BTSTACK_API int GAPIF_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA… 894 BTSTACK_API int GAPIF_LePairScOobRsp(const BtAddr *addr, uint8_t accept, 904 BTSTACK_API int GAPIF_LePairScUserConfirmRsp(const BtAddr *addr, uint8_t accept);
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | tcp_test.rs | 45 let (mut stream, _) = listener.accept().await.unwrap(); in sdv_tcp_ipv6_connect() 97 let (stream, _) = listener.accept().await.unwrap(); in sdv_tcp_stream_try() 147 listener.accept().await.unwrap(); in sdv_tcp_stream_basic() 181 let (mut stream, _) = listener.accept().await.unwrap(); in sdv_tcp_stream_peek() 269 let (mut stream, _) = tcp.accept().await.unwrap(); in sdv_tcp_multi_runtime() 313 let (mut stream, _) = listener.accept().await.unwrap(); in sdv_tcp_split_borrow_half() 383 let (mut stream, _) = listener.accept().await.unwrap(); in sdv_tcp_split_owned_half() 420 let (mut stream, _) = tcp.accept().await.unwrap(); in sdv_tcp_drop_out_context() 471 let (mut stream, _) = tcp.accept().await.unwrap(); in sdv_tcp_cancel() 516 let (mut stream, _) = tcp.accept().await.unwrap(); in sdv_tcp_cancel() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter.h | 219 virtual bool SetDevicePairingConfirmation(const RawAddress &device, bool accept) const = 0; 231 virtual bool SetDevicePasskey(const RawAddress &device, int passkey, bool accept) const = 0; 242 virtual bool PairRequestReply(const RawAddress &device, bool accept) const = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 280 int SetDevicePairingConfirmation(bool accept); 291 bool SetDevicePasskey(int passkey, bool accept); 301 bool PairRequestReply(bool accept);
|
/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() argument 460 bool ret = remoteDevice.PairRequestReply(accept); in PairRequestReply() 461 HILOGI("transport: %{public}d, accept: %{public}d, ret: %{public}d", transport, accept, ret); in PairRequestReply() 465 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) in SetDevicePairingConfirmation() argument 469 HILOGI("device: %{public}s, accept: %{public}d", GetEncryptAddr(strAddress).c_str(), accept); in SetDevicePairingConfirmation() 480 int ret = remoteDevice.SetDevicePairingConfirmation(accept); in SetDevicePairingConfirmation()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 292 int BluetoothRemoteDevice::SetDevicePairingConfirmation(bool accept) in SetDevicePairingConfirmation() argument 294 HILOGI("enter, accept: %{public}d", accept); in SetDevicePairingConfirmation() 299 return hostProxy->SetDevicePairingConfirmation(transport_, address_, accept); in SetDevicePairingConfirmation() 302 bool BluetoothRemoteDevice::SetDevicePasskey(int passkey, bool accept) in SetDevicePasskey() argument 304 HILOGI("enter, accept: %{public}d", accept); in SetDevicePasskey() 308 return hostProxy->SetDevicePasskey(transport_, address_, passkey, accept); in SetDevicePasskey() 311 bool BluetoothRemoteDevice::PairRequestReply(bool accept) in PairRequestReply() argument 313 HILOGI("enter, accept: %{public}d", accept); in PairRequestReply() 317 return hostProxy->PairRequestReply(transport_, address_, accept); in PairRequestReply()
|
/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() argument 135 nweb_cookie_manager_->PutAcceptCookieEnabled(accept); in PutAcceptCookieEnabled() 148 void ArkWebCookieManagerImpl::PutAcceptThirdPartyCookieEnabled(bool accept) in PutAcceptThirdPartyCookieEnabled() argument 150 nweb_cookie_manager_->PutAcceptThirdPartyCookieEnabled(accept); in PutAcceptThirdPartyCookieEnabled()
|
/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() argument 114 NAPI_BT_CALL_RETURN(NapiParseBoolean(env, argv[PARAM0], accept)); in CheckSetIncomingFileConfirmation() 159 bool accept = false; in SetIncomingFileConfirmation() local 160 auto status = CheckSetIncomingFileConfirmation(env, info, accept); in SetIncomingFileConfirmation() 163 auto func = [accept]() { in SetIncomingFileConfirmation() 165 int32_t errorCode = profile->SetIncomingFileConfirmation(accept); in SetIncomingFileConfirmation()
|
/ohos5.0/base/web/webview/interfaces/kits/cj/include/ |
H A D | web_cookie_manager.h | 30 static void CjPutAcceptCookieEnabled(bool accept); 32 static void CjPutAcceptThirdPartyCookieEnabled(bool accept);
|
/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() argument 91 return MockBluetooth::GetMocker()->PairRequestReply(bdAddr, transport, accept); in PairRequestReply() 94 bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) in SetDevicePairingConfirmation() argument 96 return MockBluetooth::GetMocker()->SetDevicePairingConfirmation(bdAddr, transport, accept); in SetDevicePairingConfirmation()
|
H A D | bluetooth_mock.h | 38 virtual bool PairRequestReply(const BdAddr *bdAddr, int transport, bool accept) = 0; 39 virtual bool SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) = 0; 91 …MOCK_METHOD(bool, PairRequestReply, (const BdAddr *bdAddr, int transport, bool accept), (override)… 92 …ool, SetDevicePairingConfirmation, (const BdAddr *bdAddr, int transport, bool accept), (override));
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-web.md | 20 | web | WebCookie | putAcceptFileURICookieEnabled(accept: boolean): void; | 新增 | 21 | web | WebCookie | putAcceptThirdPartyCookieEnabled(accept: boolean): void; | 新增 | 22 | web | WebCookie | putAcceptCookieEnabled(accept: boolean): void; | 新增 |
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-Release/ |
H A D | changelogs-web.md | 275 putAcceptCookieEnabled(accept: boolean): void; 276 putAcceptThirdPartyCookieEnabled(accept: boolean): void; 289 putAcceptCookieEnabled(accept: boolean): void; 290 putAcceptThirdPartyCookieEnabled(accept: boolean): void; 304 static putAcceptCookieEnabled(accept: boolean): void; 305 static putAcceptThirdPartyCookieEnabled(accept: boolean): void;
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.3.2/ |
H A D | changelog-web.md | 275 putAcceptCookieEnabled(accept: boolean): void; 276 putAcceptThirdPartyCookieEnabled(accept: boolean): void; 289 putAcceptCookieEnabled(accept: boolean): void; 290 putAcceptThirdPartyCookieEnabled(accept: boolean): void; 304 static putAcceptCookieEnabled(accept: boolean): void; 305 static putAcceptThirdPartyCookieEnabled(accept: boolean): void;
|