Home
last modified time | relevance | path

Searched defs:accept (Results 51 - 75 of 133) sorted by relevance

123456

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textpicker_ffi.cpp28 TextPickerDialogEvent( std::function<void(CJTextPickerResult)> accept, std::function<void(CJTextPickerResult)> change) TextPickerDialogEvent() argument
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_ffi.cpp68 void FfiBluetoothConSetDevicePairingConfirmation(const char* deviceId, bool accept, int32_t* errCode) in FfiBluetoothConSetDevicePairingConfirmation() argument
H A Dbluetooth_connection_impl.cpp155 void ConnectionImpl::SetDevicePairingConfirmation(std::string deviceId, bool accept, int32_t* errCode) in SetDevicePairingConfirmation() argument
/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp188 bool accept = true; in HWTEST_F() local
/third_party/curl/lib/
H A Dcurl_memory.h82 #undef accept macro
/third_party/googletest/googletest/src/hwext/
H A Dgtest-filter.cc179 bool TestFilter::accept(int flags) const in accept() function in testing::ext::TestFilter
/third_party/json/include/nlohmann/detail/input/
H A Dparser.hpp153 bool accept(const bool strict = true) in accept() function in detail::parser
/third_party/littlefs/scripts/
H A Dprettyasserts.py239 def accept(self, *patterns): member in Parser
[all...]
H A Dexplode_asserts.py232 def accept(self, *patterns): member in Parse
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_controlflow.cpp50 void ControlFlowInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::ControlFlowInstr
55 void ControlFlowInstr::accept(InstrVisitor& visitor) in accept() function in r600::ControlFlowInstr
133 void IfInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::IfInstr
138 void IfInstr::accept(InstrVisitor& visitor) in accept() function in r600::IfInstr
H A Dsfn_instr_lds.cpp50 void LDSReadInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::LDSReadInstr
55 void LDSReadInstr::accept(InstrVisitor& visitor) in accept() function in r600::LDSReadInstr
242 void LDSAtomicInstr::accept(ConstInstrVisitor& visitor) const in accept() function in r600::LDSAtomicInstr
247 void LDSAtomicInstr::accept(InstrVisitor& visitor) in accept() function in r600::LDSAtomicInstr
H A Dsfn_instr_alugroup.cpp275 void AluGroup::accept(ConstInstrVisitor& visitor) const in accept() function in r600::AluGroup
280 void AluGroup::accept(InstrVisitor& visitor) in accept() function in r600::AluGroup
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdge.java166 public void accept(Visitor visitor) { in accept() method in Edge.SimpleEdge
225 public void accept(Visitor visitor) { in accept() method in Edge.Concatenation
265 public void accept(Visitor visitor) { in accept() method in Edge.Disjunction
300 public abstract void accept(Visitor visitor); in accept() method in Edge
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCaseUtil.cpp74 void accept (char c) in accept() function in vkt::cts_amber::AmberIndexFileParser
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCaseUtil.cpp74 void accept (char c) in accept() function in vkt::cts_amber::AmberIndexFileParser
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSocket.hpp84 Socket* accept (SocketAddress& clientAddress) { return accept(clientAddress.getPtr()); } in accept() function in de::Socket
85 Socket* accept (void) { return accept(DE_NULL); } in accept() function in de::Socket
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp289 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...]
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp.cpp105 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 Dohos_bt_gap.cpp443 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
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c267 int GAP_LeConnectionParameterRsp(const BtAddr *addr, uint8_t accept, const GapLeConnectionParameter *connParam) in GAP_LeConnectionParameterRsp() argument
/third_party/lwip/src/include/lwip/
H A Daltcp.h74 altcp_accept_fn accept; member
/third_party/python/Lib/test/
H A Dmock_socket.py77 def accept(self): member in MockSocket
/third_party/python/Lib/
H A Dsocket.py287 def accept(self): member in socket
/third_party/skia/src/sksl/
H A DSkSLDSLParser.h281 void accept() { in accept() function in SkSL::DSLParser::Checkpoint
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs323 pub fn accept<S>(&self, stream: S) -> Result<SslStream<S>, HandshakeError<S>> in accept() functions

Completed in 15 milliseconds

123456