/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | softbus_log.h | 47 #define FORMAT(fmt) "[%{public}s:%{public}d] %{public}s# " fmt macro 49 #define FORMAT(fmt) "%{public}s# " fmt 56 HILOG_FATAL(HILOG_MODULE_SOFTBUS, FORMAT(fmt), FILE_NAME, __LINE__, __FUNCTION__, ##__VA_ARGS__) 58 HILOG_ERROR(HILOG_MODULE_SOFTBUS, FORMAT(fmt), FILE_NAME, __LINE__, __FUNCTION__, ##__VA_ARGS__) 60 HILOG_WARN(HILOG_MODULE_SOFTBUS, FORMAT(fmt), FILE_NAME, __LINE__, __FUNCTION__, ##__VA_ARGS__) 62 HILOG_INFO(HILOG_MODULE_SOFTBUS, FORMAT(fmt), FILE_NAME, __LINE__, __FUNCTION__, ##__VA_ARGS__) 64 HILOG_DEBUG(HILOG_MODULE_SOFTBUS, FORMAT(fmt), FILE_NAME, __LINE__, __FUNCTION__, ##__VA_ARGS__) 76 …LOG_CORE, level, label.domain, label.tag, FORMAT(fmt), FILE_NAME, __LINE__, __FUNCTION__, ##__VA_A… 79 …(void)HiLogPrint(LOG_CORE, level, label.domain, label.tag, FORMAT(fmt), __FUNCTION__, ##__VA_ARGS_… 85 …LOG_CORE, level, label.domain, label.tag, FORMAT(fmt), FILE_NAME, __LINE__, __FUNCTION__, ##__VA_A… [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | rd_log_print.cpp | 29 #define FORMAT "%s" in PrintLog() macro 31 #define FORMAT "%{public}s" in PrintLog() macro 36 (void)HILOG_IMPL(label.type, LOG_DEBUG, label.domain, label.tag, FORMAT, msg.c_str()); in PrintLog() 39 (void)HILOG_IMPL(label.type, LOG_INFO, label.domain, label.tag, FORMAT, msg.c_str()); in PrintLog() 42 (void)HILOG_IMPL(label.type, LOG_WARN, label.domain, label.tag, FORMAT, msg.c_str()); in PrintLog() 45 (void)HILOG_IMPL(label.type, LOG_ERROR, label.domain, label.tag, FORMAT, msg.c_str()); in PrintLog() 48 (void)HILOG_IMPL(label.type, LOG_FATAL, label.domain, label.tag, FORMAT, msg.c_str()); in PrintLog()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | log_print.cpp | 39 #define FORMAT "%s" in Print() macro 41 #define FORMAT "%{public}s" in Print() macro 46 … (void)HILOG_IMPL(label.type, LOG_DEBUG, label.domain, label.tag, FORMAT, msg.c_str()); in Print() 49 … (void)HILOG_IMPL(label.type, LOG_INFO, label.domain, label.tag, FORMAT, msg.c_str()); in Print() 52 … (void)HILOG_IMPL(label.type, LOG_WARN, label.domain, label.tag, FORMAT, msg.c_str()); in Print() 55 … (void)HILOG_IMPL(label.type, LOG_ERROR, label.domain, label.tag, FORMAT, msg.c_str()); in Print() 58 … (void)HILOG_IMPL(label.type, LOG_FATAL, label.domain, label.tag, FORMAT, msg.c_str()); in Print()
|
/ohos5.0/base/update/updater/services/flashd/daemon/ |
H A D | format_commander.cpp | 38 NotifyFail(CmdType::FORMAT); in DoCommand() 46 NotifyFail(CmdType::FORMAT); in DoCommand() 52 NotifyFail(CmdType::FORMAT); in DoCommand() 57 NotifySuccess(CmdType::FORMAT); in DoCommand()
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | tar_file.cpp | 557 const string FORMAT = "%0*d"; in WriteNormalData() local 560 int ret = sprintf_s(tmp.mode, sizeof(tmp.mode), FORMAT.c_str(), (int)sizeof(tmp.mode) - 1, 0); in WriteNormalData() 564 ret = sprintf_s(tmp.uid, sizeof(tmp.uid), FORMAT.c_str(), (int)sizeof(tmp.uid) - 1, 0); in WriteNormalData() 568 ret = sprintf_s(tmp.gid, sizeof(tmp.gid), FORMAT.c_str(), (int)sizeof(tmp.gid) - 1, 0); in WriteNormalData() 572 ret = sprintf_s(tmp.size, sizeof(tmp.size), FORMAT.c_str(), (int)sizeof(tmp.size) - 1, 0); in WriteNormalData() 576 ret = sprintf_s(tmp.mtime, sizeof(tmp.mtime), FORMAT.c_str(), (int)sizeof(tmp.mtime) - 1, 0); in WriteNormalData()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_image_info.cpp | 41 const std::string FORMAT = "image/png"; variable 56 option.format = FORMAT; in ConvertToString()
|
/ohos5.0/base/update/updater/services/include/flashd/ |
H A D | flashd.h | 40 FORMAT, enumerator
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/ |
H A D | storage_daemon_ipc_interface_code.h | 30 FORMAT, enumerator
|
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | Fetcher.java | 398 getMonthNames(DateFormatSymbols.FORMAT, DateFormatSymbols.ABBREVIATED); in getFormatAbbrMonthNames() 403 getWeekDayNames(DateFormatSymbols.FORMAT, DateFormatSymbols.ABBREVIATED); in getFormatAbbrDayNames() 495 getMonthNames(DateFormatSymbols.FORMAT, DateFormatSymbols.WIDE); in getFormatWideMonthNames() 500 getWeekDayNames(DateFormatSymbols.FORMAT, DateFormatSymbols.WIDE); in getFormatWideWeekDayNames()
|
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | storage_manager_ipc_interface_code.h | 76 FORMAT, enumerator
|
/ohos5.0/base/telephony/sms_mms/test/unittest/ |
H A D | sms_broadcast_subscriber.cpp | 94 …std::cout << SmsCbData::FORMAT << ":" << std::to_string(want.GetByteParam(SmsCbData::FORMAT, DEFAU… in CbMessageTest()
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_cb_data.h | 64 inline static const std::string FORMAT = "format"; variable
|
/ohos5.0/build/hb/services/ |
H A D | gn.py | 42 FORMAT = 6 variable in CMDTYPE 68 elif cmd_type == CMDTYPE.FORMAT:
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_stub_noper_test.cpp | 54 static_cast<int32_t>(StorageManagerInterfaceCode::FORMAT),
|
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | sms_mms_data.h | 166 static constexpr const char *FORMAT = "format"; variable
|
/ohos5.0/build/hb/resolver/ |
H A D | tool_args_resolver.py | 108 cmd_type=CMDTYPE.FORMAT, args_list=target_arg.arg_value)
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_daemon_stub.cpp | 39 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::FORMAT)] = in StorageDaemonStub() 113 case static_cast<uint32_t>(StorageDaemonInterfaceCode::FORMAT): in OnRemoteRequest() 165 case static_cast<uint32_t>(StorageDaemonInterfaceCode::FORMAT): in OnRemoteRequestForBase()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | render_data_structures.h | 416 FORMAT = 1, enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_camera/ |
H A D | hisysevent.yaml | 99 FORMAT: {type: INT32, desc: dcamera format}
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 444 const int32_t FORMAT = 12; in JsGetFormat() local 445 napi_create_int32(env, FORMAT, &result); in JsGetFormat()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 430 const int32_t FORMAT = 12; in JsGetFormat() local 431 napi_create_int32(env, FORMAT, &result); in JsGetFormat()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_create_gpu_images.cpp | 58 if (dependencyFlags & DependencyFlagBits::FORMAT) { in GetDependencyList()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/device_manager/ |
H A D | v4l2_device_manager.cpp | 629 constexpr int FORMAT = 1; variable 648 formatVector.push_back(FORMAT); in ConvertAbilityStreamAvailableExtendConfigurationsToOhos()
|
/ohos5.0/base/telephony/telephony_data/sms_mms/src/ |
H A D | rdb_sms_mms_helper.cpp | 134 createTableStr.append(SmsSubsection::FORMAT).append(" INTEGER , "); in CreateSmsSubsectionTableStr()
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_receive_handler.cpp | 411 bucket.Put(SmsSubsection::FORMAT, indexer->GetIsCdma() ? SMS_TYPE_CDMA : SMS_TYPE_GSM); in AddMsgToDB()
|