Searched refs:functionName_ (Results 1 – 6 of 6) sorted by relevance
25 std::string functionName_ = ""; member
29 samplingInfo_->head_.callFrameInfo_.functionName_ = "(root)"; in HeapSampling()146 callframeInfo.functionName_ = AddRunningState(frameInfoTemps_[i].functionName, in FillScriptIdAndStore()
88 EXPECT_TRUE(result->head_.callFrameInfo_.functionName_ == "(root)"); in HWTEST_F_L0()
1588 return functionName_; in GetFunctionName()1593 functionName_ = functionName; in SetFunctionName()1683 std::string functionName_ {};1755 functionName_ = functionName; in SetFunctionName()1761 return functionName_; in GetFunctionName()1823 std::string functionName_ {};2359 return functionName_; in GetFunctionName()2364 functionName_ = functionName; in SetFunctionName()2394 std::string functionName_ {};
1863 callFrame->functionName_ = std::move(functionName); in Create()1961 result->Add("functionName", functionName_.c_str()); in ToJson()2045 runtimeCallFrame->functionName_ = std::move(functionName); in Create()2113 result->Add("functionName", functionName_.c_str()); in ToJson()2288 callFrame->SetFunctionName(samplingNode->callFrameInfo_.functionName_); in TransferHead()2773 functionCoverage->functionName_ = std::move(functionName); in Create()2816 result->Add("functionName", functionName_.c_str()); in ToJson()
846 samplingInfo.head_.callFrameInfo_.functionName_ = "TestSampling"; in HWTEST_F_L0()861 ASSERT_TRUE(functionName == samplingInfo.head_.callFrameInfo_.functionName_); in HWTEST_F_L0()884 allocationNode.callFrameInfo_.functionName_ = "TestSampling"; in HWTEST_F_L0()896 ASSERT_TRUE(functionName == allocationNode.callFrameInfo_.functionName_); in HWTEST_F_L0()