Home
last modified time | relevance | path

Searched defs:callback (Results 276 - 300 of 4951) sorted by relevance

1...<<11121314151617181920>>...199

/base/account/os_account/test/fuzztest/iamaccount/setproperty_fuzzer/
H A Dsetproperty_fuzzer.cpp47 std::shared_ptr<GetSetPropCallback> callback = make_shared<MockGetSetPropCallback>(); in SetPropertyFuzzTest() local
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Duninstall_plugin.cpp57 sptr<InstallerCallback> callback = new (std::nothrow) InstallerCallback(); in OnSetPolicy() local
/base/account/os_account/services/accountmgr/src/
H A Daccount_event_subscribe.cpp47 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 Dmock_app_account_authenticator_stub.cpp58 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 Dprocauthwithpopupstub_fuzzer.cpp53 sptr<IDomainAccountCallback> callback = new (std::nothrow) DomainAccountCallbackService(callbackPtr); in ProcAuthWithPopupStubFuzzTest() local
/base/account/os_account/test/fuzztest/iamaccount/getproperty_fuzzer/
H A Dgetproperty_fuzzer.cpp48 std::shared_ptr<GetSetPropCallback> callback = make_shared<MockGetSetPropCallback>(); in GetPropertyFuzzTest() local
/base/account/os_account/frameworks/ohosaccount/native/src/
H A Ddistributed_account_event_service.cpp21 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 Dstatus_listener_manager.cpp119 auto callback = iface_cast<IDomainAccountCallback>(record); in NotifyEventAsync() local
H A Ddomain_has_domain_info_callback.cpp23 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 Dnapi_app_account_authenticator_callback.h48 NapiAppAccountAuthenticatorCallback *callback; member
/base/account/os_account/test/fuzztest/iamaccount/delcred_fuzzer/
H A Ddelcred_fuzzer.cpp46 std::shared_ptr<IDMCallback> callback = make_shared<MockIDMCallback>(); in DelCredFuzzTest() local
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_param_helper.cpp59 void BrightnessParamHelper::RegisterBootCompletedCallback(BootCompletedCallback& callback) in RegisterBootCompletedCallback() argument
/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_callback_holer.cpp29 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 Dsleep_callback_holder.cpp24 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 Dnapi_remove_group.h27 napi_ref callback = nullptr; member
H A Dnapi_display_badge.h27 napi_ref callback = nullptr; member
/base/msdp/device_status/intention/stationary/client/src/
H A Dstationary_client.cpp29 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 Demitter.h28 std::function<void(CEventData)> callback = nullptr; member in OHOS::EventsEmitter::CallbackImpl
/base/location/test/fuzztest/locator/nmeamessagecallbackhost_fuzzer/
H A Dnmeamessagecallbackhost_fuzzer.cpp70 auto callback = sptr<NmeaMessageCallbackNapi>(new (std::nothrow) NmeaMessageCallbackNapi()); in NmeaMessageCallbackHostFuzzTest() local
/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp39 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 Dstationary_manager.cpp42 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 Dalgo_base.cpp58 void AlgoBase::RegisterCallback(const std::shared_ptr<IMsdp::MsdpAlgoCallback> callback) in RegisterCallback() argument
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddisplay_badge.h27 napi_ref callback = nullptr; member
39 napi_ref callback = nullptr; member
H A Dans_template.h28 napi_ref callback = nullptr; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_cancel.cpp99 napi_ref callback = nullptr; in NapiCancelAll() local
[all...]

Completed in 6 milliseconds

1...<<11121314151617181920>>...199