Home
last modified time | relevance | path

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

12

/base/sensors/miscdevice/utils/include/
Dsensors_errors.h110 #define CHKPL(cond, ...) \ argument
118 #define CHKPV(cond) \ argument
127 #define CHKPF(cond) \ argument
136 #define CHKPC(cond) \ argument
145 #define CHKPB(cond) \ argument
154 #define CHKPR(cond, r) \ argument
163 #define CHKPP(cond) \ argument
172 #define CK(cond, ec) \ argument
181 #define CHKPL(cond) \ argument
188 #define CHKPV(cond) \ argument
[all …]
/base/sensors/sensor/utils/include/
Dsensors_errors.h140 #define CHKPL(cond, ...) \ argument
148 #define CHKPV(cond) \ argument
157 #define CHKPF(cond) \ argument
166 #define CHKPC(cond) \ argument
175 #define CHKPB(cond) \ argument
184 #define CHKPR(cond, r) \ argument
193 #define CHKPP(cond) \ argument
202 #define CK(cond, ec) \ argument
211 #define CHKPL(cond) \ argument
218 #define CHKPV(cond) \ argument
[all …]
/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/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_watcher_test.cpp56 TriggerCondition cond) : AppEventWatcher(name, filters, cond) {} in AppEventWatcherTest()
80 TriggerCondition cond = { in BuildCondition() local
91 TriggerCondition cond = BuildCondition(0, 0, 0); in BuildSimpleWatcher() local
99 TriggerCondition cond = BuildCondition(1, 0, 0); // row is 1 in BuildWatcherWithRow() local
107 TriggerCondition cond = BuildCondition(0, 10, 0); // size is 10 byte in BuildWatcherWithSize() local
115 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 in BuildWatcherWithTimeout() local
123 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 in BuildWatcherWithTimeout2() local
/base/powermgr/display_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/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/msdp/device_status/utils/include/
Ddevicestatus_common.h27 #define DEVICESTATUS_RETURN_IF_WITH_RET(cond, retval) if (cond) {return (retval);} argument
28 #define DEVICESTATUS_RETURN_IF(cond) if (cond) {return;} argument
29 #define DEVICESTATUS_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/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/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/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_condition.c22 int Wait(pthread_cond_t* cond, HcMutex* mutex) in Wait()
30 void Notify(pthread_cond_t* cond) in Notify()
/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/hiviewdfx/hiview/base/event_store/
Dsys_event_query.cpp203 Cond &Cond::And(const Cond &cond) in And()
251 Cond &Cond::Or(const Cond &cond) in Or()
257 void Cond::GetCondEqualValue(DataQuery &dataQuery, Cond &cond) in GetCondEqualValue()
278 void Cond::GetCondNotEqualValue(DataQuery &dataQuery, Cond &cond) in GetCondNotEqualValue()
299 void Cond::GetCondLessThanValue(DataQuery &dataQuery, Cond &cond) in GetCondLessThanValue()
319 void Cond::GetCondLessEqualValue(DataQuery &dataQuery, Cond &cond) in GetCondLessEqualValue()
339 void Cond::GetCondGreatThanValue(DataQuery &dataQuery, Cond &cond) in GetCondGreatThanValue()
359 void Cond::GetCondGreatEqualValue(DataQuery &dataQuery, Cond &cond) in GetCondGreatEqualValue()
379 void Cond::GetCondStartWithValue(DataQuery &dataQuery, Cond &cond) in GetCondStartWithValue()
387 void Cond::GetCondNoStartWithValue(DataQuery &dataQuery, Cond &cond) in GetCondNoStartWithValue()
[all …]
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_manager_c_test.cpp63 void InitQueryRuleWithCondition(HiSysEventQueryRule& rule, const std::string& cond) in InitQueryRuleWithCondition()
120 void QueryTestWithCondition(const std::string& cond) in QueryTestWithCondition()
378 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", variable
399 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"uid_","op":"=","value":1201}]… variable
419 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":">=","value":0}]}}… variable
439 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"type_","op":"<=","value":4}]}… variable
459 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":">","value":0}]}})… variable
479 …std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"pid_","op":"<","value":0}]}})… variable
572 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"time_","op":">", variable
725 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", variable
[all …]
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_watch.cpp62 bool IsValidConditon(const napi_env env, const napi_value cond) in IsValidConditon()
155 int GetConditionValue(const napi_env env, const napi_value cond, const std::string& name) in GetConditionValue()
175 napi_value cond = NapiUtil::GetProperty(env, watcher, COND_PROPERTY); in GetCondition() local
269 TriggerCondition cond = GetCondition(env, watcher); in AddWatcher() local
/base/time/time_service/utils/native/include/
Dtime_hilog_wreapper.h72 #define CHECK_AND_RETURN_RET_LOG(module, cond, ret, ...) \ argument
80 #define CHECK_AND_RETURN_LOG(module, cond, ...) \ argument
/base/sensors/sensor/interfaces/plugin/include/
Dsensor_napi_utils.h63 #define CHKNCF(env, cond, message) \ argument
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_manager_c.cpp44 std::string cond = rules[i].condition == nullptr ? "" : rules[i].condition; in HiSysEventQuery() local
/base/startup/init/services/modules/bootchart/
Dbootchart.h25 pthread_cond_t cond; member
/base/security/huks/utils/condition/
Dhks_condition.c29 pthread_cond_t cond; member
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
Dhc_condition.h37 pthread_cond_t cond; member
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/watcher/
Dapp_event_watcher.cpp27 TriggerCondition cond) : name_(name), filters_(filters), cond_(cond), status_({ 0 }) in AppEventWatcher()
/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/
Dhks_condition_test.cpp30 pthread_cond_t cond; member
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_blocks_dao.cpp81 std::string cond; in RemoveBlock() local
Dapp_event_block_dao.cpp68 std::string cond; in DeletePackageBySeq() local

12