Searched refs:SetVecBranchSampleTypes (Results 1 – 5 of 5) sorted by relevance
75 opt.SetVecBranchSampleTypes(stringArgs); in FuzzClientApiOption()
434 HWTEST_F(HiperfClientTest, SetVecBranchSampleTypes, TestSize.Level1)443 opt.SetVecBranchSampleTypes(vecBranchSampleTypes);
432 static napi_value SetVecBranchSampleTypes(napi_env env, napi_callback_info info) in SetVecBranchSampleTypes() function437 g_hiperfRecordOption->SetVecBranchSampleTypes(StringSplit(option)); in SetVecBranchSampleTypes()666 DECLARE_NAPI_FUNCTION("setVecBranchSampleTypes", SetVecBranchSampleTypes), in HiperfClientInit()
222 void SetVecBranchSampleTypes(const std::vector<std::string> &vecBranchSampleTypes);
261 void RecordOption::SetVecBranchSampleTypes(const std::vector<std::string> &vecBranchSampleTypes) in SetVecBranchSampleTypes() function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption