/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/controller/ |
D | enrollingController.ts | 35 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/ |
D | README.md | 34 | 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/ |
D | i18n_test.cpp | 201 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/ |
D | i18n_calendar.h | 51 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/ |
D | faultlogger_pipe_test.cpp | 53 ptr->Set(pid, time); 76 ptr->Set(pid, time);
|
/base/print/print_fwk/frameworks/innerkitsimpl/src/ |
D | print_margin.cpp | 26 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/ |
D | cupsd.conf | 74 …<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/ |
D | timer_handler.h | 36 int Set(uint32_t type, std::chrono::nanoseconds when);
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/ |
D | libfaultlogger.map | 23 OHOS::HiviewDFX::FaultLogInfo::Set*;
|
/base/hiviewdfx/faultloggerd/services/ |
D | fault_logger_pipe.h | 60 void Set(int pid, uint64_t time);
|
/base/hiviewdfx/faultloggerd/docs/ |
D | design.md | 37 2.类的成员变量优化,合理判断使用struct,而不是都使用Get/Set方法
|
/base/location/services/location_locator/locator/source/ |
D | subability_common.cpp | 52 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/ |
D | OpenHarmonyTestRunner.ts | 8 const keySet = new Set([
|
/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/TestRunner/ |
D | OpenHarmonyTestRunner.ts | 8 const keySet = new Set([
|
/base/print/print_fwk/frameworks/innerkitsimpl/include/ |
D | print_margin.h | 28 void Set(const PrintMargin &right);
|
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/TestRunner/ |
D | OpenHarmonyTestRunner.ts | 8 const keySet = new Set([
|
/base/customization/config_policy/ |
D | README.md | 44 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/ |
D | request_config.h | 104 void Set(RequestConfig& requestConfig);
|
/base/location/services/location_locator/locator/include/ |
D | work_record.h | 34 void Set(WorkRecord &workRecord);
|
/base/location/frameworks/location_common/common/source/ |
D | request_config.cpp | 45 void RequestConfig::Set(RequestConfig& requestConfig) in Set() function in OHOS::Location::RequestConfig
|
/base/hiviewdfx/hiview/base/event_store/dao/ |
D | sys_event_query.cpp | 422 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()
|
D | sys_event_query_wrapper.cpp | 110 resultSet.Set(queryErrorCode, false); in Execute() 119 resultSet.Set(queryErrorCode, false); in Execute()
|
/base/global/i18n/frameworks/intl/src/ |
D | i18n_calendar.cpp | 194 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/ |
D | StateManager.ets | 435 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/ |
D | timer_handler.cpp | 105 int TimerHandler::Set(uint32_t type, std::chrono::nanoseconds when) in Set() function in OHOS::MiscServices::TimerHandler
|