/base/sensors/miscdevice/utils/include/ |
D | sensors_errors.h | 110 #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/ |
D | sensors_errors.h | 140 #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/ |
D | iam_check.h | 25 #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/ |
D | hiappevent_watcher_test.cpp | 56 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/ |
D | display_common.h | 27 #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/ |
D | power_common.h | 27 #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/ |
D | devicestatus_common.h | 27 #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/ |
D | power_common.h | 27 #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/ |
D | thermal_common.h | 27 #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/ |
D | stats_common.h | 27 #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/ |
D | hc_condition.c | 22 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/ |
D | usb_common.h | 86 #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/ |
D | sys_event_query.cpp | 203 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/ |
D | hisysevent_manager_c_test.cpp | 63 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/ |
D | napi_hiappevent_watch.cpp | 62 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/ |
D | time_hilog_wreapper.h | 72 #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/ |
D | sensor_napi_utils.h | 63 #define CHKNCF(env, cond, message) \ argument
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
D | hisysevent_manager_c.cpp | 44 std::string cond = rules[i].condition == nullptr ? "" : rules[i].condition; in HiSysEventQuery() local
|
/base/startup/init/services/modules/bootchart/ |
D | bootchart.h | 25 pthread_cond_t cond; member
|
/base/security/huks/utils/condition/ |
D | hks_condition.c | 29 pthread_cond_t cond; member
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/ |
D | hc_condition.h | 37 pthread_cond_t cond; member
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/watcher/ |
D | app_event_watcher.cpp | 27 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/ |
D | hks_condition_test.cpp | 30 pthread_cond_t cond; member
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
D | app_event_blocks_dao.cpp | 81 std::string cond; in RemoveBlock() local
|
D | app_event_block_dao.cpp | 68 std::string cond; in DeletePackageBySeq() local
|