Home
last modified time | relevance | path

Searched refs:AddRequestRawParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Ddump_manager_service.h75 std::shared_ptr<RawParam> AddRequestRawParam(std::vector<std::u16string> &args, int outfd);
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_service.cpp180 const std::shared_ptr<RawParam> rawParam = AddRequestRawParam(args, outfd); in Request()
371 std::shared_ptr<RawParam> DumpManagerService::AddRequestRawParam(std::vector<std::u16string> &args,… in AddRequestRawParam() function in OHOS::HiviewDFX::DumpManagerService