Home
last modified time | relevance | path

Searched refs:secAppLabel_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot_converter.cpp48 snapshot.secAppLabel_ = secAppLabel; in ConvertToSnapshot()
84 snapshot->secAppLabel_ = secAppLabel; in ConvertToSnapshot()
H A Dsnapshot.cpp67 PARCEL_WRITE_HELPER_RET(data, String16, secAppLabel_, false); in WriteToParcel()
127 snapShot->secAppLabel_ = secAppLabel; in FillSnapshot()
226 PARCEL_WRITE_HELPER_RET(parcel, String16, secAppLabel_, false); // for secAppLabel in WriteSnapshotInfo()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dsnapshot.h43 std::u16string secAppLabel_; variable