Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/base/update/updateservice/interfaces/inner_api/include/
Dupdate_service_kits_impl.h30 class UpdateServiceKitsImpl final : public UpdateServiceKits,
36 int32_t RegisterUpdateCallback(const UpgradeInfo &info, const UpdateCallbackInfo &cb) final;
38 int32_t UnregisterUpdateCallback(const UpgradeInfo &info) final;
40 int32_t CheckNewVersion(const UpgradeInfo &info) final;
43 const DownloadOptions &downloadOptions, BusinessError &businessError) final;
46 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final;
49 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
52 const UpgradeOptions &upgradeOptions, BusinessError &businessError) final;
55 const ClearOptions &clearOptions, BusinessError &businessError) final;
57 int32_t TerminateUpgrade(const UpgradeInfo &info, BusinessError &businessError) final;
[all …]
/base/theme/wallpaper_mgr/frameworks/native/include/
Dwallpaper_manager.h37 class WallpaperManager final : public WallpaperManagerkits, public DelayedRefSingleton<WallpaperMan…
49 ErrorCode SetWallpaper(std::string uri, int32_t wallpaperType, const ApiInfo &apiInfo) final;
58 const ApiInfo &apiInfo) final;
69 std::shared_ptr<OHOS::Media::PixelMap> &PixelMap) final;
76 …Code GetColors(int32_t wallpaperType, const ApiInfo &apiInfo, std::vector<uint64_t> &colors) final;
83 int32_t GetWallpaperId(int32_t wallpaperType) final;
85 ErrorCode GetFile(int32_t wallpaperType, int32_t &wallpaperFd) final;
91 ErrorCode GetWallpaperMinHeight(const ApiInfo &apiInfo, int32_t &minHeight) final;
97 ErrorCode GetWallpaperMinWidth(const ApiInfo &apiInfo, int32_t &minWidth) final;
103 bool IsChangePermitted() final;
[all …]
/base/notification/eventhandler/frameworks/eventhandler/include/
Dnone_io_waiter.h28 class NoneIoWaiter final : public IoWaiter {
31 ~NoneIoWaiter() final;
34 bool WaitFor(std::unique_lock<std::mutex> &lock, int64_t nanoseconds) final;
36 void NotifyOne() final;
37 void NotifyAll() final;
39 bool SupportListeningFileDescriptor() const final;
41 bool AddFileDescriptor(int32_t fileDescriptor, uint32_t events) final;
42 void RemoveFileDescriptor(int32_t fileDescriptor) final;
44 void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final;
Depoll_io_waiter.h28 class EpollIoWaiter final : public IoWaiter {
31 ~EpollIoWaiter() final;
41 bool WaitFor(std::unique_lock<std::mutex> &lock, int64_t nanoseconds) final;
43 void NotifyOne() final;
44 void NotifyAll() final;
46 bool SupportListeningFileDescriptor() const final;
48 bool AddFileDescriptor(int32_t fileDescriptor, uint32_t events) final;
49 void RemoveFileDescriptor(int32_t fileDescriptor) final;
51 void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final;
/base/update/updateservice/services/engine/include/
Dupdate_service_impl_firmware.h26 class UpdateServiceImplFirmware final : public IServiceOnlineUpdater {
34 int32_t CheckNewVersion(const UpgradeInfo &info) final;
37 const DownloadOptions &downloadOptions, BusinessError &businessError) final;
40 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final;
43 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
46 const UpgradeOptions &upgradeOptions, BusinessError &businessError) final;
49 const ClearOptions &clearOptions, BusinessError &businessError) final;
51 int32_t TerminateUpgrade(const UpgradeInfo &info, BusinessError &businessError) final;
54 … const UpgradeInfo &info, NewVersionInfo &newVersionInfo, BusinessError &businessError) final;
58 BusinessError &businessError) final;
[all …]
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
Dohos_account_kits_impl.h26 class OhosAccountKitsImpl final : public OhosAccountKits {
31 const std::string& eventStr) final;
33 const std::string &eventStr) final;
35 … const int32_t userId, const OhosAccountInfo& ohosAccountInfo, const std::string& eventStr) final;
36 std::pair<bool, OhosAccountInfo> QueryOhosAccountInfo() final;
37 ErrCode GetOhosAccountInfo(OhosAccountInfo &accountInfo) final;
38 ErrCode GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &accountInfo) final;
39 std::pair<bool, OhosAccountInfo> QueryOhosAccountInfoByUserId(std::int32_t userId) final;
40 ErrCode QueryDeviceAccountId(std::int32_t& accountId) final;
41 std::int32_t GetDeviceAccountIdByUID(std::int32_t& uid) final;
[all …]
/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
Dmodule_update_kits_impl.h25 class ModuleUpdateKitsImpl final : public ModuleUpdateKits,
31 int32_t InitModuleUpdate() final;
32 int32_t InstallModulePackage(const std::string &pkgPath) final;
33 int32_t UninstallModulePackage(const std::string &hmpName) final;
35 std::list<ModulePackageInfo> &modulePackageInfos) final;
36 int32_t ReportModuleUpdateStatus(const ModuleUpdateStatus &status) final;
37 int32_t ExitModuleUpdate() final;
43 class DeathRecipient final : public IRemoteObject::DeathRecipient {
46 ~DeathRecipient() final = default;
48 void OnRemoteDied(const wptr<IRemoteObject> &remote) final;
/base/update/updateservice/services/firmware/data/db/include/
Dfirmware_database.h29 class FirmwareDatabase final : public SqliteDb, DelayedSingleton<FirmwareDatabase> {
32 class FirmwareDatabase final {
36 std::string GetDbName() final;
37 int32_t GetDbVersion() final;
38 void InitDbStoreDir() final;
39 std::string GetDbStoreDir() final;
40 NativeRdb::RdbOpenCallback &GetDbOpenCallback() final;
Dfirmware_database_callback.h30 class FirmwareDatabaseCallback final : public NativeRdb::RdbOpenCallback {
32 class FirmwareDatabaseCallback final {
36 int OnCreate(NativeRdb::RdbStore &rdbStore) final;
37 int OnUpgrade(NativeRdb::RdbStore &rdbStore, int oldVersion, int newVersion) final;
38 int OnOpen(NativeRdb::RdbStore &rdbStore) final;
Dfirmware_component_table.h61 class FirmwareComponentTable final: public ITable<FirmwareComponent> {
63 class FirmwareComponentTable final {
69 std::string GetTableName() final;
70 std::string GetTableCreateSql() final;
71 void ParseDbValue(ResultSet *resultSet, FirmwareComponent &value) final;
72 void BuildDbValue(const FirmwareComponent &value, NativeRdb::ValuesBucket &dbValue) final;
/base/update/updateservice/services/startup/access/include/
Ddefault_access.h25 class DefaultAccess final : public IAccess, public DelayedSingleton<DefaultAccess> {
29 void Init(StartupReason startupReason) final;
30 bool IsIdle() final;
31 std::vector<ScheduleTask> GetScheduleTasks() final;
32 bool Exit() final;
Dfirmware_access.h25 class FirmwareAccess final : public IAccess, public DelayedSingleton<FirmwareAccess> {
29 void Init(StartupReason startupReason) final;
30 bool IsIdle() final;
31 std::vector<ScheduleTask> GetScheduleTasks() final;
32 bool Exit() final;
Daccess_manager.h42 class AccessManager final : public IAccessManager, public DelayedSingleton<AccessManager> {
46 bool IsIdle() final;
47 std::vector<ScheduleTask> GetScheduleTasks() final;
48 bool Exit() final;
50 bool Register(AccessType type, const std::shared_ptr<IAccess> &access) final;
51 bool Unregister(AccessType type) final;
52 void SetRemoteIdle(bool isRemoteIdle) final;
/base/update/updateservice/services/utils/include/
Ddupdate_net_observer.h27 class NetObserver final : public DupdateINetObserver, public NetManagerStandard::NetConnCallbackStu…
29 void SetCallback(const std::weak_ptr<INetObserverCallback> &callback) final;
30 void StartObserver() final;
32 const sptr<NetManagerStandard::NetAllCapabilities> &netAllCap) final;
33 int32_t NetLost(sptr<NetManagerStandard::NetHandle> &netHandle) final;
/base/notification/common_event_service/services/include/
Dcommon_event_manager_service_ability.h26 class CommonEventManagerServiceAbility final : public SystemAbility {
38 virtual ~CommonEventManagerServiceAbility() final;
41 void OnStart() final;
42 void OnStop() final;
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service_ability.h27 class AdvancedNotificationServiceAbility final : public SystemAbility {
40 ~AdvancedNotificationServiceAbility() final;
46 void OnStart() final;
47 void OnStop() final;
/base/update/updateservice/services/firmware/upgrade/mode/include/
Dfirmware_download_mode.h29 class FirmwareDownloadMode final : public FirmwareIExecuteMode {
38 FirmwareStep GetNextStep(FirmwareStep step) final;
39 void SetDownloadProgress(const Progress &progress) final;
40 DownloadOptions GetDownloadOptions() final;
41 void HandleComplete() final;
Dfirmware_install_apply_mode.h30 class FirmwareInstallApplyMode final : public FirmwareIExecuteMode {
40 FirmwareStep GetNextStep(FirmwareStep step) final;
41 void SetInstallResult(const InstallCallbackInfo &installCallbackInfo) final;
42 UpgradeOptions GetUpgradeOptions() final;
44 void HandleComplete() final;
Dfirmware_manual_check_mode.h27 class FirmwareManualCheckMode final : public FirmwareIExecuteMode {
32 …nst std::vector<FirmwareComponent> &componentList, const CheckAndAuthInfo &checkAndAuthInfo) final;
33 FirmwareStep GetNextStep(FirmwareStep step) final;
34 void HandleComplete() final;
/base/update/updateservice/services/startup/manage/include/
Dstartup_schedule.h36 class StartupSchedule final : public IStartupSchedule, public AlarmManager, public DelayedSingleton…
40 void RegisterLooper(const ScheduleLooper &looper) final;
41 void UnregisterLooper() final;
42 bool Schedule(const ScheduleTask &task) final;
/base/msdp/device_status/services/interaction/coordination/include/
Ddistributed_input_adapter.h40 class DistributedInputAdapter final {
85 …class StartDInputCallback final : public DistributedHardware::DistributedInput::StartDInputCallbac…
90 …class StopDInputCallback final : public DistributedHardware::DistributedInput::StopDInputCallbackS…
95 class StartDInputCallbackDHIds final :
101 class StopDInputCallbackDHIds final :
107 class StartDInputCallbackSink final :
113 class StopDInputCallbackSink final :
119 class PrepareStartDInputCallback final :
125 class UnPrepareStopDInputCallback final :
131 class PrepareStartDInputCallbackSink final :
[all …]
/base/update/updateservice/services/core/ability/sqlite/core/include/
Dsqlite_db.h35 bool DeleteDbStore() final;
36 …ool Insert(const std::string &tableName, const std::vector<NativeRdb::ValuesBucket> &values) final;
37 bool Delete(int32_t &deletedRows, const NativeRdb::RdbPredicates &predicates) final;
39 const NativeRdb::RdbPredicates &predicates, const std::vector<std::string> &columns) final;
41 …ngedRows, const NativeRdb::ValuesBucket &values, const NativeRdb::RdbPredicates &predicates) final;
/base/update/updateservice/services/firmware/upgrade/install/include/
Dfirmware_updater_install.h26 class UpdaterInstall final : public FirmwareInstall {
28 bool IsComponentLegal(const std::vector<FirmwareComponent> &componentList) final;
29 bool PerformInstall(const std::vector<FirmwareComponent> &componentList) final;
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
Dmock_user_auth_client_callback.h26 class MockAuthenticationCallback final : public AuthenticationCallback {
32 class MockIdentificationCallback final : public IdentificationCallback {
38 class MockGetPropCallback final : public GetPropCallback {
43 class MockSetPropCallback final : public SetPropCallback {
/base/security/access_token/interfaces/innerkits/accesstoken/include/
Dhap_token_info.h55 class HapInfoParams final {
76 class HapPolicyParams final {
91 class HapTokenInfo final {
120 class HapTokenInfoForSync final {

12345678910>>...17