Home
last modified time | relevance | path

Searched refs:eq (Results 1 - 16 of 16) sorted by relevance

/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 self.cryptos.retain(|crypto| crypto.calling_info() != calling_info || !crypto.challenge().eq(challenge)); in remove()
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h406 bool eq = (present_ == info.IsPresent()) && in operator ==() local
423 return eq; in operator ==()
/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()
/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Ddsoftbus.rs124 fn eq(&self, other: &Self) -> bool { in eq() functions
127 ptr::eq(self_data_ptr, other_data_ptr) in eq()
172 if self.local_session_name.eq(&session_name) { in init()
/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()
/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);
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager4_gtest.cpp124 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
133 if (eq) { in LockCallId()
140 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_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_manager1_gtest.cpp124 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
133 if (eq) { in LockCallId()
140 void CallInfoManager::LockCallState(bool eq, int32_t targetState, int32_t slipMs, int32_t timeoutMs) in LockCallState() argument
H A Dcall_manager8_gtest.cpp124 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
133 if (eq) { in LockCallId()
140 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_manager2_gtest.cpp124 void CallInfoManager::LockCallId(bool eq, int32_t targetId, int32_t slipMs, int32_t timeoutMs) in LockCallId() argument
133 if (eq) { in LockCallId()
140 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
/base/request/request/services/src/manage/scheduler/qos/
H A Dapps.rs164 fn eq(&self, other: &Self) -> bool { in eq() functions
/base/request/request/services/src/manage/
H A Dquery.rs25 if config.token.eq(token.as_str()) {

Completed in 18 milliseconds