Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 11 of 11) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Media/AudioToVideoSync/entry/src/main/cpp/common/dfx/log/
DAVCodecSampleLog.h25 #define AVCODEC_SAMPLE_LOG(func, fmt, args...) … argument
30 #define AVCODEC_SAMPLE_LOGF(fmt, ...) AVCODEC_SAMPLE_LOG(OH_LOG_FATAL, fmt, ##__VA_ARGS__) argument
31 #define AVCODEC_SAMPLE_LOGE(fmt, ...) AVCODEC_SAMPLE_LOG(OH_LOG_ERROR, fmt, ##__VA_ARGS__) argument
32 #define AVCODEC_SAMPLE_LOGW(fmt, ...) AVCODEC_SAMPLE_LOG(OH_LOG_WARN, fmt, ##__VA_ARGS__) argument
33 #define AVCODEC_SAMPLE_LOGI(fmt, ...) AVCODEC_SAMPLE_LOG(OH_LOG_INFO, fmt, ##__VA_ARGS__) argument
34 #define AVCODEC_SAMPLE_LOGD(fmt, ...) AVCODEC_SAMPLE_LOG(OH_LOG_DEBUG, fmt, ##__VA_ARGS__) argument
35 #define AVCODEC_SAMPLE_LOGD_LIMIT(frequency, fmt, ...) … argument
41 #define CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) … argument
49 #define CHECK_AND_RETURN_LOG(cond, fmt, ...) … argument
57 #define CHECK_AND_BREAK_LOG(cond, fmt, ...) … argument
[all …]
/applications/standard/app_samples/code/BasicFeature/Media/AVCodec/entry/src/main/cpp/common/dfx/log/
Dav_codec_sample_log.h33 #define AVCODEC_SAMPLE_LOG(func, fmt, args...) \ argument
38 #define AVCODEC_SAMPLE_LOGF(fmt, ...) AVCODEC_SAMPLE_LOG(OH_LOG_FATAL, fmt, ##__VA_ARGS__) argument
39 #define AVCODEC_SAMPLE_LOGE(fmt, ...) AVCODEC_SAMPLE_LOG(OH_LOG_ERROR, fmt, ##__VA_ARGS__) argument
40 #define AVCODEC_SAMPLE_LOGW(fmt, ...) AVCODEC_SAMPLE_LOG(OH_LOG_WARN, fmt, ##__VA_ARGS__) argument
41 #define AVCODEC_SAMPLE_LOGI(fmt, ...) AVCODEC_SAMPLE_LOG(OH_LOG_INFO, fmt, ##__VA_ARGS__) argument
42 #define AVCODEC_SAMPLE_LOGD(fmt, ...) AVCODEC_SAMPLE_LOG(OH_LOG_DEBUG, fmt, ##__VA_ARGS__) argument
43 #define AVCODEC_SAMPLE_LOGD_LIMIT(frequency, fmt, ...) \ argument
49 #define CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument
57 #define CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument
65 #define CHECK_AND_BREAK_LOG(cond, fmt, ...) \ argument
[all …]
/applications/standard/settings/napi/settings/
Dnapi_settings_log.h28 #define SETTING_LOG_DEBUG(fmt, ...) \ argument
30 #define SETTING_LOG_INFO(fmt, ...) \ argument
32 #define SETTING_LOG_WARN(fmt, ...) \ argument
34 #define SETTING_LOG_ERROR(fmt, ...) \ argument
36 #define SETTING_LOG_FATAL(fmt, ...) \ argument
/applications/standard/calendardata/calendarmanager/common/
Dcalendar_log.h28 #define LOG_DEBUG(fmt, ...) HILOG_DEBUG(LOG_APP, fmt, ##__VA_ARGS__) argument
29 #define LOG_INFO(fmt, ...) HILOG_INFO(LOG_APP, fmt, ##__VA_ARGS__) argument
30 #define LOG_WARN(fmt, ...) HILOG_WARN(LOG_APP, fmt, ##__VA_ARGS__) argument
31 #define LOG_ERROR(fmt, ...) HILOG_ERROR(LOG_APP, fmt, ##__VA_ARGS__) argument
32 #define LOG_FATAL(fmt, ...) HILOG_FATAL(LOG_APP, fmt, ##__VA_ARGS__) argument
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/utils/
Dcommon_utils.h25 #define CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument
33 #define CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument
41 #define CHECK_AND_NO_RETURN_LOG(cond, fmt, ...) \ argument
48 #define CHECK_AND_RETURN_NO_RET(cond, fmt, ...) \ argument
/applications/standard/app_samples/code/DocsSample/Media/Image/ImageEffect/entry/src/main/cpp/utils/
Dcommon_utils.h25 #define CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument
33 #define CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument
41 #define CHECK_AND_NO_RETURN_LOG(cond, fmt, ...) \ argument
48 #define CHECK_AND_RETURN_NO_RET(cond, fmt, ...) \ argument
/applications/standard/app_samples/code/DocsSample/NetWork_Kit/NetWorkKit_NetManager/VPNControl_Case/entry/src/main/cpp/
Dnapi_init.cpp39 #define NETMANAGER_VPN_LOGE(fmt, ...) … argument
43 #define NETMANAGER_VPN_LOGI(fmt, ...) … argument
47 #define NETMANAGER_VPN_LOGD(fmt, ...) … argument
/applications/standard/app_samples/code/BasicFeature/Connectivity/VPN/entry/src/main/cpp/
Dvpn_client.cpp35 #define NETMANAGER_VPN_LOGE(fmt, ...) … argument
39 #define NETMANAGER_VPN_LOGI(fmt, ...) … argument
43 #define NETMANAGER_VPN_LOGD(fmt, ...) … argument
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/
DIO.h129 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt) in print_matrix()
DDenseBase.h473 inline const WithFormat<Derived> format(const IOFormat& fmt) const in format()
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/libsamplerate/examples/
Daudio_out.c335 int stereo, fmt, error ; in opensoundsys_open() local