/foundation/CastEngine/castengine_wifi_display/tests/demo/configure/ |
H A D | sharing_configure_demo.cpp | 35 values->Print(); in main() 38 valueS->Print(); in main() 45 valueS->Print(); in main() 59 values->Print(); in main() 65 values->Print(); in main() 71 values->Print(); in main() 73 valueS->Print(); in main() 89 value1->Print(); in main() 100 values->Print(); in main() 102 valueS->Print(); in main() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_state_mgmt_profiler.cpp | 84 DumpLog::GetInstance().Print(0, "StateMgmtProfiler: nothing to report."); in Report() 98 DumpLog::GetInstance().Print(0, dashes); in Report() 99 DumpLog::GetInstance().Print(0, out); in Report() 100 DumpLog::GetInstance().Print(0, dashes); in Report() 101 DumpLog::GetInstance().Print(0, profilerPackage_); in Report() 105 DumpLog::GetInstance().Print(0, dashes); in Report() 132 DumpLog::GetInstance().Print(0, ss.str()); in Report()
|
H A D | js_dump_log.cpp | 27 JSClass<JSDumpLog>::StaticMethod("print", &JSDumpLog::Print); in JSBind() 31 void JSDumpLog::Print(const JSCallbackInfo& info) in Print() function in OHOS::Ace::Framework::JSDumpLog 34 LOGE("JSDumpLog::Print invalid arguments, expected a number and a string"); in Print() 38 DumpLog::GetInstance().Print(info[0]->ToNumber<int32_t>(), info[1]->ToString()); in Print()
|
H A D | js_dump_log.h | 29 static void Print(const JSCallbackInfo& info);
|
/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | memory_monitor.cpp | 91 DumpLog::GetInstance().Print(0, "Set `persist.ace.memorymonitor.enabled = 1` to enable this feature"); 96 DumpLog::GetInstance().Print(0, out); 102 DumpLog::GetInstance().Print(1, out);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | log_print.cpp | 33 void Print(Level level, const std::string &tag, const std::string &msg) override 118 logHandler->Print(level, tag, msg); in Log() 124 logHandler->Print(level, tag, msg); in Log()
|
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/ |
H A D | log_print.cpp | 29 void Logger::Print(Level level, const char *func, int line, const std::string &tag, const std::string &msg) in Print() function in Logger 74 logHandler->Print(level, func, line, tag, msg); in Log() 80 logHandler->Print(level, func, line, tag, msg); in Log()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/ |
H A D | documentdb_json_common_test.cpp | 58 GLOGD("result: %s", src.Print().c_str()); in HWTEST_F() 82 GLOGD("result: %s", src.Print().c_str()); in HWTEST_F() 107 GLOGD("result: %s", src.Print().c_str()); in HWTEST_F() 128 GLOGD("result: %s", src.Print().c_str()); in HWTEST_F() 143 GLOGD("result: %s", src.Print().c_str()); in HWTEST_F() 162 GLOGD("result: %s", src.Print().c_str()); in HWTEST_F() 181 GLOGD("result: %s", src.Print().c_str()); in HWTEST_F() 200 GLOGD("result: %s", src.Print().c_str()); in HWTEST_F() 219 GLOGD("result: %s", src.Print().c_str()); in HWTEST_F() 238 GLOGD("result: %s", src.Print() in HWTEST_F() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/configuration/include/ |
H A D | sharing_data.h | 62 void Print(); 92 void Print(); 122 void Print(); 152 void Print();
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | dump_log.cpp | 26 void DumpLog::Print(int32_t depth, const std::string& className, int32_t childSize) in Print() function in OHOS::Ace::DumpLog 59 void DumpLog::Print(const std::string& content) in Print() function in OHOS::Ace::DumpLog 61 Print(0, content); in Print() 64 void DumpLog::Print(int32_t depth, const std::string& content) in Print() function in OHOS::Ace::DumpLog
|
H A D | dump_log.h | 95 void Print(int32_t depth, const std::string& className, int32_t childSize); 96 void Print(const std::string& content); 97 void Print(int32_t depth, const std::string& content);
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_cache.cpp | 275 DumpLog::GetInstance().Print("------------ImageCacheInfo------------"); in DumpCacheInfo() 276 DumpLog::GetInstance().Print("User set ImageRawDataCacheSize : " + std::to_string(dataSizeLimit) + "(B)" + in DumpCacheInfo() 278 DumpLog::GetInstance().Print("Cache count: " + std::to_string(cacheSize)); in DumpCacheInfo() 294 DumpLog::GetInstance().Print("Cache Obj of key: " + key + ", src:" + srcStr + "," + imageObj->ToString()); in DumpCacheInfo() 296 DumpLog::GetInstance().Print("Cache total size: " + std::to_string(totalCount)); in DumpCacheInfo()
|
H A D | image_file_cache.cpp | 405 DumpLog::GetInstance().Print("------------ImageCacheInfo------------"); in DumpCacheInfo() 406 DumpLog::GetInstance().Print("User set ImageFileCacheSize : " + std::to_string(fileLimit) + "(B)"); in DumpCacheInfo() 407 DumpLog::GetInstance().Print("cacheFileSize: " + std::to_string(cacheFileSize) + "(B)"); in DumpCacheInfo() 416 DumpLog::GetInstance().Print( in DumpCacheInfo() 420 DumpLog::GetInstance().Print("FileCache total size: " + std::to_string(totalCount) + "(B)"); in DumpCacheInfo()
|
/foundation/CastEngine/castengine_wifi_display/services/configuration/src/ |
H A D | sharing_data.cpp | 61 void SharingValue::Print() in Print() function in OHOS::Sharing::SharingValue 141 void SharingDataGroupByTag::Print() in Print() function in OHOS::Sharing::SharingDataGroupByTag 148 value->Print(); in Print() 270 void SharingDataGroupByModule::Print() in Print() function in OHOS::Sharing::SharingDataGroupByModule 277 value->Print(); in Print() 420 void SharingData::Print() in Print() function in OHOS::Sharing::SharingData 427 value->Print(); in Print()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/ |
H A D | command_parser.h | 32 void Print() const;
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/demo/ |
H A D | heif_hw_decoder_demo.cpp | 26 opt.Print(); in main()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/demo/ |
H A D | jpeg_hw_decoder_demo.cpp | 24 opt.Print(); in main()
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | test_utils.h | 30 void Print() const;
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/ |
H A D | command_parser.h | 35 void Print() const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | transparent_node_detector.cpp | 91 DumpLog::GetInstance().Print(std::string("WindowId: ").append(std::to_string(window->GetWindowId()))); in DumpNodeInfo() 92 DumpLog::GetInstance().Print(std::string("WindowName: ").append(window->GetWindowName())); in DumpNodeInfo()
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/ |
H A D | trigger_base_type.cpp | 56 void TriggerModel::Print() in Print() function in OHOS::IntellVoiceTrigger::TriggerModel
|
H A D | trigger_base_type.h | 43 void Print();
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
H A D | rosen_render_rich_text.cpp | 36 DumpLog::GetInstance().Print(depth, AceType::TypeName(this), children.size()); in DumpTree()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/layers/ |
H A D | layer.cpp | 37 DumpLog::GetInstance().Print(depth, AceType::TypeName(this), children_.size()); in DumpTree()
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | camera_info_dumper.h | 37 void Print();
|