Home
last modified time | relevance | path

Searched defs:accept (Results 126 - 150 of 156) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.cpp962 UpdateDefaultFocusByButtonInfo(const RefPtr<FrameNode>& optionsNode, const RefPtr<FrameNode>& accept, const RefPtr<FrameNode>& cancel) UpdateDefaultFocusByButtonInfo() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp2148 uint8_t accept = GAP_NOT_ACCEPT; SetLinkKey() local
2228 uint8_t accept = GAP_ACCEPT; SetDevicePin() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1568 int32_t BluetoothHostServer::SetDevicePairingConfirmation(int32_t transport, const std::string &address, bool accept) in SetDevicePairingConfirmation() argument
1595 bool BluetoothHostServer::SetDevicePasskey(int32_t transport, const std::string &address, int32_t passkey, bool accept) in SetDevicePasskey() argument
1616 PairRequestReply(int32_t transport, const std::string &address, bool accept) PairRequestReply() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A 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 GapLeConnectionParameter *connParam) in GAPIF_LeConnectionParameterRsp() argument
1180 GAPIF_LeRemoteEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey remoteEncKey, uint8_t keyType) GAPIF_LeRemoteEncryptionKeyRsp() argument
1211 GAPIF_LeLocalEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey localEncKey, uint8_t keyType) GAPIF_LeLocalEncryptionKeyRsp() argument
1242 GAPIF_RequestSigningAlgorithmInfoRsp(const BtAddr *addr, uint8_t accept, GapSigningAlgorithmInfo info) GAPIF_RequestSigningAlgorithmInfoRsp() argument
1554 GAPIF_LePairPassKeyRsp(const BtAddr *addr, uint8_t accept, uint32_t number) GAPIF_LePairPassKeyRsp() argument
1583 GAPIF_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]) GAPIF_LePairOobRsp() argument
1612 GAPIF_LePairScOobRsp(const BtAddr *addr, uint8_t accept, const uint8_t oobDataC[GAP_OOB_DATA_CONFIRM_SIZE], const uint8_t oobDataR[GAP_OOB_DATA_RANDOM_SIZE]) GAPIF_LePairScOobRsp() argument
1643 GAPIF_LePairScUserConfirmRsp(const BtAddr *addr, uint8_t accept) GAPIF_LePairScUserConfirmRsp() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_def.h267 bool accept; member
275 bool accept; member
284 bool accept; member
290 bool accept; member
296 bool accept; member
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h51 #define accept _accept macro
/third_party/nghttp2/src/
H A Dshrpx_downstream.cc811 auto accept = resp_.fs.header(http2::HD_SEC_WEBSOCKET_ACCEPT); in check_upgrade_fulfilled_http1() local
/third_party/lwip/src/core/
H A Dtcp.c2257 tcp_accept(struct tcp_pcb *pcb, tcp_accept_fn accept) argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h526 EndNode* accept() { return accept_; } in accept() function in v8::internal::RegExpCompiler
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.cpp161 void AluInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::AluInstr
166 void AluInstr::accept(InstrVisitor& visitor) in accept() function in r600::AluInstr
/third_party/python/Lib/
H A Dssl.py1415 def accept(self): member in SSLSocket
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp766 int32_t HRilManager::SimStkSendCallSetupRequestResult(int32_t slotId, int32_t serialId, int32_t accept) in SimStkSendCallSetupRequestResult() argument
/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp1750 bool accept = data.ReadInt32(); in OnSendCallSetupRequestResult() local
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_proxy.cpp2595 int32_t CoreServiceProxy::SendCallSetupRequestResult(int32_t slotId, bool accept) in SendCallSetupRequestResult() argument
H A Dcore_manager_inner.cpp2345 int32_t CoreManagerInner::SendCallSetupRequestResult(int32_t slotId, bool accept) in SendCallSetupRequestResult() argument
/base/telephony/core_service/services/sim/test/
H A Dtest.cpp1391 int32_t accept = 0; in TestSendCallSetupRequestResult() local
1393 std::cin >> accept; in TestSendCallSetupRequestResult() local
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp450 void FfiOHOSCookieMgrPutAcceptCookieEnabled(bool accept) in FfiOHOSCookieMgrPutAcceptCookieEnabled() argument
460 void FfiOHOSCookieMgrPutAcceptThirdPartyCookieEnabled(bool accept) in FfiOHOSCookieMgrPutAcceptThirdPartyCookieEnabled() argument
/third_party/lwip/src/include/lwip/
H A Dsockets.h633 #define accept(s,addr,addrlen) lwip_accept(s,addr,addrlen) macro
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp4202 static char const* strnpbrk(char const* s, char const* accept, size_t n) { in strnpbrk() argument
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp1378 int32_t accept; in SendCallSetupRequestResultTest() local
1380 cin >> accept; in SendCallSetupRequestResultTest() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir.h223 virtual void accept(ir_visitor *v) in accept() function in ir_rvalue
424 virtual void accept(ir_visitor *v) in accept() function in ir_variable
1193 virtual void accept(ir_visitor *v) in accept() function in ir_function_signature
1335 virtual void accept(ir_visitor *v) in accept() function in ir_function
1422 virtual void accept(ir_visitor *v) accept() function in ir_if
1446 virtual void accept(ir_visitor *v) accept() function in ir_loop
1476 virtual void accept(ir_visitor *v) accept() function in ir_assignment
1602 virtual void accept(ir_visitor *v) accept() function in ir_expression
1659 virtual void accept(ir_visitor *v) accept() function in ir_call
1737 virtual void accept(ir_visitor *v) accept() function in ir_return
1771 virtual void accept(ir_visitor *v) accept() function in ir_loop_jump
1811 virtual void accept(ir_visitor *v) accept() function in ir_discard
1836 virtual void accept(ir_visitor *v) accept() function in ir_demote
1906 virtual void accept(ir_visitor *v) accept() function in ir_texture
2015 virtual void accept(ir_visitor *v) accept() function in ir_swizzle
2110 virtual void accept(ir_visitor *v) accept() function in ir_dereference_variable
2157 virtual void accept(ir_visitor *v) accept() function in ir_dereference_array
2199 virtual void accept(ir_visitor *v) accept() function in ir_dereference_record
2269 virtual void accept(ir_visitor *v) accept() function in ir_constant
2385 virtual void accept(ir_visitor *v) accept() function in ir_emit_vertex
2418 virtual void accept(ir_visitor *v) accept() function in ir_end_primitive
2448 virtual void accept(ir_visitor *v) accept() function in ir_barrier
[all...]
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs528 pub fn accept(s: SOCKET, addr: *mut ::sockaddr, addrlen: *mut ::c_int) -> SOCKET; in accept() functions
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DNameTable.java1058 boolean accept(int platformId, int encodingId, int languageId, int nameId); in accept() method
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs2295 pub fn accept<S>(self, stream: S) -> Result<SslStream<S>, HandshakeError<S>> in fmt() functions
3597 pub fn accept(&mut self) -> Result<(), Error> { in fmt() functions
3921 pub fn accept(mu functions
[all...]
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs641 pub fn accept(socket: ::c_int, address: *mut sockaddr, address_len: *mut socklen_t) -> ::c_int; in accept() functions

Completed in 80 milliseconds

1234567