Home
last modified time | relevance | path

Searched refs:appLabel (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/interfaces/
H A Dcustomtitle.js26 this.__appLabel = new ObservedPropertySimplePU('', this, 'appLabel');
37 if (params.appLabel !== undefined) {
38 this.appLabel = params.appLabel;
74 get appLabel() {
77 set appLabel(newValue) {
145 Text.create(this.appTitle ? this.appTitle : this.appLabel);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot_converter.cpp41 std::u16string appLabel; in ConvertToSnapshot() local
42 snapshot.appLabel_ = appLabel; in ConvertToSnapshot()
77 std::u16string appLabel; in ConvertToSnapshot() local
78 snapshot->appLabel_ = appLabel; in ConvertToSnapshot()
H A Dsnapshot.cpp104 std::u16string appLabel = data.ReadString16(); in FillSnapshot() local
124 snapShot->appLabel_ = appLabel; in FillSnapshot()
223 PARCEL_WRITE_HELPER_RET(parcel, String16, appLabel_, false); // for appLabel in WriteSnapshotInfo()
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Drender_container_modal.cpp52 auto appLabel = themeConstants->GetString(labelId); in UpdateStyle() local
53 appLabelComponent->SetData(appLabel); in UpdateStyle()

Completed in 2 milliseconds