/base/update/updater/services/log/ |
H A D | dump.cpp | 29 Dump::GetInstance().RegisterDump("DumpHelperLog", std::make_unique<DumpHelperLog>()); in RegisterDump() 48 Dump &Dump::GetInstance() in GetInstance() 50 static Dump dump; in GetInstance() 54 Dump::~Dump() in ~Dump()
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_mgr_dump_test.cpp | 65 EXPECT_TRUE(ThermalMgrDumper::Dump(args, result)); in HWTEST_F() 70 EXPECT_TRUE(ThermalMgrDumper::Dump(args, result)); in HWTEST_F() 88 EXPECT_TRUE(ThermalMgrDumper::Dump(args, result)); in HWTEST_F() 106 EXPECT_TRUE(ThermalMgrDumper::Dump(args, result)); in HWTEST_F() 122 EXPECT_TRUE(ThermalMgrDumper::Dump(args, result)); in HWTEST_F() 140 EXPECT_TRUE(ThermalMgrDumper::Dump(args, result)); in HWTEST_F() 144 EXPECT_TRUE(ThermalMgrDumper::Dump(args, result)); in HWTEST_F() 162 EXPECT_TRUE(ThermalMgrDumper::Dump(args, result)); in HWTEST_F() 165 EXPECT_TRUE(ThermalMgrDumper::Dump(args, result)); in HWTEST_F()
|
/base/update/updater/services/include/log/ |
H A D | dump.h | 30 #define UPDATER_LAST_WORD Updater::Dump::GetInstance().DumpInfo 49 class Dump { class 51 DISALLOW_COPY_MOVE(Dump); 56 virtual ~Dump(); 57 static Dump &GetInstance(); 73 Dump() {} in Dump() function in Updater::Dump
|
/base/notification/eventhandler/test/systemtest/ems_dumper_system_test/ |
H A D | ems_dumper_system_test.cpp | 43 void Dump(const std::string &message) in Dump() function in DumpTest 66 void Dump(const std::string &message) in Dump() function in GetTagTest1 86 void Dump(const std::string &message) in Dump() function in GetTagTest2 106 void Dump(const std::string &message) in Dump() function in GetTagTest3 126 void Dump(const std::string &message) in Dump() function in GetTagTest4 146 void Dump(const std::string &message) in Dump() function in GetTagTest5 182 * @tc.desc: Check Dump 192 handler->Dump(dump001); in HWTEST_F() 198 * @tc.desc: Check Dump after post task 210 handler->Dump(dump00 in HWTEST_F() [all...] |
/base/account/os_account/frameworks/common/test/unittest/common_account_test/ |
H A D | account_perf_stat_test.cpp | 94 PerfStat::GetInstance().Dump(result); in HWTEST_F() 109 PerfStat::GetInstance().Dump(result); in HWTEST_F() 124 PerfStat::GetInstance().Dump(result); in HWTEST_F() 139 PerfStat::GetInstance().Dump(result); in HWTEST_F() 199 PerfStat::GetInstance().Dump(result); // cover !enableStat_ in HWTEST_F() 201 PerfStat::GetInstance().Dump(result); in HWTEST_F() 209 PerfStat::GetInstance().Dump(result); in HWTEST_F() 212 PerfStat::GetInstance().Dump(result); in HWTEST_F()
|
/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/ |
H A D | account_dump_helper_test.cpp | 130 accountDumpHelper_->Dump(cmd, out); in HWTEST_F() 161 accountDumpHelper_->Dump(cmd, out); in HWTEST_F() 189 accountDumpHelper_->Dump(cmd, out); in HWTEST_F() 209 accountDumpHelper_->Dump(cmd, out); in HWTEST_F() 227 accountDumpHelper_->Dump(cmd, out); in HWTEST_F() 245 accountDumpHelper_->Dump(cmd, out); in HWTEST_F() 263 accountDumpHelper_->Dump(cmd, out); in HWTEST_F() 282 accountDumpHelper_->Dump(setCmd, out); in HWTEST_F() 288 accountDumpHelper_->Dump(setCmd, out); in HWTEST_F() 294 accountDumpHelper_->Dump(setCm in HWTEST_F() [all...] |
/base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
H A D | thermal_config_base_info.cpp | 26 Dump(); in Init() 48 void ThermalConfigBaseInfo::Dump() in Dump() function in OHOS::PowerMgr::ThermalConfigBaseInfo 54 THERMAL_HILOGI(COMP_SVC, "Dump: id=%{public}u, sensorType = %{public}s", id++, type.c_str()); in Dump()
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | co_auth_service_test.cpp | 123 EXPECT_EQ(service->Dump(testFd1, testArgs), INVALID_PARAMETERS); in HWTEST_F() 124 EXPECT_EQ(service->Dump(testFd2, testArgs), SUCCESS); in HWTEST_F() 126 EXPECT_EQ(service->Dump(testFd2, testArgs), SUCCESS); in HWTEST_F() 129 EXPECT_EQ(service->Dump(testFd2, testArgs), SUCCESS); in HWTEST_F() 132 EXPECT_EQ(service->Dump(testFd2, testArgs), GENERAL_ERROR); in HWTEST_F()
|
/base/powermgr/power_manager/test/unittest/src/ |
H A D | power_mgr_dump_test.cpp | 71 EXPECT_TRUE(g_pmsTest->Dump(fd, args) == ERR_OK); in HWTEST_F() 88 EXPECT_TRUE(g_pmsTest->Dump(fd, args) == ERR_OK); in HWTEST_F() 109 EXPECT_TRUE(g_pmsTest->Dump(fd, args) == ERR_OK); in HWTEST_F() 126 EXPECT_TRUE(g_pmsTest->Dump(fd, args) == ERR_OK); in HWTEST_F()
|
/base/sensors/miscdevice/utils/common/include/ |
H A D | vibrator_infos.h | 93 void Dump() const;
101 void Dump() const;
108 void Dump() const;
139 void Dump() const;
|
/base/telephony/cellular_data/test/ |
H A D | cellular_data_dump_helper_test.cpp | 59 help.Dump(args, result); in HWTEST_F() 73 help.Dump(args, result); in HWTEST_F() 87 help.Dump(args, result); in HWTEST_F() 101 help.Dump(args, result); in HWTEST_F()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventsource_fuzzer/ |
H A D | eventsource_fuzzer.cpp | 65 g_eventSource.Dump(g_fd, {strData}); in SysEventSourceDumpTest() 66 g_eventSource.Dump(g_fd, {strData, strData}); in SysEventSourceDumpTest()
|
/base/hiviewdfx/blackbox_lite/ |
H A D | blackbox_adapter.c | 80 .Dump = NULL, in BBoxTest() 98 .Dump = SystemModuleDump, in BBoxAdapterInit()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_normal_content.cpp | 26 std::string NotificationNormalContent::Dump() in Dump() function in OHOS::Notification::NotificationNormalContent 28 return "NotificationNormalContent{ " + NotificationBasicContent::Dump() + " }"; in Dump()
|
H A D | notification_local_live_view_content.cpp | 103 std::string NotificationLocalLiveViewContent::Dump() in Dump() function in OHOS::Notification::NotificationLocalLiveViewContent 105 return "NotificationLocalLiveViewContent{ " + NotificationBasicContent::Dump() + in Dump() 107 ", capsule = " + capsule_.Dump() + in Dump() 108 ", button = " + button_.Dump() + in Dump() 109 ", progress = " + progress_.Dump() + in Dump() 110 ", time = " + time_.Dump() + in Dump()
|
H A D | notification_conversational_content.cpp | 79 std::string NotificationConversationalContent::Dump() in Dump() function in OHOS::Notification::NotificationConversationalContent 87 messages += message->Dump(); in Dump() 90 return "NotificationConversationalContent{ " + NotificationBasicContent::Dump() + in Dump() 93 ", messageUser = " + messageUser_.Dump() + in Dump()
|
/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battert_service_inner_test.cpp | 336 * @tc.desc: Dump parameter is -i, Get battery information
347 EXPECT_EQ(g_service->Dump(fd, args), ERR_OK);
in HWTEST_F() 353 * @tc.desc: Dump parameter is -u, MockUnplugged
364 EXPECT_EQ(g_service->Dump(fd, args), ERR_OK);
in HWTEST_F() 370 * @tc.desc: Dump parameter is -r, Reset
381 EXPECT_EQ(g_service->Dump(fd, args), ERR_OK);
in HWTEST_F() 387 * @tc.desc: Test functions Dump
398 EXPECT_EQ(g_service->Dump(fd, args), ERR_NO_INIT);
in HWTEST_F() 404 * @tc.desc: Test functions Dump
415 EXPECT_EQ(g_service->Dump(f in HWTEST_F() [all...] |
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | handler_checker.cpp | 70 handler_->Dump(handlerDumper); in GetDumpInfo() 82 void HandlerDumper::Dump(const std::string &message) in Dump() function in OHOS::HiviewDFX::HandlerDumper
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_clone_bundle_info.h | 32 std::string Dump() const; 64 std::string Dump() const;
|
/base/notification/eventhandler/test/fuzztest/eventqueue_fuzzer/ |
H A D | eventqueue_fuzzer.cpp | 31 void Dump(const std::string &message) override
47 eventQueue.Dump(dumper);
in DoSomethingInterestingWithMyAPI()
|
/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
H A D | dump_cfg.cpp | 43 void DumpCfg::Dump(int deep) const in Dump() function in OHOS::HiviewDFX::DumpCfg 45 Dump(*this, deep); in Dump() 128 void DumpCfg::Dump(const DumpCfg& cfg, int nest) in Dump() function in OHOS::HiviewDFX::DumpCfg 142 cfg.args_->Dump(); in Dump() 149 dumpCfg->Dump(nest+1); in Dump()
|
/base/notification/eventhandler/interfaces/inner_api/ |
H A D | dumper.h | 28 virtual void Dump(const std::string &message) = 0;
|
/base/hiviewdfx/faultloggerd/tools/dump_catcher/ |
H A D | dump_catcher.h | 29 void Dump(int32_t pid, int32_t tid) const;
|
/base/hiviewdfx/hidumper/frameworks/native/include/common/ |
H A D | dump_cfg.h | 51 void Dump(int deep = 0) const; 61 static void Dump(const DumpCfg& cfg, int nest = 0);
|
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_preview_attribute.cpp | 113 void PrintPreviewAttribute::Dump() in Dump() function in OHOS::Print::PrintPreviewAttribute 118 previewRange_.Dump(); in Dump()
|