Home
last modified time | relevance | path

Searched refs:SetVecBranchSampleTypes (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/test/fuzztest/clientapi_fuzzer/
DClientApi_fuzzer.cpp75 opt.SetVecBranchSampleTypes(stringArgs); in FuzzClientApiOption()
/developtools/hiperf/test/unittest/common/native/
Dhiperf_client_test.cpp434 HWTEST_F(HiperfClientTest, SetVecBranchSampleTypes, TestSize.Level1)
443 opt.SetVecBranchSampleTypes(vecBranchSampleTypes);
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp432 static napi_value SetVecBranchSampleTypes(napi_env env, napi_callback_info info) in SetVecBranchSampleTypes() function
437 g_hiperfRecordOption->SetVecBranchSampleTypes(StringSplit(option)); in SetVecBranchSampleTypes()
666 DECLARE_NAPI_FUNCTION("setVecBranchSampleTypes", SetVecBranchSampleTypes), in HiperfClientInit()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h222 void SetVecBranchSampleTypes(const std::vector<std::string> &vecBranchSampleTypes);
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp261 void RecordOption::SetVecBranchSampleTypes(const std::vector<std::string> &vecBranchSampleTypes) in SetVecBranchSampleTypes() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption