Home
last modified time | relevance | path

Searched refs:Set (Results 1 – 25 of 54) sorted by relevance

123

/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/controller/
DenrollingController.ts35 AppStorage.Set('stackVideoVisibility', Visibility.Visible);
36 AppStorage.Set('stackShelterVisibility', Visibility.Hidden);
37 AppStorage.Set('stackProgressVisibility', Visibility.Hidden);
38 AppStorage.Set('stackSuccessVisibility', Visibility.Hidden);
39 AppStorage.Set('enrollTipVisibility', Visibility.Visible);
40 AppStorage.Set('enrollButtonVisibility', Visibility.Hidden);
42 AppStorage.Set('stackProgressValue', 0);
43 AppStorage.Set('stackShelterHeight', AppStorage.Get('stackShelterHeightBegin'));
44 AppStorage.Set('enrollTip', $r('app.string.face_intro'));
45 AppStorage.Set('enrollTipSize', Constants.ohos_id_text_size_subtitle1);
[all …]
/base/time/time_service/
DREADME.md34 | setTime(time : number) : Promise<boolean> | Set the system time (1970-01-01 to…
35 | setTime(time : number, callback : AsyncCallback<boolean>) : void | Set the system time (1970-01-0…
36 | setDate(date: Date, callback: AsyncCallback<boolean>): void; | Set the system time (Date format),…
37 | setDate(date: Date): Promise<boolean> | Set system time (Date format), cal…
38 | setTimezone(timezone: string, callback: AsyncCallback<boolean>): void | Set the system time zone,…
39 | setTimezone(timezone: string): Promise<boolean> | Set the system time zone, Promise …
61 | wantAgent | wantAgent | Set the wantagent to notify, and notify when the timer expires. |
62 | callback | => void | Set the callback function, which will be triggered after the timer expire…
72 // Set the system time asynchronously with a Promise.
80 // Set the system time asynchronously with a callback.
/base/global/i18n/frameworks/intl/test/unittest/
Di18n_test.cpp201 buddhistCalendar.Set(UCalendarDateFields::UCAL_YEAR, 2023);
222 gregoryCalendar.Set(UCalendarDateFields::UCAL_MONTH, 2);
226 indianCalendar.Set(UCalendarDateFields::UCAL_WEEK_OF_YEAR, 10);
230 islamicCivilCalendar.Set(UCalendarDateFields::UCAL_WEEK_OF_MONTH, 2);
234 islamicTblaCalendar.Set(UCalendarDateFields::UCAL_DATE, 3);
238 islamicUmalquraCalendar.Set(UCalendarDateFields::UCAL_DAY_OF_YEAR, 123);
242 japaneseCalendar.Set(UCalendarDateFields::UCAL_DAY_OF_WEEK, 3);
255 persianTblaCalendar.Set(UCalendarDateFields::UCAL_DAY_OF_WEEK_IN_MONTH, 1);
259 defaultCalendar.Set(UCalendarDateFields::UCAL_HOUR, 12);
262 defaultCalendar.Set(UCalendarDateFields::UCAL_YEAR, 100);
[all …]
/base/global/i18n/frameworks/intl/include/
Di18n_calendar.h51 void Set(int32_t year, int32_t month, int32_t date);
52 void Set(UCalendarDateFields field, int32_t value);
/base/hiviewdfx/faultloggerd/test/unittest/services/
Dfaultlogger_pipe_test.cpp53 ptr->Set(pid, time);
76 ptr->Set(pid, time);
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_margin.cpp26 Set(right); in PrintMargin()
29 void PrintMargin::Set(const PrintMargin &right) in Set() function in OHOS::Print::PrintMargin
44 Set(right); in operator =()
/base/print/print_fwk/etc/init/
Dcupsd.conf74 …<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Creat…
80 …y-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-De…
118 …<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Creat…
125 …PS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
164 …<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Creat…
171 …PS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
/base/time/time_service/services/timer/include/
Dtimer_handler.h36 int Set(uint32_t type, std::chrono::nanoseconds when);
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
Dlibfaultlogger.map23 OHOS::HiviewDFX::FaultLogInfo::Set*;
/base/hiviewdfx/faultloggerd/services/
Dfault_logger_pipe.h60 void Set(int pid, uint64_t time);
/base/hiviewdfx/faultloggerd/docs/
Ddesign.md37 2.类的成员变量优化,合理判断使用struct,而不是都使用Get/Set方法
/base/location/services/location_locator/locator/source/
Dsubability_common.cpp52 newRecord_->Set(workRecord); in LocationRequest()
63 lastRecord_->Set(*newRecord_); in HandleRefrashRequirements()
141 records->Set(*lastRecord_); in HandleSelfRequest()
/base/request/request/test/unittest/js_test/requestSystemQueryTest/entry/src/main/ets/TestRunner/
DOpenHarmonyTestRunner.ts8 const keySet = new Set([
/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/TestRunner/
DOpenHarmonyTestRunner.ts8 const keySet = new Set([
/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_margin.h28 void Set(const PrintMargin &right);
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/TestRunner/
DOpenHarmonyTestRunner.ts8 const keySet = new Set([
/base/customization/config_policy/
DREADME.md44 const char *cfgPath = "etc/xml/cfg.xml"; // Set the relative path and name of the configuration fil…
48 const char *userPath = "etc/xml/user.xml"; // Set the relative path and name of the configuration f…
/base/location/interfaces/inner_api/include/
Drequest_config.h104 void Set(RequestConfig& requestConfig);
/base/location/services/location_locator/locator/include/
Dwork_record.h34 void Set(WorkRecord &workRecord);
/base/location/frameworks/location_common/common/source/
Drequest_config.cpp45 void RequestConfig::Set(RequestConfig& requestConfig) in Set() function in OHOS::Location::RequestConfig
/base/hiviewdfx/hiview/base/event_store/dao/
Dsys_event_query.cpp422 void ResultSet::Set(int code, bool has) in Set() function in OHOS::HiviewDFX::EventStore::ResultSet
494 resultSet.Set(retCode, false); in Execute()
498 resultSet.Set(DOC_STORE_SUCCESS, false); in Execute()
515 resultSet.Set(DOC_STORE_SUCCESS, true); in Execute()
Dsys_event_query_wrapper.cpp110 resultSet.Set(queryErrorCode, false); in Execute()
119 resultSet.Set(queryErrorCode, false); in Execute()
/base/global/i18n/frameworks/intl/src/
Di18n_calendar.cpp194 void I18nCalendar::Set(int32_t year, int32_t month, int32_t date) in Set() function in OHOS::Global::I18n::I18nCalendar
202 void I18nCalendar::Set(UCalendarDateFields field, int32_t value) in Set() function in OHOS::Global::I18n::I18nCalendar
/base/update/update_app/feature/ota/src/main/ets/manager/
DStateManager.ets435 AppStorage.Set('isClickInstall', 1);
507 AppStorage.Set('isClickInstall', 1);
529 AppStorage.Set('installStatusRefresh', JSON.stringify(this.otaStatus));
559 AppStorage.Set('installStatusRefresh', JSON.stringify(this.otaStatus));
580 AppStorage.Set('installStatusRefresh', JSON.stringify(this.otaStatus));
/base/time/time_service/services/timer/src/
Dtimer_handler.cpp105 int TimerHandler::Set(uint32_t type, std::chrono::nanoseconds when) in Set() function in OHOS::MiscServices::TimerHandler

123