Home
last modified time | relevance | path

Searched defs:accept (Results 101 - 125 of 156) sorted by relevance

1234567

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java62 void accept(DfaVisitor visitor); in accept() method
244 public void accept(DfaVisitor visitor) { in accept() method in RangeTree.Node
1281 public void accept(DfaVisitor visitor) { accept() method in RangeTree
[all...]
/third_party/python/Lib/idlelib/
H A Drpc.py536 def accept(self): member in RPCClient
/third_party/python/Lib/multiprocessing/
H A Dconnection.py454 def accept(self): member in Listener
607 def accept(self): member in SocketListener
665 def accept(self): member in .PipeListener
787 def accept(self): member in XmlListener
/third_party/python/Lib/asyncio/
H A Dwindows_events.py582 def accept(self, listener): member in IocpProactor
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp404 int32_t TelRilSim::SimStkSendCallSetupRequestResult(bool accept, const AppExecFwk::InnerEvent::Pointer &response) in SimStkSendCallSetupRequestResult() argument
H A Dtel_ril_manager.cpp896 SendCallSetupRequestResult( int32_t slotId, bool accept, const AppExecFwk::InnerEvent::Pointer &response) SendCallSetupRequestResult() argument
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_sim.c1004 void ReqSimStkSendCallSetupRequestResult(const ReqDataInfo *requestInfo, int32_t accept) in ReqSimStkSendCallSetupRequestResult() argument
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sim.cpp275 int32_t HRilSim::SimStkSendCallSetupRequestResult(int32_t serialId, int32_t accept) in SimStkSendCallSetupRequestResult() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1236 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_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp1112 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 Dnapi_bluetooth_connection.cpp331 bool accept = false; in SetDevicePairingConfirmation() local
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp695 bool CheckSetDevicePairingConfirmationParam(napi_env env, napi_callback_info info, std::string &addr, bool &accept) in CheckSetDevicePairingConfirmationParam() argument
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp452 int BleGattSecurityRsp(BdAddr bdAddr, bool accept) in BleGattSecurityRsp() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c521 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 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() 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/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c386 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...]
/third_party/nghttp2/src/
H A Dshrpx_https_upstream.cc1244 auto accept = http2::make_websocket_accept_token(out.data(), key->value); in on_downstream_header_complete() local
/third_party/lwip/src/include/lwip/
H A Dtcp.h231 tcp_accept_fn accept; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapTable.java379 boolean accept(CMapId cmapId); in accept() method
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc224 bool CMapTable::CMapIdFilter::accept(const CMapId& cmap_id) const { in accept() function in sfntly::CMapTable::CMapIdFilter
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs2153 pub fn accept(sockfd: RawFd) -> Result<RawFd> { in accept() functions
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1360 int32_t CoreService::SendCallSetupRequestResult(int32_t slotId, bool accept) in SendCallSetupRequestResult() argument
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp907 int32_t CoreServiceClient::SendCallSetupRequestResult(int32_t slotId, bool accept) in SendCallSetupRequestResult() argument
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp743 int32_t accept; in OnRequestSendCallSetupRequestResultTest() local
745 std::cin >> accept; in OnRequestSendCallSetupRequestResultTest() local
/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp708 int32_t SimManager::SendCallSetupRequestResult(int32_t slotId, bool accept) in SendCallSetupRequestResult() argument

Completed in 54 milliseconds

1234567