Home
last modified time | relevance | path

Searched refs:IsEqual (Results 1 – 8 of 8) sorted by relevance

/base/security/security_component_manager/interfaces/inner_api/security_component/include/
Dsec_comp_info.h75 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/
Dhap_byte_buffer_test.cpp81 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/
Dutility.h43 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/
Dhap_byte_buffer.h64 DLL_EXPORT bool IsEqual(const HapByteBuffer& other);
65 DLL_EXPORT bool IsEqual(const std::string& other);
/base/security/appverify/interfaces/innerkits/appverify/src/common/
Dhap_byte_buffer.cpp310 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/
Dwatcher_manager_kits.h49 bool IsEqual(ParameterChangePtr callback, const void *context) const in IsEqual() function
Dwatcher_manager_kits.cpp241 if (it->second->IsEqual(callback, context)) { in AddParameterListener()
262 if (listener->IsEqual(callback, context)) { in DelParameterListener()
/base/security/appverify/interfaces/innerkits/appverify/src/util/
Dhap_signing_block_utils.cpp450 if (!digestInfo.content.IsEqual(actualDigest)) { in VerifyHapIntegrity()