Home
last modified time | relevance | path

Searched refs:eq (Results 1 – 25 of 82) sorted by relevance

1234

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dsocket.rs48 PartialEq::eq, in create_socket()
70 PartialEq::eq, in bind()
85 PartialEq::eq, in listen()
98 PartialEq::eq, in connect()
135 PartialEq::eq, in get_sock_linger()
154 PartialEq::eq, in set_sock_linger()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Ddatabase.rs124 if !error.eq(&Error::Success) { in generate_ids()
169 if !error.eq(&Error::Success) { in insert()
216 if !error.eq(&Error::Success) { in update()
259 if !error.eq(&Error::Success) { in delete()
305 if !error.eq(&Error::Success) { in query_values()
332 if !error.eq(&Error::Success) { in lock()
359 if !error.eq(&Error::Success) { in unlock()
383 if !error.eq(&Error::Success) { in heartbeat()
H A Dasset.rs245 if !error.eq(&Error::Success) { in download()
297 if !error.eq(&Error::Success) { in upload()
/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dcrypto_manager.rs61 if crypto.challenge().eq(challenge) && crypto.calling_info().eq(calling_info) { in find()
70 …ryptos.retain(|crypto| crypto.calling_info() != calling_info || !crypto.challenge().eq(challenge)); in remove()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dsocket.rs46 PartialEq::eq, in create_socket()
66 PartialEq::eq, in bind()
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h406 bool eq = (present_ == info.IsPresent()) && variable
423 return eq;
/ohos5.0/base/security/asset/test/unittest/module_test/src/crypto_manager/
H A Dlib.rs89 assert!(!cipher.eq(&msg)); in encrypt_and_decrypt()
93 assert!(plaintext.eq(&msg)); in encrypt_and_decrypt()
/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dquery.rs128 …assert!(asset.get_bytes_attr(&Tag::Alias).unwrap().eq(format!("{:?}{}", function_name, i).as_bytes… in query_with_limit_with_without_offset()
139 .eq(format!("{:?}{}", function_name, i + offset as usize).as_bytes())); in query_with_limit_with_without_offset()
345 assert!(assets[0].get_bytes_attr(&Tag::DataLabelNormal1).unwrap().eq(NORMAL_LABEL1)); in query_with_return_order_by()
350 assert!(!assets[0].get_bytes_attr(&Tag::DataLabelNormal1).unwrap().eq(NORMAL_LABEL1)); in query_with_return_order_by()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Djoin_set.rs102 fn eq(&self, other: &Self) -> bool { in eq() method
103 unsafe { (*(self.handle.get())).raw.eq(&(*(other.handle.get())).raw) } in eq()
/ohos5.0/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Ddsoftbus.rs124 fn eq(&self, other: &Self) -> bool { in eq() method
127 ptr::eq(self_data_ptr, other_data_ptr) in eq()
172 if self.local_session_name.eq(&session_name) { in init()
/ohos5.0/commonlibrary/rust/ylong_json/src/value/array/
H A Dvec.rs243 fn eq(&self, other: &Self) -> bool { in eq() method
/ohos5.0/commonlibrary/rust/ylong_json/src/value/object/
H A Dvec.rs232 fn eq(&self, other: &Self) -> bool { in eq() method
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_connect.h244 static void LockCallId(bool eq, int32_t originVal, int32_t slipMs, int32_t timeoutMs);
245 static void LockCallState(bool eq, int32_t originVal, int32_t slipMs, int32_t timeoutMs);
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager3_gtest.cpp123 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
132 if (eq) { in LockCallId()
139 void CallInfoManager::LockCallState(bool eq, int32_t targetState, int32_t slipMs, int32_t timeoutMs) in LockCallState() argument
H A Dcall_manager5_gtest.cpp123 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
132 if (eq) { in LockCallId()
139 void CallInfoManager::LockCallState(bool eq, int32_t targetState, int32_t slipMs, int32_t timeoutMs) in LockCallState() argument
H A Dcall_manager6_gtest.cpp123 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
132 if (eq) { in LockCallId()
139 void CallInfoManager::LockCallState(bool eq, int32_t targetState, int32_t slipMs, int32_t timeoutMs) in LockCallState() argument
H A Dcall_manager8_gtest.cpp123 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
132 if (eq) { in LockCallId()
139 void CallInfoManager::LockCallState(bool eq, int32_t targetState, int32_t slipMs, int32_t timeoutMs) in LockCallState() argument
H A Dcall_manager1_gtest.cpp123 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
132 if (eq) { in LockCallId()
139 void CallInfoManager::LockCallState(bool eq, int32_t targetState, int32_t slipMs, int32_t timeoutMs) in LockCallState() argument
H A Dcall_manager4_gtest.cpp123 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
132 if (eq) { in LockCallId()
139 void CallInfoManager::LockCallState(bool eq, int32_t targetState, int32_t slipMs, int32_t timeoutMs) in LockCallState() argument
H A Dcall_manager2_gtest.cpp123 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
132 if (eq) { in LockCallId()
139 void CallInfoManager::LockCallState(bool eq, int32_t targetState, int32_t slipMs, int32_t timeoutMs) in LockCallState() argument
H A Dcall_manager7_gtest.cpp123 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
132 if (eq) { in LockCallId()
139 void CallInfoManager::LockCallState(bool eq, int32_t targetState, int32_t slipMs, int32_t timeoutMs) in LockCallState() argument
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestHiPlayer.cpp119 .with(eq(size))
/ohos5.0/commonlibrary/rust/ylong_json/src/value/
H A Dnumber.rs157 fn eq(&self, other: &Self) -> bool { in eq() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs519 fn eq(&self, other: &Self) -> bool { in eq() method
523 (Self::Stream(l0), Self::Stream(r0)) => core::ptr::eq(l0, r0), in eq()
/ohos5.0/base/request/request/services/src/task/
H A Dupload.rs327 Some(s) => s.eq("multipart/form-data"), in upload_inner()
328 None => task.conf.method.to_uppercase().eq("POST"), in upload_inner()

1234