| /base/account/os_account/test/fuzztest/iamaccount/setproperty_fuzzer/ |
| H A D | setproperty_fuzzer.cpp | 47 std::shared_ptr<GetSetPropCallback> callback = make_shared<MockGetSetPropCallback>(); in SetPropertyFuzzTest() local
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/ |
| H A D | uninstall_plugin.cpp | 57 sptr<InstallerCallback> callback = new (std::nothrow) InstallerCallback(); in OnSetPolicy() local
|
| /base/account/os_account/services/accountmgr/src/ |
| H A D | account_event_subscribe.cpp | 47 AccountEventSubscriber::AccountEventSubscriber(const AccountCommonEventCallback &callback) : callback_(callback) in AccountEventSubscriber() argument 31 AccountEventSubscriberCallback( const EventFwk::CommonEventSubscribeInfo &subscribeInfo, const AccountCommonEventCallback &callback) AccountEventSubscriberCallback() argument
|
| /base/account/os_account/services/accountmgr/test/mock/app_account/ |
| H A D | mock_app_account_authenticator_stub.cpp | 58 ErrCode MockAppAccountAuthenticator::IsAccountRemovable(const std::string &name, const sptr<IRemoteObject> &callback) in IsAccountRemovable() argument 21 AddAccountImplicitly( const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) AddAccountImplicitly() argument 29 Authenticate( const std::string &name, const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) Authenticate() argument 37 VerifyCredential( const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callback) VerifyCredential() argument 44 CheckAccountLabels( const std::string &name, const std::vector<std::string> &labels, const sptr<IRemoteObject> &callback) CheckAccountLabels() argument 51 SetProperties( const SetPropertiesOptions &options, const sptr<IRemoteObject> &callback) SetProperties() argument 64 CreateAccountImplicitly( const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) CreateAccountImplicitly() argument 71 Auth(const std::string &name, const std::string &authType, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) Auth() argument
|
| /base/account/os_account/test/fuzztest/domainaccount_stub/procauthwithpopupstub_fuzzer/ |
| H A D | procauthwithpopupstub_fuzzer.cpp | 53 sptr<IDomainAccountCallback> callback = new (std::nothrow) DomainAccountCallbackService(callbackPtr); in ProcAuthWithPopupStubFuzzTest() local
|
| /base/account/os_account/test/fuzztest/iamaccount/getproperty_fuzzer/ |
| H A D | getproperty_fuzzer.cpp | 48 std::shared_ptr<GetSetPropCallback> callback = make_shared<MockGetSetPropCallback>(); in GetPropertyFuzzTest() local
|
| /base/account/os_account/frameworks/ohosaccount/native/src/ |
| H A D | distributed_account_event_service.cpp | 21 DistributedAccountEventService(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, const std::shared_ptr<DistributedAccountSubscribeCallback> &callback) DistributedAccountEventService() argument
|
| /base/account/os_account/services/accountmgr/src/domain_account/ |
| H A D | status_listener_manager.cpp | 119 auto callback = iface_cast<IDomainAccountCallback>(record); in NotifyEventAsync() local
|
| H A D | domain_has_domain_info_callback.cpp | 23 DomainHasDomainInfoCallback( const sptr<IDomainAccountCallback> &callback, const std::string &domain, const std::string &accountName) DomainHasDomainInfoCallback() argument
|
| /base/account/os_account/interfaces/kits/napi/appaccount/include/ |
| H A D | napi_app_account_authenticator_callback.h | 48 NapiAppAccountAuthenticatorCallback *callback; member
|
| /base/account/os_account/test/fuzztest/iamaccount/delcred_fuzzer/ |
| H A D | delcred_fuzzer.cpp | 46 std::shared_ptr<IDMCallback> callback = make_shared<MockIDMCallback>(); in DelCredFuzzTest() local
|
| /base/powermgr/display_manager/brightness_manager/src/ |
| H A D | brightness_param_helper.cpp | 59 void BrightnessParamHelper::RegisterBootCompletedCallback(BootCompletedCallback& callback) in RegisterBootCompletedCallback() argument
|
| /base/powermgr/power_manager/services/native/src/shutdown/ |
| H A D | shutdown_callback_holer.cpp | 29 void ShutdownCallbackHolder::AddCallback(const sptr<IRemoteObject>& callback, ShutdownPriority priority) in AddCallback() argument 78 void ShutdownCallbackHolder::RemoveCallback(const sptr<IRemoteObject>& callback) in RemoveCallback() argument 86 RemoveCallback( std::set<sptr<IRemoteObject>>& callbacks, const sptr<IRemoteObject>& callback) RemoveCallback() argument [all...] |
| /base/powermgr/power_manager/services/native/src/suspend/ |
| H A D | sleep_callback_holder.cpp | 24 void SleepCallbackHolder::AddCallback(const sptr<ISyncSleepCallback>& callback, SleepPriority priority) in AddCallback() argument 64 void SleepCallbackHolder::RemoveCallback(const sptr<ISyncSleepCallback>& callback) in RemoveCallback() argument 72 RemoveCallback( std::set<sptr<ISyncSleepCallback>>& callbacks, const sptr<ISyncSleepCallback>& callback) RemoveCallback() argument [all...] |
| /base/notification/distributed_notification_service/frameworks/js/napi/include/manager/ |
| H A D | napi_remove_group.h | 27 napi_ref callback = nullptr; member
|
| H A D | napi_display_badge.h | 27 napi_ref callback = nullptr; member
|
| /base/msdp/device_status/intention/stationary/client/src/ |
| H A D | stationary_client.cpp | 29 SubscribeCallback(ITunnelClient &tunnel, Type type, ActivityEvent event, ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback) SubscribeCallback() argument 42 UnsubscribeCallback(ITunnelClient &tunnel, Type type, ActivityEvent event, sptr<IRemoteDevStaCallback> callback) UnsubscribeCallback() argument
|
| /base/notification/eventhandler/frameworks/cj/src/ |
| H A D | emitter.h | 28 std::function<void(CEventData)> callback = nullptr; member in OHOS::EventsEmitter::CallbackImpl
|
| /base/location/test/fuzztest/locator/nmeamessagecallbackhost_fuzzer/ |
| H A D | nmeamessagecallbackhost_fuzzer.cpp | 70 auto callback = sptr<NmeaMessageCallbackNapi>(new (std::nothrow) NmeaMessageCallbackNapi()); in NmeaMessageCallbackHostFuzzTest() local
|
| /base/location/test/location_geofence/source/ |
| H A D | location_gnss_geofence_callback_host_test.cpp | 39 std::shared_ptr<LocationGnssGeofenceCallbackNapi> callback = in HWTEST_F() local 56 std::shared_ptr<LocationGnssGeofenceCallbackNapi> callback = in HWTEST_F() local 74 std::shared_ptr<LocationGnssGeofenceCallbackNapi> callback = in HWTEST_F() local 86 std::shared_ptr<LocationGnssGeofenceCallbackNapi> callback in HWTEST_F() local 98 std::shared_ptr<LocationGnssGeofenceCallbackNapi> callback = HWTEST_F() local 119 std::shared_ptr<LocationGnssGeofenceCallbackNapi> callback = HWTEST_F() local 136 std::shared_ptr<LocationGnssGeofenceCallbackNapi> callback = HWTEST_F() local 151 std::shared_ptr<LocationGnssGeofenceCallbackNapi> callback = HWTEST_F() local 166 std::shared_ptr<LocationGnssGeofenceCallbackNapi> callback = HWTEST_F() local [all...] |
| /base/msdp/device_status/frameworks/native/src/ |
| H A D | stationary_manager.cpp | 42 int32_t StationaryManager::UnsubscribeCallback(Type type, ActivityEvent event, sptr<IRemoteDevStaCallback> callback)
in UnsubscribeCallback() argument 36 SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latency, sptr<IRemoteDevStaCallback> callback) SubscribeCallback() argument
|
| /base/msdp/device_status/libs/src/algorithm/ |
| H A D | algo_base.cpp | 58 void AlgoBase::RegisterCallback(const std::shared_ptr<IMsdp::MsdpAlgoCallback> callback) in RegisterCallback() argument
|
| /base/notification/distributed_notification_service/frameworks/js/napi/include/ |
| H A D | display_badge.h | 27 napi_ref callback = nullptr; member 39 napi_ref callback = nullptr; member
|
| H A D | ans_template.h | 28 napi_ref callback = nullptr; member
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
| H A D | napi_cancel.cpp | 99 napi_ref callback = nullptr; in NapiCancelAll() local [all...] |