Home
last modified time | relevance | path

Searched refs:tempstr (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_record.cpp185 std::string tempstr = " CallRecord"; in Dump() local
186 tempstr += " ID #" + std::to_string (recordId_) + "\n"; in Dump()
187 tempstr += " caller"; in Dump()
193 tempstr += " uri [" + element.GetURI() + "]" + "\n"; in Dump()
198 tempstr += " state #" + state; in Dump()
199 tempstr += " start time [" + std::to_string (startTime_) + "]"; in Dump()
200 info.emplace_back(tempstr); in Dump()
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_container.cpp211 std::string tempstr = " LocalCallRecord"; in DumpCalls() local
212 tempstr += " ID #" + std::to_string(itemCall->GetRecordId()) + "\n"; in DumpCalls()
213 tempstr += " callee"; in DumpCalls()
214 tempstr += " uri[" + item.first + "]" + "\n"; in DumpCalls()
215 tempstr += " callers #" + std::to_string(itemCall->GetCallers().size()); in DumpCalls()
218 tempstr += " state #REQUESTEND"; in DumpCalls()
221 tempstr += " state #REQUESTING"; in DumpCalls()
223 info.emplace_back(tempstr); in DumpCalls()
/foundation/arkui/ace_engine/frameworks/core/text/
H A Dtext_emoji_processor.cpp152 std::u16string tempstr = U32ToU16string(u32Content.substr(u32Length - backwardLen)); in GetIndexRelationToEmoji() local
153 emojiBackwardLengthU16 = static_cast<int32_t>(tempstr.length()); in GetIndexRelationToEmoji()

Completed in 3 milliseconds