Home
last modified time | relevance | path

Searched refs:HiDumpHelper (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_dfx.cpp44 int32_t ret = HiDumpHelper::GetInstance().ShowHelp(result); in HWTEST_F()
57 int32_t ret = HiDumpHelper::GetInstance().ShowIllealInfomation(result); in HWTEST_F()
71 int32_t ret = HiDumpHelper::GetInstance().GetArgsType(args, Flag); in HWTEST_F()
87 int32_t ret = HiDumpHelper::GetInstance().GetArgsType(args, Flag); in HWTEST_F()
93 * @tc.desc: HiDumpHelper::GetInstance().nodeInfo_.size() plus 1
100 HiDumpHelper::GetInstance().SetNodeInfo(deviceInfo); in HWTEST_F()
101 EXPECT_EQ(HiDumpHelper::GetInstance().nodeInfos_.size(), 1); in HWTEST_F()
113 int32_t ret = HiDumpHelper::GetInstance().ShowAllLoadTrustedList(result); in HWTEST_F()
130 HiDumpHelper::GetInstance().nodeInfos_.push_back(deviceInfo); in HWTEST_F()
131 int32_t ret = HiDumpHelper in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/common/src/dfx/standard/
H A Ddm_hidumper.cpp26 DM_IMPLEMENT_SINGLE_INSTANCE(HiDumpHelper);
42 int32_t HiDumpHelper::HiDump(const std::vector<std::string>& args, std::string &result) in HiDump()
44 LOGI("HiDumpHelper start."); in HiDump()
60 void HiDumpHelper::SetNodeInfo(const DmDeviceInfo& deviceInfo) in SetNodeInfo()
62 LOGI("HiDumpHelper::SetNodeInfo"); in SetNodeInfo()
66 int32_t HiDumpHelper::ProcessDump(const HidumperFlag &flag, std::string &result) in ProcessDump()
87 int32_t HiDumpHelper::ShowAllLoadTrustedList(std::string &result) in ShowAllLoadTrustedList()
105 LOGI("HiDumpHelper ShowAllLoadTrustedList %{public}s", result.c_str()); in ShowAllLoadTrustedList()
109 std::string HiDumpHelper::GetDeviceType(int32_t deviceTypeId) in GetDeviceType()
121 int32_t HiDumpHelper
[all...]
/foundation/distributedhardware/device_manager/common/src/dfx/lite/
H A Ddm_hidumper.cpp20 DM_IMPLEMENT_SINGLE_INSTANCE(HiDumpHelper);
21 int32_t HiDumpHelper::HiDump(const std::vector<std::string>& args, std::string &result) in HiDump()
26 int32_t HiDumpHelper::GetArgsType(const std::vector<std::string>& args, std::vector<HidumperFlag> &Flag) in GetArgsType()
31 void HiDumpHelper::SetNodeInfo(const DmDeviceInfo& deviceInfo) in SetNodeInfo()
/foundation/distributedhardware/device_manager/common/include/dfx/lite/
H A Ddm_hidumper.h32 class HiDumpHelper { class
33 DM_DECLARE_SINGLE_INSTANCE(HiDumpHelper);
/foundation/distributedhardware/device_manager/common/include/dfx/standard/
H A Ddm_hidumper.h29 class HiDumpHelper { class
30 DM_DECLARE_SINGLE_INSTANCE(HiDumpHelper);
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp975 HiDumpHelper::GetInstance().GetArgsType(args, dumpflag); in DmHiDumper()
983 result.append("HiDumpHelper GetTrustedDeviceList failed"); in DmHiDumper()
984 LOGE("HiDumpHelper GetTrustedDeviceList failed"); in DmHiDumper()
989 HiDumpHelper::GetInstance().SetNodeInfo(deviceList[j]); in DmHiDumper()
994 HiDumpHelper::GetInstance().HiDump(args, result); in DmHiDumper()

Completed in 5 milliseconds