/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 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 D | battery_info.h | 406 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 D | lib.rs | 89 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 D | dsoftbus.rs | 124 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 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()
|
/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);
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager4_gtest.cpp | 124 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 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_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_manager1_gtest.cpp | 124 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 D | call_manager8_gtest.cpp | 124 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 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_manager2_gtest.cpp | 124 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 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
|
/base/request/request/services/src/manage/scheduler/qos/ |
H A D | apps.rs | 164 fn eq(&self, other: &Self) -> bool { in eq() functions
|
/base/request/request/services/src/manage/ |
H A D | query.rs | 25 if config.token.eq(token.as_str()) {
|