Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dtext_log.h76 bool can = true; \
78 TEXT_PRINT_LIMIT(LOG_CORE, LOG_INFO, TEXT_LOG_LIMIT_HOURS, can, TEXT_LOG_LIMIT_PRINT_FREQUENCY); \
79 if (can) { \
86 bool can = true; \
88 TEXT_PRINT_LIMIT(LOG_CORE, LOG_WARN, TEXT_LOG_LIMIT_HOURS, can, TEXT_LOG_LIMIT_PRINT_FREQUENCY); \
89 if (can) { \
96 bool can = true; \
98 TEXT_PRINT_LIMIT(LOG_CORE, LOG_ERROR, TEXT_LOG_LIMIT_HOURS, can, TEXT_LOG_LIMIT_PRINT_FREQUENCY); \
99 if (can) { \
106 bool can
[all...]
/base/notification/common_event_service/frameworks/core/include/
H A Devent_log_wrapper.h73 bool can = true; \
74 EVENT_PRINT_LIMIT(LOG_CORE, LOG_FATAL, EVENT_LOG_LIMIT_INTERVALS, can); \
75 if (can) { \
82 bool can = true; \
83 EVENT_PRINT_LIMIT(LOG_CORE, LOG_ERROR, EVENT_LOG_LIMIT_INTERVALS, can); \
84 if (can) { \
92 bool can = true; \
93 EVENT_PRINT_LIMIT(LOG_CORE, LOG_WARN, EVENT_LOG_LIMIT_INTERVALS, can); \
94 if (can) { \
102 bool can
[all...]
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_logger.h99 bool can = true; \
100 EH_PRINT_LIMIT(LOG_CORE, LOG_FATAL, EH_LOG_LIMIT_INTERVALS, can); \
101 if (can) { \
108 bool can = true; \
109 EH_PRINT_LIMIT(LOG_CORE, LOG_ERROR, EH_LOG_LIMIT_INTERVALS, can); \
110 if (can) { \
117 bool can = true; \
118 EH_PRINT_LIMIT(LOG_CORE, LOG_WARN, EH_LOG_LIMIT_INTERVALS, can); \
119 if (can) { \
126 bool can
[all...]
/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_log_wrapper.h99 bool can = true; \
100 ANS_PRINT_LIMIT(LOG_CORE, LOG_FATAL, ANS_LOG_LIMIT_INTERVALS, can); \
101 if (can) { \
108 bool can = true; \
109 ANS_PRINT_LIMIT(LOG_CORE, LOG_ERROR, ANS_LOG_LIMIT_INTERVALS, can); \
110 if (can) { \
118 bool can = true; \
119 ANS_PRINT_LIMIT(LOG_CORE, LOG_WARN, ANS_LOG_LIMIT_INTERVALS, can); \
120 if (can) { \
128 bool can
[all...]
/foundation/arkui/ace_engine_lite/frameworks/common/log/
H A Dace_log.h24 #error Only one marco can be defined
27 #error Only one marco can be defined
30 #error Only one macro can be defined
/applications/standard/systemui/
H A Dgradlew.bat35 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat34 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/pages/index/
H A Dindex.js312 logger.error(TAG, `onRadioChange failed, can not get name from discoverList`)
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_audio_recorder_fast.h95 // Don't add O_APPEND, or else seek fail, can not write the file length. in FIXTURE()
123 // Don't add O_APPEND, or else seek fail, can not write the file length. in FIXTURE()
146 PTEST((AudioRecordSource recordSource), The recorder can be stopped and set source again) in FIXTURE()
151 // Don't add O_APPEND, or else seek fail, can not write the file length. in FIXTURE()
169 // Don't add O_APPEND, or else seek fail, can not write the file length. in FIXTURE()
189 // The recorder can create audioRecorder in FIXTURE()
197 // The recorder can release in FIXTURE()
205 // The recorder can prepare, release in FIXTURE()
212 // Don't add O_APPEND, or else seek fail, can not write the file length. in FIXTURE()
222 // The recorder can prepar in FIXTURE()
[all...]
H A Dtest_single_player_fast.h293 PTEST((std::string url), Test play finished can play again) in FIXTURE()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp1573 MEDIA_ERR_LOG("virtual uri:%{private}s is invalid, can not get id", virtualUri.c_str());

Completed in 7 milliseconds