/foundation/communication/dsoftbus/tests/sdk/transmission/integration_test/ |
H A D | test_server.cpp | 36 LOG("%s:enter", __func__); in EsOnSessionOpened() 38 LOG("%s:OpenSession failed!errCode=%d", __func__, result); in EsOnSessionOpened() 42 LOG("%s:Session %d opened!", __func__, sessionId); in EsOnSessionOpened() 45 LOG("%s:Unexpected session %d opened!", __func__, sessionId); in EsOnSessionOpened() 51 LOG("%s:enter", __func__); in EsOnSessionClosed() 60 LOG("%s:session=%d, files=%s, count=%d", __func__, sessionId, files, fileCnt); in TsOnReceiveFileStarted() 67 LOG("%s:session=%d, firstFile=%s, bytesUpload=%" PRIu64 ", bytesTotal=%" PRIu64, __func__, sessionId, firstFile, in TsOnReceiveFileProcess() 73 LOG("%s:session=%d, files=%s, count=%d", __func__, sessionId, files, fileCnt); in TsOnReceiveFileFinished() 77 LOG("%s:session=%d", __func__, sessionId); in TsOnFileTransError() 91 LOG(" in ExecTestSuite() [all...] |
H A D | file_test.cpp | 46 LOG("%s:OpenSession timeout!", __func__); in WaitConnectionReady() 54 LOG("%s:sessionId=%d,bytesUpload=%" PRIu64 ", bytesTotal=%" PRIu64, __func__, sessionId, bytesUpload, bytesTotal); in FtOnSendFileProcess() 59 LOG("%s:sessionId=%d,firstfile=%s", __func__, sessionId, firstFile); in FtOnSendFileFinished() 64 LOG("%s:sessionId=%d", __func__, sessionId); in FtOnFileTransError() 69 LOG("%s:enter, sessionId=%d, result=%d", __func__, sessionId, result); in EsOnSessionOpened() 77 LOG("%s:enter", __func__); in EsOnSessionClosed() 132 LOG("SendFile with sessionId %d", g_sessionId); in HWTEST_F()
|
H A D | test_suite.h | 23 #define LOG(FMT, args...) printf(FMT "\n", ##args) macro 34 LOG("%s:enter", __func__); in EsOnStreamReceived() 38 LOG("%s:enter", __func__); in EsOnQosEvent()
|
H A D | device_manager_test.cpp | 51 LOG("device count=%d", infoNum); in WaitNetworkSizeMoreThan() 53 LOG("%s:networkId=%s", __func__, nodeInfo[i].networkId); in WaitNetworkSizeMoreThan()
|
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/ |
H A D | label_classify.cpp | 85 LOG(ERROR) << usage; in InitFromCmdlineArgs() 94 LOG(WARN) << "NNRT deleate execution provider isn't linked or NNRT " in MergeSettingsIntoParams() 122 LOG(INFO) << "number of inputs: " << inputs.size(); in PrepareModel() 123 LOG(INFO) << "number of outputs: " << outputs.size(); in PrepareModel() 139 LOG(ERROR) << "Failed to apply " << delegateName << " delegate."; in PrepareModel() 142 LOG(INFO) << "Applied " << delegateName << " delegate."; in PrepareModel() 149 LOG(WARNING) << "The input shape is same as the model shape, not resize."; in PrepareModel() 153 LOG(ERROR) << "Fail to resize index " << inputShape.first << "."; in PrepareModel() 156 LOG(INFO) << "Susccess to resize index " << inputShape.first << "."; in PrepareModel() 162 LOG(ERRO in PrepareModel() [all...] |
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.cpp | 34 #define LOG(fmt, ...) \ macro 122 LOG("btState invalid"); in ConvertBtState() 323 LOG("hexStr invalid"); in CallbackScanResult() 359 LOG("%s adv=%s, rsp=%s", __func__, advData, rspData); in DumpBleAdvRawData() 403 LOG("%s", __func__); in GetLocalAddr() 409 LOG("%s", __func__); in SetLocalName() 415 LOG("%s", __func__); in GapRegisterCallbacks() 421 LOG("%s", __func__); in PairRequestReply() 427 LOG("%s", __func__); in SetDevicePairingConfirmation() 433 LOG(" in BleGattRegisterCallbacks() [all...] |
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/ |
H A D | utils.cpp | 43 LOG(ERROR) << "Labels file " << fileName << " not found"; in ReadLabelsFile() 86 LOG(INFO) << "input index: " << inputIndexes[i]; in FilterDynamicInputs() 91 LOG(ERROR) << "The format of input shapes string is not supported."; in FilterDynamicInputs() 110 LOG(ERROR) << "The input name is error: " << inputShape.first << "."; in FilterDynamicInputs() 157 LOG(ERROR) << "Unsupportted tensor datatype: " << outputTensor->type << "!"; in PrintResult() 169 LOG(INFO) << "Outputs Data:"; in AnalysisResults() 197 LOG(ERROR) << "cannot handle output type " << tfType << " yet"; in AnalysisResults() 210 LOG(INFO) << confidence << ": " << index << " " << labels[index]; in AnalysisResults() 222 LOG(INFO) << "input: " << input; in ImportData() 251 LOG(ERRO in ImportData() [all...] |
H A D | bitmap_helpers.cpp | 59 LOG(FATAL) << "Unexpected number of channels: " << imageInfo.channels; in DecodeBmp() 72 LOG(FATAL) << "input file " << inputBmpName << " not found"; in ReadBmp() 81 LOG(INFO) << "len: " << len; in ReadBmp() 99 LOG(INFO) << "width, height, channels: " << imageInfo.width << ", " << imageInfo.height << ", " in ReadBmp()
|
H A D | log.h | 42 #define LOG(severity) tflite::label_classify::Log(#severity).Stream() macro
|
H A D | bitmap_helpers.h | 95 LOG(ERROR) << "Malloc memory failed in BitmapHelperslmpl."; in Resize()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_log.h | 101 #define LOG(level, s, ...) RE_FORMAT(level, "[%s %d] " s, __FUNCTION__, __LINE__, ##__VA_ARGS__) macro 102 #define LOGE(...) LOG(LOG_ERROR, __VA_ARGS__) 103 #define LOGW(...) LOG(LOG_WARN, __VA_ARGS__) 104 #define LOGI(...) LOG(LOG_INFO, __VA_ARGS__) 105 #define LOGD(...) LOG(LOG_DEBUG, __VA_ARGS__)
|
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/include/ |
H A D | util.h | 25 #define LOG(fmt, ...) ::OHOS::HiviewDFX::HiLog::Info( \
macro
|
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/ |
H A D | common.h | 24 #define LOG(fmt, args...) \ macro
|
H A D | stream_encrypt_server_mt.cpp | 154 LOG("waiting ..."); in HWTEST_F() 213 LOG("waiting ..."); in HWTEST_F() 273 LOG("waiting ..."); in HWTEST_F() 333 LOG("waiting ..."); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_service_constants.h | 70 constexpr const char* LOG = "/log/"; member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_packet.h | 61 LOG,
|
H A D | rs_profiler_network.cpp | 228 Packet packet { Packet::LOG }; in SendMessage()
|
/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | video_types.h | 121 LOG = 9, member in OHOS::Media::Plugins::TransferCharacteristic
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/ |
H A D | rs_profiler_network_test.cpp | 105 auto type = static_cast<char>(Packet::LOG); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 473 std::string logParentDir = GetBundleDataDir(el, createDirParam.userId) + ServiceConstants::LOG; in CreateBundleDataDir() 753 std::string logDir = dataDir + ServiceConstants::LOG + suffixName; in CleanBundleDataForEl2() 1599 std::string logDir = bundleDataDir + ServiceConstants::LOG + extensionBundleDir; in RemoveExtensionDir() 1634 std::string logDir = bundleDataDir + ServiceConstants::LOG + extensionBundleDir; in IsExistExtensionDir() 1676 std::string logParentDir = GetBundleDataDir(el, createDirParam.userId) + ServiceConstants::LOG; in CreateExtensionDataDir() 1833 std::string logDir = GetBundleDataDir(el, userId) + ServiceConstants::LOG + bundleName; in InnerRemoveBundleDataDir()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_extension_system_test.cpp | 67 const std::string LOG = "/log/"; member 265 std::string logParentDir = GetBundleDataDir(el) + LOG; in CheckFileNotExist() 291 std::string logParentDir = GetBundleDataDir(el) + LOG; in CheckFileExist()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | user_unlocked_event_subscriber.cpp | 342 ServiceConstants::PATH_SEPARATOR + std::to_string(userId) + ServiceConstants::LOG; in CreateBundleLogDir()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | ffmpeg_utils.cpp | 276 {TransferCharacteristic::LOG, AVCOL_TRC_LOG}, in ColorTransfer2AVColorTransfer()
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_meta.h | 455 LOG,
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/ |
H A D | unified_meta.cpp | 429 { LOG, "LOG", "general.log" },
|