Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 187) sorted by relevance

12345678

/applications/standard/camera/common/src/main/ets/default/redux/core/redux/
DcombineReducers.ts65 const reducer = reducers[key]; constant
129 const key = reducerKeys[i] constant
155 const key = finalReducerKeys[i] constant
156 const reducer = finalReducers[key] constant
157 const previousStateForKey = state[key] constant
DbindActionCreators.ts72 for (const key in actionCreators) { constant
73 const actionCreator = actionCreators[key] constant
/applications/standard/systemui/features/controlcentercomponent/src/main/ets/com/ohos/common/
DStyleConfiguration.ts136 const key: string = TAG + '-ControlCenterComponent'; constant
141 const key: string = TAG + '-ControlCenterUpTitle'; constant
146 const key: string = TAG + '-ControlCenterComplexToggleLayout'; constant
151 const key: string = TAG + '-ControlCenterSimpleToggleLayout'; constant
156 const key: string = TAG + '-SimpleToggleLayoutEditComponent'; constant
161 const key: string = TAG + '-SimpleToggleLayoutEditUpTitle'; constant
166 const key: string = TAG + '-SimpleToggleLayoutEditOptMsg'; constant
171 const key: string = TAG + '-SimpleToggleLayoutEditGrid'; constant
176 const key: string = TAG + '-ControlEditDialog'; constant
/applications/standard/systemui/features/statusbarcomponent/src/main/ets/com/ohos/common/
DStyleConfiguration.ts50 const key: string = TAG + '-VerticalStatusBarItemLoadComponent'; constant
55 const key: string = TAG + '-StatusBarNotificationIcon'; constant
60 const key: string = TAG + '-IconItemComponent'; constant
65 const key: string = TAG + '-PluginIconItemComponent'; constant
/applications/standard/systemui/product/phone/dropdownpanel/src/main/ets/pages/common/
DStyleConfiguration.ts56 const key: string = TAG + '-Control'; constant
61 const key: string = TAG + '-Notification'; constant
66 const key: string = TAG + '-QuicklySetting'; constant
71 const key: string = TAG + '-DateItem'; constant
/applications/standard/launcher/common/src/main/ets/default/settings/
DSettingItemsManager.ts58 for (const key in SettingItemsConfig.sSettingsMap) { constant
68 const checker = this.settingName2CheckerFuncMap[key]; constant
70 const optionList = SettingItemsConfig.sSettingsMap[key].optionList; constant
/applications/standard/launcher/common/src/main/ets/default/utils/
DObjectCopyUtil.ts43 for (const key in tSource) { constant
68 for (const key in tSource) { constant
/applications/standard/screenlock/features/batterycomponent/src/main/ets/default/common/
DStyleConfiguration.ts23 const key: string = TAG + "-BatteryComponent"; constant
32 const key: string = TAG + "-BatteryPicComponent"; constant
/applications/standard/systemui/features/nfccomponent/src/main/ets/com/ohos/common/
DStyleConfiguration.ts31 const key: string = TAG + '-StatusRingMode'; constant
36 const key: string = TAG + '-ControlCenterRingMode'; constant
/applications/standard/systemui/features/ringmodecomponent/src/main/ets/com/ohos/common/
DStyleConfiguration.ts31 const key: string = TAG + '-StatusRingMode'; constant
36 const key: string = TAG + '-ControlCenterRingMode'; constant
/applications/standard/launcher/common/src/main/ets/default/manager/
DLocalEventManager.ts72 for(const key in this.mEventListenerMap) { constant
73 const listenerList: any[] = this.mEventListenerMap[key]; constant
/applications/standard/systemui/features/batterycomponent/src/main/ets/default/common/
DStyleConfiguration.ts40 const key: string = TAG + '-BatteryComponent'; constant
45 const key: string = TAG + '-BatteryPicComponent'; constant
/applications/standard/systemui/common/src/main/ets/template/common/
DStyleConfiguration.ts74 const key: string = TAG + '-IconTitleBase'; constant
79 const key: string = TAG + '-IconComponent'; constant
84 const key: string = TAG + '-SimpleToggleBase'; constant
/applications/standard/screenlock/features/signalcomponent/src/main/ets/default/common/
DStyleConfiguration.ts23 const key: string = TAG + "-SignalComponent"; constant
/applications/standard/screenlock/product/pc/src/main/ets/common/
DStyleConfiguration.ts24 const key: string = TAG + "-Index"; constant
/applications/standard/screenlock/features/clockcomponent/src/main/ets/default/common/
DStyleConfiguration.ts22 const key: string = TAG + "-ClockComponent"; constant
/applications/standard/screenlock/product/phone/src/main/ets/common/
DStyleConfiguration.ts24 const key: string = TAG + "-Index"; constant
/applications/standard/screenlock/features/wificomponent/src/main/ets/default/common/
DStyleConfiguration.ts23 const key: string = TAG + "-startsBarWifi"; constant
/applications/standard/screenlock/common/src/main/ets/default/
DStyleConfiguration.ts22 const key: string = TAG + "-Common"; constant
/applications/standard/systemui/product/phone/statusbar/src/main/ets/pages/common/
DStyleConfiguration.ts25 const key: string = TAG + '-Index'; constant
/applications/standard/systemui/product/pc/statusbar/src/main/ets/pages/common/
DStyleConfiguration.ts25 const key: string = TAG + '-Index'; constant
/applications/standard/systemui/product/default/volumepanel/src/main/ets/common/
DStyleConfiguration.ts25 const key: string = TAG + '-Index'; constant
/applications/standard/systemui/product/pc/controlpanel/src/main/ets/pages/common/
DStyleConfiguration.ts26 const key: string = TAG + '-Index'; constant
/applications/standard/systemui/product/default/dialog/src/main/ets/Idl/ts/
Didl_system_dialog_service_stub.ts33 let key = data.readString(); variable
/applications/standard/systemui/product/pc/notificationpanel/src/main/ets/pages/common/
DStyleConfiguration.ts26 const key: string = TAG + '-Index'; constant

12345678