Home
last modified time | relevance | path

Searched refs:lhs (Results 1 - 11 of 11) sorted by relevance

/base/update/updater/test/unittest/updater_ui_test/strategy/
H A Dui_strategy_unittest.cpp24 bool operator == (const ComInfo &lhs, const ComInfo &rhs) in operator ==() argument
26 return lhs.comId == rhs.comId && lhs.pageId == rhs.pageId; in operator ==()
29 bool operator == (const ProgressPage &lhs, const ProgressPage &rhs) in operator ==() argument
31 return lhs.logoComId == rhs.logoComId && lhs.logoType == rhs.logoType && lhs.progressComId == rhs.progressComId && in operator ==()
32 lhs.progressPageId == rhs.progressPageId && lhs.progressType == rhs.progressType && in operator ==()
33 lhs in operator ==()
36 operator ==(const ResPage &lhs, const ResPage &rhs) operator ==() argument
41 operator ==(const UiStrategyCfg &lhs, const UiStrategyCfg &rhs) operator ==() argument
[all...]
/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_layout_unittest.cpp28 bool operator == (const UxViewCommonInfo &lhs, const UxViewCommonInfo &rhs) in operator ==() argument
30 return std::tie(lhs.x, lhs.y, lhs.w, lhs.h, lhs.id, lhs.type, lhs.visible) == in operator ==()
34 bool operator == (const UxBoxProgressInfo &lhs, const UxBoxProgressInfo &rhs) in operator ==() argument
36 return std::tie(lhs in operator ==()
40 operator ==(const UxLabelInfo &lhs, const UxLabelInfo &rhs) operator ==() argument
46 operator ==(const UxImageInfo &lhs, const UxImageInfo &rhs) operator ==() argument
52 operator ==(const UxLabelBtnInfo &lhs, const UxLabelBtnInfo &rhs) operator ==() argument
58 operator ==(const UxViewInfo &lhs, const UxViewInfo &rhs) operator ==() argument
[all...]
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_certificate_test.cpp1287 /* CompareBigNum : CfBlob lhs and CfBlob rhs is NULL */
1290 CfBlob lhs = { 0 }; in HWTEST_F() local
1292 lhs.data = (unsigned char *)"1234567890"; in HWTEST_F()
1293 lhs.size = 10; in HWTEST_F()
1298 lhs.data = nullptr; in HWTEST_F()
1300 CfResult ret = CompareBigNum(&lhs, &rhs, &out); in HWTEST_F()
1304 /* CompareBigNum : CfBlob lhs and CfBlob rhs is NULL */
1307 CfBlob lhs = { 0 }; in HWTEST_F() local
1309 lhs.data = (unsigned char *)"1234567890"; in HWTEST_F()
1310 lhs in HWTEST_F()
1322 CfBlob lhs = { 0 }; HWTEST_F() local
1337 CfBlob lhs = { 0 }; HWTEST_F() local
1361 CfBlob lhs = { 0 }; HWTEST_F() local
1375 CfBlob lhs = { 0 }; HWTEST_F() local
1391 CfBlob lhs = { 0 }; HWTEST_F() local
1406 CfBlob lhs = { 0 }; HWTEST_F() local
[all...]
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dcertificate_openssl_common.c240 CfResult CompareBigNum(const CfBlob *lhs, const CfBlob *rhs, int *out) in CompareBigNum() argument
242 if ((lhs->data == NULL) || (lhs->size == 0) || (rhs->data == NULL) || (rhs->size == 0)) { in CompareBigNum()
247 BIGNUM *lhsBigNum = BN_bin2bn(lhs->data, lhs->size, NULL); in CompareBigNum()
/base/security/certificate_framework/frameworks/adapter/v1.0/inc/
H A Dcertificate_openssl_common.h48 CfResult CompareBigNum(const CfBlob *lhs, const CfBlob *rhs, int *out);
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_manager.cpp94 LogStoreEx::LogFileComparator comparator = [](const LogFile &lhs, const LogFile &rhs) { in Init()
95 FaultLogInfo lhsInfo = ExtractInfoFromFileName(lhs.name_); in Init()
/base/update/updater/test/unittest/utils/json/
H A Dutils_json_visitor_test.cpp73 bool operator==(const D &lhs, const D &rhs) in operator ==() argument
75 return lhs.d1 == rhs.d1 && lhs.d2 == rhs.d2 && lhs.d3 == rhs.d3; in operator ==()
/base/sensors/sensor/frameworks/js/napi/include/
H A Dsensor_napi_utils.h31 bool IsSameValue(const napi_env &env, const napi_value &lhs, const napi_value &rhs);
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp762 [](const std::string& lhs, const std::string& rhs) -> int { in RemoveTempFileIfNeed()
763 auto lhsSplitPos = lhs.find_last_of("-"); in RemoveTempFileIfNeed()
766 return lhs.compare(rhs) > 0; in RemoveTempFileIfNeed()
769 return lhs.substr(lhsSplitPos).compare(rhs.substr(rhsSplitPos)) > 0; in RemoveTempFileIfNeed()
/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_napi_utils.cpp34 bool IsSameValue(const napi_env &env, const napi_value &lhs, const napi_value &rhs) in IsSameValue() argument
38 CHKNRF(env, napi_strict_equals(env, lhs, rhs, &result), "napi_strict_equals"); in IsSameValue()
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp913 LogStoreEx::LogFileComparator comparator = [this](const LogFile &lhs, const LogFile &rhs) { in OnLoad()
914 return rhs < lhs; in OnLoad()

Completed in 12 milliseconds