Home
last modified time | relevance | path

Searched refs:sptr (Results 2726 - 2750 of 2975) sorted by relevance

1...<<101102103104105106107108109110>>...119

/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dsys_installer_proxy.cpp81 int32_t SysInstallerProxy::SetUpdateCallback(const sptr<ISysInstallerCallback> &cb) in SetUpdateCallback()
H A Dmodule_update_proxy.cpp176 const sptr<ISysInstallerCallback> &updateCallback) in StartUpdateHmpPackage()
/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthallinonehdi_fuzzer/
H A Dpin_auth_all_in_one_hdi_fuzzer.cpp47 auto executorProxy_ = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutorFuzzer);
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Ddriver_manager.cpp128 hdiServiceStatusListener_ = sptr<HdiServiceStatusListener>(new (std::nothrow) HdiServiceStatusListener(callback)); in SubscribeHdiDriverStatus()
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h75 MOCK_METHOD1(RegisterMessageCallback, int32_t(const sptr<HdiIMessageCallback> &messageCallback));
/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp46 sptr<SettingObserver> g_displayOffTimeAcObserver;
47 sptr<SettingObserver> g_displayOffTimeDcObserver;
49 sptr<SettingObserver> g_displayOffTimeObserver;
882 void PowerStateMachine::RegisterPowerStateCallback(const sptr<IPowerStateCallback>& callback, bool isSync) in WakeupDeviceInner()
906 void PowerStateMachine::UnRegisterPowerStateCallback(const sptr<IPowerStateCallback>& callback) in WakeupDeviceInner()
1025 sptr<IPowerStateCallback> callback = iface_cast<IPowerStateCallback>(remote.promote()); in WakeupDeviceInner()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp65 std::vector<sptr<NotificationSlot>> slots;
86 sptr<NotificationSlot> slot = nullptr;
106 std::vector<sptr<NotificationSlot>> slots;
119 std::vector<sptr<NotificationSlot>> slots;
133 sptr<NotificationSlot> slot;
367 sptr<NotificationSlot> slotPtr = new (std::nothrow) NotificationSlot(vec); in ParseParametersSetSlotByBundle()
/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp476 const PermissionUsedRequest& request, const sptr<OnPermissionUsedRecordCallback>& callback) in GetPermissionUsedRecordsAsync()
1087 auto it = [&](uint64_t id, sptr<IRemoteObject> cameraCallback) { in ExecuteAllCameraExecuteCallback()
1105 auto it = [&](uint64_t id, sptr<IRemoteObject> cameraCallback) { in ExecuteCameraCallbackAsync()
1150 AccessTokenID tokenId, int32_t pid, const std::string& permissionName, const sptr<IRemoteObject>& callback) in StartUsingPermission()
1419 AccessTokenID regiterTokenId, const std::vector<std::string>& permList, const sptr<IRemoteObject>& callback) in RegisterPermActiveStatusCallback()
1429 int32_t PermissionRecordManager::UnRegisterPermActiveStatusCallback(const sptr<IRemoteObject>& callback) in UnRegisterPermActiveStatusCallback()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp1084 sptr<Surface> surface = nullptr; in OnSetPreviewWindowInner()
1085 sptr<IRemoteObject> object = data.ReadRemoteObject(); in OnSetPreviewWindowInner()
1087 sptr<IBufferProducer> producer = iface_cast<IBufferProducer>(object); in OnSetPreviewWindowInner()
1107 sptr<Surface> surface = nullptr; in OnSetDisplayWindowInner()
1108 sptr<IRemoteObject> object = data.ReadRemoteObject(); in OnSetDisplayWindowInner()
1110 sptr<IBufferProducer> producer = iface_cast<IBufferProducer>(object); in OnSetDisplayWindowInner()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp133 sptr<WallpaperService> WallpaperService::instance_;
280 void WallpaperService::AddWallpaperExtensionDeathRecipient(const sptr<IRemoteObject> &remoteObject) in AddWallpaperExtensionDeathRecipient()
286 recipient_ = sptr<IRemoteObject::DeathRecipient>(new WallpaperExtensionAbilityDeathRecipient(*this)); in AddWallpaperExtensionDeathRecipient()
1039 ErrorCode WallpaperService::On(const std::string &type, sptr<IWallpaperEventListener> listener) in On()
1055 ErrorCode WallpaperService::Off(const std::string &type, sptr<IWallpaperEventListener> listener) in Off()
1075 bool WallpaperService::RegisterWallpaperCallback(const sptr<IWallpaperCallback> callback) in RegisterWallpaperCallback()
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp1108 .function("_drawSimpleText", optional_override([](SkCanvas& self, WASMPointerU8 sptr, in EMSCRIPTEN_BINDINGS()
1111 const char* str = reinterpret_cast<const char*>(sptr); in EMSCRIPTEN_BINDINGS()
1248 .function("_getGlyphIDs", optional_override([](SkFont& self, WASMPointerU8 sptr, in EMSCRIPTEN_BINDINGS()
1251 char* str = reinterpret_cast<char*>(sptr); in EMSCRIPTEN_BINDINGS()
1909 .class_function("_MakeFromRSXform", optional_override([](WASMPointerU8 sptr, in EMSCRIPTEN_BINDINGS()
1913 const char* str = reinterpret_cast<const char*>(sptr); in EMSCRIPTEN_BINDINGS()
1927 .class_function("_MakeFromText", optional_override([](WASMPointerU8 sptr, in EMSCRIPTEN_BINDINGS()
1929 const char* str = reinterpret_cast<const char*>(sptr); in EMSCRIPTEN_BINDINGS()
1947 .function("_getGlyphIDs", optional_override([](SkTypeface& self, WASMPointerU8 sptr, in EMSCRIPTEN_BINDINGS()
1950 char* str = reinterpret_cast<char*>(sptr); in EMSCRIPTEN_BINDINGS()
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_test.cpp90 sptr<Rosen::FocusChangeInfo> focusChangeInfo; in HWTEST_F()
91 sptr<EventFocusListener> eventFocusListener_ = EventFocusListener::GetInstance(); in HWTEST_F()
/base/account/os_account/services/accountmgr/src/
H A Dohos_account_manager.cpp264 const sptr<IRemoteObject> &eventListener) in SubscribeDistributedAccountEvent()
270 const sptr<IRemoteObject> &eventListener) in UnsubscribeDistributedAccountEvent()
/base/request/request/frameworks/native/src/
H A Drequest_service_proxy.cpp34 RequestServiceProxy::RequestServiceProxy(const sptr<IRemoteObject> &object) in RequestServiceProxy()
422 int32_t RequestServiceProxy::SubRunCount(const sptr<NotifyInterface> &listener) in SubRunCount()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_enable_notification.cpp281 sptr<AnsDialogHostClient> client = nullptr; in NapiRequestEnableNotification()
569 sptr<IRemoteObject> callerToken = nullptr; in SetEnableParam()
/base/telephony/call_manager/services/call/src/
H A Dcall_base.cpp88 sptr<CallBase> tempCall = CallObjectManager::GetOneCallObject(callinfo.callId); in HangUpVoipCall()
89 sptr<VoIPCall> call = static_cast<VoIPCall *>(static_cast<void *>(tempCall.GetRefPtr())); in HangUpVoipCall()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dcore_service_test.cpp65 sptr<NetworkInformation> networkInfo = new (std::nothrow) NetworkInformation(); in HWTEST_F()
701 std::vector<sptr<CellInformation>> cellInfo; in HWTEST_F()
/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp232 const sptr<ISysInstallerCallback> &updateCallback) in ReallyInstallModulePackage()
617 sptr<ISystemAbilityManager> &ModuleUpdateMain::GetSystemAbilityManager() in GetSystemAbilityManager()
/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp93 sptr<IRemoteObject> PdpProfileAbility::OnConnect(const AAFwk::Want &want) in OnConnect()
97 sptr<DataShare::TelephonyDataShareStubImpl> remoteObject = in OnConnect()
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_client_test.cpp108 sptr<WidgetCallbackInterface> testCallback = nullptr; in HWTEST_F()
391 sptr<MockWidgetCallbackInterface> widgetCallback(new (std::nothrow) MockWidgetCallbackInterface); in HWTEST_F()
/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_all_in_one_hdi_unit_test.cpp285 const sptr<IExecutorCallback> &callbackObj) { return pair.first; }); in HWTEST_F()
330 const sptr<IExecutorCallback> &callbackObj) { return pair.first; }); in HWTEST_F()
/third_party/ffmpeg/libavcodec/
H A Dalacenc.c95 const type *sptr = (const type *)samples[ch]; \ in init_sample_buffers()
97 bptr[i] = sptr[i] >> shift; \ in init_sample_buffers()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_stub.cpp388 sptr<CreateAccountOptions> options = data.ReadParcelable<CreateAccountOptions>(); in ProcCreateAccount()
415 sptr<CreateAccountImplicitlyOptions> options = data.ReadParcelable<CreateAccountImplicitlyOptions>(); in ProcCreateAccountImplicitly()
835 sptr<IRemoteObject> callback; in ProcGetAuthenticatorCallback()
1018 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in ProcSubscribeAccount()
1033 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in ProcUnsubscribeAccount()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_stub.cpp619 sptr<CreateOsAccountOptions> options = data.ReadParcelable<CreateOsAccountOptions>(); in ProcCreateOsAccountWithShortName()
644 sptr<CreateOsAccountOptions> options = data.ReadParcelable<CreateOsAccountOptions>(); in ProcCreateOsAccountWithFullInfo()
708 sptr<CreateOsAccountForDomainOptions> options = data.ReadParcelable<CreateOsAccountForDomainOptions>(); in ProcCreateOsAccountForDomain()
1218 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in ProcSubscribeOsAccount()
1243 sptr<IRemoteObject> eventListener = data.ReadRemoteObject(); in ProcUnsubscribeOsAccount()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp24 OsAccountProxy::OsAccountProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IOsAccount>(object) in OsAccountProxy()
182 const sptr<IDomainAccountCallback> &callback, const CreateOsAccountForDomainOptions& options) in CreateOsAccountForDomain()
838 const OsAccountSubscribeInfo &subscribeInfo, const sptr<IRemoteObject> &eventListener) in SubscribeOsAccount()
873 ErrCode OsAccountProxy::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount()
952 sptr<IRemoteObject> remote = Remote(); in SendRequest()

Completed in 46 milliseconds

1...<<101102103104105106107108109110>>...119