Home
last modified time | relevance | path

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

1234567891011

/base/update/updateservice/interfaces/inner_api/include/
Dupdate_service_kits_impl.h27 class UpdateServiceKitsImpl final : public UpdateServiceKits,
33 int32_t RegisterUpdateCallback(const UpgradeInfo &info, const UpdateCallbackInfo &cb) final;
35 int32_t UnregisterUpdateCallback(const UpgradeInfo &info) final;
37 int32_t CheckNewVersion(const UpgradeInfo &info) final;
40 const DownloadOptions &downloadOptions, BusinessError &businessError) final;
43 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) final;
46 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) final;
49 const UpgradeOptions &upgradeOptions, BusinessError &businessError) final;
52 const ClearOptions &clearOptions, BusinessError &businessError) final;
54 int32_t TerminateUpgrade(const UpgradeInfo &info, BusinessError &businessError) final;
[all …]
/base/theme/wallpaper_mgr/frameworks/innerkitsimpl/wallpaper_manager/include/
Dwallpaper_manager.h35 class WallpaperManager final : public WallpaperManagerkits, public DelayedRefSingleton<WallpaperMan…
46 int32_t SetWallpaper(std::string url, int32_t wallpaperType, const ApiInfo &apiInfo) final;
55 const ApiInfo &apiInfo) final;
66 std::shared_ptr<OHOS::Media::PixelMap> &PixelMap) final;
73 …32_t GetColors(int32_t wallpaperType, const ApiInfo &apiInfo, std::vector<uint64_t> &colors) final;
80 int GetWallpaperId(int wallpaperType) final;
82 int32_t GetFile(int wallpaperType, int32_t &wallpaperFd) final;
88 int32_t GetWallpaperMinHeight(const ApiInfo &apiInfo, int32_t &minHeight) final;
94 int32_t GetWallpaperMinWidth(const ApiInfo &apiInfo, int32_t &minWidth) final;
100 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/account/os_account/interfaces/innerkits/ohosaccount/native/include/
Dohos_account_kits_impl.h26 class OhosAccountKitsImpl final : public OhosAccountKits, public DelayedRefSingleton<OhosAccountKit…
32 const std::string& eventStr) final;
34 const std::string &eventStr) final;
35 std::pair<bool, OhosAccountInfo> QueryOhosAccountInfo() final;
36 ErrCode GetOhosAccountInfo(OhosAccountInfo &accountInfo) final;
37 ErrCode GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &accountInfo) final;
38 std::pair<bool, OhosAccountInfo> QueryOhosAccountInfoByUserId(std::int32_t userId) final;
39 ErrCode QueryDeviceAccountId(std::int32_t& accountId) final;
40 std::int32_t GetDeviceAccountIdByUID(std::int32_t& uid) final;
45 class DeathRecipient final : public IRemoteObject::DeathRecipient {
[all …]
/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/security/access_token/interfaces/innerkits/accesstoken/include/
Dhap_token_info.h28 class HapInfoParams final {
38 class HapPolicyParams final {
46 class HapTokenInfo final {
61 class HapTokenInfoForSync final {
Dpermission_def.h26 class PermissionDef final {
40 class PermissionDefData final {
Dnative_token_info.h27 class NativeTokenInfo final {
38 class NativeTokenInfoForSync 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 {
Dmock_user_idm_client_callback.h26 class MockGetCredentialInfoCallback final : public GetCredentialInfoCallback {
31 class MockGetSecUserInfoCallback final : public GetSecUserInfoCallback {
36 class MockUserIdmClientCallback final : public UserIdmClientCallback {
Dmock_user_auth_callback_service.h26 class MockUserAuthCallbackService final : public UserAuthCallbackStub {
32 class MockGetExecutorPropertyCallbackService final : public GetExecutorPropertyCallbackStub {
37 class MockSetExecutorPropertyCallbackService final : public SetExecutorPropertyCallbackStub {
Dmock_user_idm_callback_service.h26 class MockIdmCallbackService final : public IdmCallbackStub {
32 class MockIdmGetCredInfoCallbackService final : public IdmGetCredInfoCallbackStub {
38 class MockIdmGetSecureUserInfoCallbackService final : public IdmGetSecureUserInfoCallbackStub {
/base/account/os_account/frameworks/account_iam/test/unittest/include/
Daccount_iam_client_test_callback.h26 class MockIDMCallback final : public AccountSA::IDMCallback {
32 class MockGetCredInfoCallback final : public AccountSA::GetCredInfoCallback {
37 class MockGetSetPropCallback final : public AccountSA::GetSetPropCallback {
/base/startup/init/services/param/watcher/agent/
Dwatcher_manager_kits.h32 class WatcherManagerKits final : public DelayedRefSingleton<WatcherManagerKits> {
87 class RemoteWatcher final : public Watcher {
92 …arameterChange(const std::string &prefix, const std::string &name, const std::string &value) final;
99 class DeathRecipient final : public IRemoteObject::DeathRecipient {
102 ~DeathRecipient(void) final = default;
104 void OnRemoteDied(const wptr<IRemoteObject> &remote) final;
/base/update/updater/services/ui/control/
Devent_listener.h33 class CallBackDecorator final {
43 class LabelOnTouchListener final : public OHOS::UIView::OnTouchListener {
55 class BtnOnEventListener final : public OHOS::UIView::OnClickListener, public OHOS::UIView::OnTouch…
70 class BtnOnDragListener final : public OHOS::UIView::OnDragListener {
85 class KeyListener final : public OHOS::RootView::OnKeyActListener {
/base/useriam/user_auth_framework/test/unittest/services/mocks/
Dmock_user_auth_callback.h26 class MockUserAuthCallback final : public IRemoteStub<UserAuthCallbackInterface> {
34 class MockGetExecutorPropertyCallback final : public IRemoteStub<GetExecutorPropertyCallbackInterfa…
41 class MockSetExecutorPropertyCallback final : public IRemoteStub<SetExecutorPropertyCallbackInterfa…
Dmock_user_idm_callback.h28 class MockIdmGetCredentialInfoCallback final : public IRemoteStub<IdmGetCredInfoCallbackInterface> {
36 class MockIdmGetSecureUserInfoCallback final : public IRemoteStub<IdmGetSecureUserInfoCallbackInter…
43 class MockIdmCallback final : public IRemoteStub<IdmCallbackInterface> {
/base/update/updateservice/services/ab_update/include/
Dupdate_service_ab_callback.h27 class UpdateServiceAbCallback final : public OHOS::SysInstaller::SysInstallerCallbackStub {
32 void OnUpgradeProgress(int updateStatus, int percent) final;
/base/security/access_token/services/tokensyncmanager/include/remote/
Dsoft_bus_device_connection_listener.h30 class MyDmInitCallback final : public DistributedHardware::DmInitCallback {
35 class SoftBusDeviceConnectionListener final : public DistributedHardware::DeviceStateCallback {
/base/security/access_token/services/accesstokenmanager/main/cpp/include/device/
Datm_device_state_callback.h24 class AtmDmInitCallback final : public DistributedHardware::DmInitCallback {
29 class AtmDeviceStateCallback final : public DistributedHardware::DeviceStateCallback {
/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/
Daccesstoken_remote_token_manager.h35 class AccessTokenRemoteDevice final {
41 class AccessTokenRemoteTokenManager final {
/base/update/updater/services/ui/strategy/
Dprogress_strategy.h37 class TxtProgress final : public ProgressStrategy {
44 class BarProgress final : public ProgressStrategy {
Dlogo_strategy.h36 class AnimatorLogo final : public LogoStrategy {
44 class ImageLogo final : public LogoStrategy {

1234567891011