Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 46) sorted by relevance

12

/base/msdp/device_status/utils/common/include/
Ddevicestatus_define.h37 #define CHKPL(cond) \ argument
44 #define CHKPV(cond) \ argument
52 #define CHKPF(cond) \ argument
60 #define CHKPS(cond) \ argument
68 #define CHKPC(cond) \ argument
76 #define CHKPB(cond) \ argument
84 #define CHKPR(cond, r) \ argument
92 #define CHKPP(cond) \ argument
100 #define CHKPO(cond) \ argument
Ddevicestatus_common.h28 #define DEV_RET_IF_NULL_WITH_RET(cond, retval) if (cond) {return (retval);} argument
29 #define DEV_RET_IF_NULL(cond) if (cond) {return;} argument
30 #define DEV_RET_IF_NULL_WITH_LOG(cond, loginfo) \ argument
/base/sensors/miscdevice/utils/common/include/
Dsensors_errors.h124 #define CHKPL(cond, ...) \ argument
132 #define CHKPV(cond) \ argument
141 #define CHKPF(cond) \ argument
150 #define CHKPC(cond) \ argument
159 #define CHKPB(cond) \ argument
168 #define CHKPR(cond, r) \ argument
177 #define CHKPP(cond) \ argument
186 #define CK(cond, ec) \ argument
195 #define CHKPL(cond) \ argument
202 #define CHKPV(cond) \ argument
[all …]
/base/sensors/sensor/utils/common/include/
Dsensor_errors.h155 #define CHKPL(cond, ...) \ argument
163 #define CHKPV(cond) \ argument
172 #define CHKPF(cond) \ argument
181 #define CHKPC(cond) \ argument
190 #define CHKPB(cond) \ argument
199 #define CHKPR(cond, r) \ argument
208 #define CHKPP(cond) \ argument
217 #define CK(cond, ec) \ argument
226 #define CHKPL(cond) \ argument
233 #define CHKPV(cond) \ argument
[all …]
/base/hiviewdfx/hiview/base/event_store/dao/
Ddoc_query.cpp28 void DocQuery::And(const Cond& cond) in And()
50 bool DocQuery::IsContainCond(const Cond& cond, const FieldValue& value) const in IsContainCond() argument
101 return std::all_of(innerConds_.begin(), innerConds_.end(), [this, &innerField] (auto& cond) { in IsContainInnerConds()
112 return std::all_of(extraConds_.begin(), extraConds_.end(), [this, &decodedEvent] (auto& cond) { in IsContainExtraConds()
140 for (auto& cond : innerConds_) { in ToString() local
146 for (auto& cond : extraConds_) { in ToString() local
Dsys_event_query.cpp306 Cond &Cond::And(const Cond &cond) in And()
312 bool Cond::IsSimpleCond(const Cond &cond) in IsSimpleCond()
317 void Cond::Traval(DocQuery &docQuery, const Cond &cond) in Traval()
444 SysEventQuery &SysEventQuery::Where(const Cond &cond) in Where()
450 SysEventQuery &SysEventQuery::And(const Cond &cond) in And()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_watcher_test.cpp68 TriggerCondition cond) in AppEventWatcherTest()
108 TriggerCondition cond = { in BuildCondition() local
119 TriggerCondition cond = BuildCondition(0, 0, 0); in BuildSimpleWatcher() local
127 TriggerCondition cond = BuildCondition(1, 0, 0); // row is 1 in BuildWatcherWithRow() local
135 TriggerCondition cond = BuildCondition(0, 10, 0); // size is 10 byte in BuildWatcherWithSize() local
143 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 in BuildWatcherWithTimeout() local
151 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 in BuildWatcherWithTimeout2() local
159 TriggerCondition cond = BuildCondition(0, 0, 0); in BuildSimpleOsWatcher() local
/base/useriam/pin_auth/common/utils/
Diam_check.h25 #define IF_FALSE_LOGE_AND_RETURN(cond) \ argument
33 #define IF_FALSE_LOGE_AND_RETURN_VAL(cond, retVal) \ argument
/base/useriam/user_auth_framework/common/utils/
Diam_check.h25 #define IF_FALSE_LOGE_AND_RETURN(cond) \ argument
33 #define IF_FALSE_LOGE_AND_RETURN_VAL(cond, retVal) \ argument
/base/useriam/fingerprint_auth/common/utils/
Diam_check.h25 #define IF_FALSE_LOGE_AND_RETURN(cond) \ argument
33 #define IF_FALSE_LOGE_AND_RETURN_VAL(cond, retVal) \ argument
/base/useriam/face_auth/common/utils/
Diam_check.h25 #define IF_FALSE_LOGE_AND_RETURN(cond) \ argument
33 #define IF_FALSE_LOGE_AND_RETURN_VAL(cond, retVal) \ argument
/base/powermgr/display_manager/state_manager/utils/native/include/
Ddisplay_common.h27 #define RETURN_IF_WITH_RET(cond, retval) if (cond) {return (retval);} argument
28 #define RETURN_IF(cond) if (cond) {return;} argument
29 #define RETURN_IF_WITH_LOG(cond, loginfo) \ argument
/base/powermgr/thermal_manager/utils/native/include/
Dthermal_common.h27 #define THERMAL_RETURN_IF_WITH_RET(cond, retval) \ argument
29 #define THERMAL_RETURN_IF(cond) if (cond) {return;} argument
30 #define THERMAL_RETURN_IF_WITH_LOG(cond, loginfo) … argument
/base/powermgr/power_manager/utils/native/include/
Dpower_common.h27 #define RETURN_IF_WITH_RET(cond, retval) if (cond) {return (retval);} argument
28 #define RETURN_IF(cond) if (cond) {return;} argument
29 #define RETURN_IF_WITH_LOG(cond, loginfo) \ argument
/base/powermgr/battery_manager/utils/native/include/
Dpower_common.h27 #define RETURN_IF_WITH_RET(cond, retval) if (cond) {return (retval);} argument
28 #define RETURN_IF(cond) if (cond) {return;} argument
29 #define RETURN_IF_WITH_LOG(cond, loginfo) \ argument
/base/powermgr/battery_statistics/utils/native/include/
Dstats_common.h27 #define STATS_RETURN_IF_WITH_RET(cond, retval) if (cond) { return (retval); } argument
28 #define STATS_RETURN_IF(cond) if (cond) { return; } argument
29 #define STATS_RETURN_IF_WITH_LOG(loglabel, cond, loginfo) \ argument
/base/usb/usb_manager/utils/native/include/
Dusb_common.h86 #define RETURN_IF_WITH_RET(cond, retval) \ argument
90 #define RETURN_IF(cond) \ argument
94 #define RETURN_IF_WITH_LOG(cond, loginfo) \ argument
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_condition.c24 int Wait(pthread_cond_t* cond, HcMutex* mutex) in Wait()
36 void Notify(pthread_cond_t* cond) in Notify()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dapp_event_watcher.cpp24 TriggerCondition cond) in AppEventWatcher()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_manager_c_test.cpp68 void InitQueryRuleWithCondition(HiSysEventQueryRule& rule, const std::string& cond) in InitQueryRuleWithCondition()
142 void QueryTestWithCondition(const std::string& cond) in QueryTestWithCondition()
400 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", variable
421 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"uid_","op":"=","value":1201}]… variable
441 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":">=","value":0}]}}… variable
461 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"type_","op":"<=","value":4}]}… variable
481 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":">","value":0}]}})… variable
501 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":"<","value":0}]}})… variable
589 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"time_","op":">", variable
742 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", variable
[all …]
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_watch.cpp68 bool IsValidCondition(const napi_env env, const napi_value cond) in IsValidCondition()
175 int GetConditionValue(const napi_env env, const napi_value cond, const std::string& name) in GetConditionValue()
195 napi_value cond = NapiUtil::GetProperty(env, watcher, COND_PROPERTY); in GetCondition() local
288 TriggerCondition cond = GetCondition(env, watcher); in AddWatcher() local
/base/sensors/sensor/frameworks/js/napi/include/
Dsensor_napi_utils.h64 #define CHKNCF(env, cond, message) \ argument
/base/time/time_service/utils/native/include/
Dtime_hilog.h74 #define CHECK_AND_RETURN_RET_LOG(module, cond, ret, ...) \ argument
82 #define CHECK_AND_RETURN_LOG(module, cond, ...) \ argument
/base/startup/init/services/modules/bootchart/
Dbootchart.h25 pthread_cond_t cond; member
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
Dhc_condition.h36 pthread_cond_t cond; member

12