Home
last modified time | relevance | path

Searched refs:a1 (Results 1 - 5 of 5) sorted by relevance

/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/
H A Duser_auth_icon.js54 setInitiallyProvidedValue(a1) {
55 if (a1.authParam !== undefined) {
56 this.authParam = a1.authParam;
58 if (a1.widgetParam !== undefined) {
59 this.widgetParam = a1.widgetParam;
61 if (a1.iconHeight !== undefined) {
62 this.iconHeight = a1.iconHeight;
64 if (a1.iconColor !== undefined) {
65 this.iconColor = a1.iconColor;
67 if (a1
[all...]
/base/update/updater/services/fs_manager/
H A Dpartitions.cpp55 bool a1 = SCSI_BLK_MAJOR(devMajor) && (devMinor % 0x10 == 0); in DeviceProbeType() local
57 if (a1) { in DeviceProbeType()
63 if (!a1 && !a2) { in DeviceProbeType()
129 bool a1 = dev.readOnly; in SetBlockDeviceMode() local
133 dev.readOnly = a1; in SetBlockDeviceMode()
231 bool a1 = SdmmcGetProductInfo(dev, type, name); in InitSdmmc() local
232 if (a1) { in InitSdmmc()
235 if (!a1) { in InitSdmmc()
267 bool a1 = DeviceProbeType(*dev); in NewBlockDevice() local
268 if (a1) { in NewBlockDevice()
[all...]
/base/update/updater/test/unittest/package/
H A Dpkg_algo_unittest.cpp166 PkgAlgoDeflate a1(info); in HWTEST_F()
/base/update/updater/test/unittest/script/
H A Dscript_interpreter_unittest.cpp227 IntegerValue a1(0); in HWTEST_F()
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js360 set patternMode(a1) {
361 this.__patternMode.set(a1);

Completed in 4 milliseconds