Home
last modified time | relevance | path

Searched defs:RETURN_IF (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_ndk_screen_capture.h34 #define RETURN_IF(cond, ret, ...) \ macro
H A Dtest_screen_capture.h32 #define RETURN_IF(cond, ret, ...) \ macro
H A Dtest_recorder.h25 #define RETURN_IF(cond, ret, ...) \ macro
/ohos5.0/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_common.h29 #define RETURN_IF(cond) if (cond) {return;} macro
/ohos5.0/base/powermgr/power_manager/utils/native/include/
H A Dpower_common.h28 #define RETURN_IF(cond) if (cond) {return;} macro
/ohos5.0/base/powermgr/battery_manager/utils/native/include/
H A Dpower_common.h28 #define RETURN_IF(cond) if (cond) {return;} macro
/ohos5.0/base/powermgr/display_manager/state_manager/utils/native/include/
H A Ddisplay_common.h28 #define RETURN_IF(cond) if (cond) {return;} macro
/ohos5.0/base/usb/usb_manager/utils/native/include/
H A Dusb_common.h90 #define RETURN_IF(cond) \ macro