Searched refs:final (Results 1 – 25 of 257) sorted by relevance
1234567891011
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_service_kits_impl.h | 27 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/ |
D | wallpaper_manager.h | 35 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/ |
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/account/os_account/interfaces/innerkits/ohosaccount/native/include/ |
D | ohos_account_kits_impl.h | 26 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/ |
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/security/access_token/interfaces/innerkits/accesstoken/include/ |
D | hap_token_info.h | 28 class HapInfoParams final { 38 class HapPolicyParams final { 46 class HapTokenInfo final { 61 class HapTokenInfoForSync final {
|
D | permission_def.h | 26 class PermissionDef final { 40 class PermissionDefData final {
|
D | native_token_info.h | 27 class NativeTokenInfo final { 38 class NativeTokenInfoForSync 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 {
|
D | mock_user_idm_client_callback.h | 26 class MockGetCredentialInfoCallback final : public GetCredentialInfoCallback { 31 class MockGetSecUserInfoCallback final : public GetSecUserInfoCallback { 36 class MockUserIdmClientCallback final : public UserIdmClientCallback {
|
D | mock_user_auth_callback_service.h | 26 class MockUserAuthCallbackService final : public UserAuthCallbackStub { 32 class MockGetExecutorPropertyCallbackService final : public GetExecutorPropertyCallbackStub { 37 class MockSetExecutorPropertyCallbackService final : public SetExecutorPropertyCallbackStub {
|
D | mock_user_idm_callback_service.h | 26 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/ |
D | account_iam_client_test_callback.h | 26 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/ |
D | watcher_manager_kits.h | 32 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/ |
D | event_listener.h | 33 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/ |
D | mock_user_auth_callback.h | 26 class MockUserAuthCallback final : public IRemoteStub<UserAuthCallbackInterface> { 34 class MockGetExecutorPropertyCallback final : public IRemoteStub<GetExecutorPropertyCallbackInterfa… 41 class MockSetExecutorPropertyCallback final : public IRemoteStub<SetExecutorPropertyCallbackInterfa…
|
D | mock_user_idm_callback.h | 28 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/ |
D | update_service_ab_callback.h | 27 class UpdateServiceAbCallback final : public OHOS::SysInstaller::SysInstallerCallbackStub { 32 void OnUpgradeProgress(int updateStatus, int percent) final;
|
/base/security/access_token/services/tokensyncmanager/include/remote/ |
D | soft_bus_device_connection_listener.h | 30 class MyDmInitCallback final : public DistributedHardware::DmInitCallback { 35 class SoftBusDeviceConnectionListener final : public DistributedHardware::DeviceStateCallback {
|
/base/security/access_token/services/accesstokenmanager/main/cpp/include/device/ |
D | atm_device_state_callback.h | 24 class AtmDmInitCallback final : public DistributedHardware::DmInitCallback { 29 class AtmDeviceStateCallback final : public DistributedHardware::DeviceStateCallback {
|
/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/ |
D | accesstoken_remote_token_manager.h | 35 class AccessTokenRemoteDevice final { 41 class AccessTokenRemoteTokenManager final {
|
/base/update/updater/services/ui/strategy/ |
D | progress_strategy.h | 37 class TxtProgress final : public ProgressStrategy { 44 class BarProgress final : public ProgressStrategy {
|
D | logo_strategy.h | 36 class AnimatorLogo final : public LogoStrategy { 44 class ImageLogo final : public LogoStrategy {
|
1234567891011