Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot_converter.cpp47 std::u16string secAppLabel; in ConvertToSnapshot() local
48 snapshot.secAppLabel_ = secAppLabel; in ConvertToSnapshot()
83 std::u16string secAppLabel; in ConvertToSnapshot() local
84 snapshot->secAppLabel_ = secAppLabel; in ConvertToSnapshot()
H A Dsnapshot.cpp108 std::u16string secAppLabel = data.ReadString16(); in FillSnapshot() local
127 snapShot->secAppLabel_ = secAppLabel; in FillSnapshot()