Searched refs:IsEqual (Results 1 – 8 of 8) sorted by relevance
/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
D | sec_comp_info.h | 75 inline bool IsEqual(double left, double right) in IsEqual() function 100 return (IsEqual(x_, other.x_)) && (IsEqual(y_, other.y_)) && 101 (IsEqual(width_, other.width_)) && (IsEqual(height_, other.height_));
|
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
D | hap_byte_buffer_test.cpp | 81 ASSERT_TRUE(buffer3.IsEqual(buffer4)); 233 ASSERT_TRUE(buffer1.IsEqual(buffer1)); 239 ASSERT_FALSE(buffer1.IsEqual(buffer2)); 245 ASSERT_FALSE(buffer1.IsEqual(buffer2)); 251 ASSERT_TRUE(buffer1.IsEqual(buffer3)); 269 ASSERT_FALSE(buffer1.IsEqual(testStr)); 275 ASSERT_FALSE(buffer1.IsEqual(testStr)); 283 ASSERT_TRUE(buffer1.IsEqual(testStr));
|
/base/msdp/device_status/utils/common/include/ |
D | utility.h | 43 static bool IsEqual(const char *s1, const char *s2); 68 inline bool Utility::IsEqual(const char *s1, const char *s2)
|
/base/security/appverify/interfaces/innerkits/appverify/include/common/ |
D | hap_byte_buffer.h | 64 DLL_EXPORT bool IsEqual(const HapByteBuffer& other); 65 DLL_EXPORT bool IsEqual(const std::string& other);
|
/base/security/appverify/interfaces/innerkits/appverify/src/common/ |
D | hap_byte_buffer.cpp | 310 bool HapByteBuffer::IsEqual(const HapByteBuffer& other) in IsEqual() function in OHOS::Security::Verify::HapByteBuffer 330 bool HapByteBuffer::IsEqual(const std::string& other) in IsEqual() function in OHOS::Security::Verify::HapByteBuffer
|
/base/startup/init/services/param/watcher/agent/ |
D | watcher_manager_kits.h | 49 bool IsEqual(ParameterChangePtr callback, const void *context) const in IsEqual() function
|
D | watcher_manager_kits.cpp | 241 if (it->second->IsEqual(callback, context)) { in AddParameterListener() 262 if (listener->IsEqual(callback, context)) { in DelParameterListener()
|
/base/security/appverify/interfaces/innerkits/appverify/src/util/ |
D | hap_signing_block_utils.cpp | 450 if (!digestInfo.content.IsEqual(actualDigest)) { in VerifyHapIntegrity()
|