Home
last modified time | relevance | path

Searched refs:LOG (Results 1 - 25 of 29) sorted by relevance

12

/foundation/communication/dsoftbus/tests/sdk/transmission/integration_test/
H A Dtest_server.cpp36 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 Dfile_test.cpp46 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 Dtest_suite.h23 #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 Ddevice_manager_test.cpp51 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 Dlabel_classify.cpp85 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 Dbluetooth_mock.cpp34 #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 Dutils.cpp43 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 Dbitmap_helpers.cpp59 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 Dlog.h42 #define LOG(severity) tflite::label_classify::Log(#severity).Stream() macro
H A Dbitmap_helpers.h95 LOG(ERROR) << "Malloc memory failed in BitmapHelperslmpl."; in Resize()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_log.h101 #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 Dutil.h25 #define LOG(fmt, ...) ::OHOS::HiviewDFX::HiLog::Info( \ macro
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dcommon.h24 #define LOG(fmt, args...) \ macro
H A Dstream_encrypt_server_mt.cpp154 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 Dbundle_service_constants.h70 constexpr const char* LOG = "/log/"; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_packet.h61 LOG,
H A Drs_profiler_network.cpp228 Packet packet { Packet::LOG }; in SendMessage()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h121 LOG = 9, member in OHOS::Media::Plugins::TransferCharacteristic
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_network_test.cpp105 auto type = static_cast<char>(Packet::LOG); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp473 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 Dbms_install_extension_system_test.cpp67 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 Duser_unlocked_event_subscriber.cpp342 ServiceConstants::PATH_SEPARATOR + std::to_string(userId) + ServiceConstants::LOG; in CreateBundleLogDir()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_utils.cpp276 {TransferCharacteristic::LOG, AVCOL_TRC_LOG}, in ColorTransfer2AVColorTransfer()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h455 LOG,
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_meta.cpp429 { LOG, "LOG", "general.log" },

Completed in 16 milliseconds

12