Searched refs:final (Results 1 – 25 of 405) sorted by relevance
12345678910>>...17
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_service_kits_impl.h | 30 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/ |
D | wallpaper_manager.h | 37 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/ |
D | none_io_waiter.h | 28 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;
|
D | epoll_io_waiter.h | 28 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/ |
D | update_service_impl_firmware.h | 26 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/ |
D | ohos_account_kits_impl.h | 26 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/ |
D | module_update_kits_impl.h | 25 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/ |
D | firmware_database.h | 29 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;
|
D | firmware_database_callback.h | 30 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;
|
D | firmware_component_table.h | 61 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/ |
D | default_access.h | 25 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;
|
D | firmware_access.h | 25 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;
|
D | access_manager.h | 42 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/ |
D | dupdate_net_observer.h | 27 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/ |
D | common_event_manager_service_ability.h | 26 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/ |
D | advanced_notification_service_ability.h | 27 class AdvancedNotificationServiceAbility final : public SystemAbility { 40 ~AdvancedNotificationServiceAbility() final; 46 void OnStart() final; 47 void OnStop() final;
|
/base/update/updateservice/services/firmware/upgrade/mode/include/ |
D | firmware_download_mode.h | 29 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;
|
D | firmware_install_apply_mode.h | 30 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;
|
D | firmware_manual_check_mode.h | 27 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/ |
D | startup_schedule.h | 36 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/ |
D | distributed_input_adapter.h | 40 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/ |
D | sqlite_db.h | 35 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/ |
D | firmware_updater_install.h | 26 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/ |
D | mock_user_auth_client_callback.h | 26 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/ |
D | hap_token_info.h | 55 class HapInfoParams final { 76 class HapPolicyParams final { 91 class HapTokenInfo final { 120 class HapTokenInfoForSync final {
|
12345678910>>...17