/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
H A D | socket.rs | 48 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 D | database.rs | 124 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 D | asset.rs | 245 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 D | crypto_manager.rs | 61 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 D | socket.rs | 46 PartialEq::eq, in create_socket() 66 PartialEq::eq, in bind()
|
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/ |
H A D | battery_info.h | 406 bool eq = (present_ == info.IsPresent()) && variable 423 return eq;
|
/ohos5.0/base/security/asset/test/unittest/module_test/src/crypto_manager/ |
H A D | lib.rs | 89 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 D | query.rs | 128 …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 D | join_set.rs | 102 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 D | dsoftbus.rs | 124 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 D | vec.rs | 243 fn eq(&self, other: &Self) -> bool { in eq() method
|
/ohos5.0/commonlibrary/rust/ylong_json/src/value/object/ |
H A D | vec.rs | 232 fn eq(&self, other: &Self) -> bool { in eq() method
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
H A D | call_manager_connect.h | 244 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 D | call_manager3_gtest.cpp | 123 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 D | call_manager5_gtest.cpp | 123 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 D | call_manager6_gtest.cpp | 123 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 D | call_manager8_gtest.cpp | 123 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 D | call_manager1_gtest.cpp | 123 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 D | call_manager4_gtest.cpp | 123 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 D | call_manager2_gtest.cpp | 123 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 D | call_manager7_gtest.cpp | 123 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 D | TestHiPlayer.cpp | 119 .with(eq(size))
|
/ohos5.0/commonlibrary/rust/ylong_json/src/value/ |
H A D | number.rs | 157 fn eq(&self, other: &Self) -> bool { in eq() method
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
H A D | simple.rs | 519 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 D | upload.rs | 327 Some(s) => s.eq("multipart/form-data"), in upload_inner() 328 None => task.conf.method.to_uppercase().eq("POST"), in upload_inner()
|