Home
last modified time | relevance | path

Searched defs:callback (Results 76 - 100 of 4957) sorted by relevance

12345678910>>...199

/kernel/linux/linux-6.6/drivers/char/
H A Dnwbutton.h21 void (*callback) (void); member
/third_party/pulseaudio/src/pulse/
H A Dmainloop-api.c34 void (*callback)(pa_mainloop_api*m, void *userdata); member
/third_party/skia/third_party/externals/angle2/util/windows/
H A Dtest_utils_winuwp.cpp17 void InitCrashHandler(CrashCallback *callback) in InitCrashHandler() argument
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp81 void InitCrashHandler(CrashCallback *callback) in InitCrashHandler() argument
/third_party/pulseaudio/src/pulsecore/
H A Dmessage-handler.h38 pa_message_handler_cb_t callback; member
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Dhisysevent_query_proxy.h29 explicit HiSysEventQueryProxy(const std::shared_ptr<HiSysEventBaseQueryCallback> callback) in HiSysEventQueryProxy() argument
/base/inputmethod/imf/frameworks/js/napi/common/
H A Djs_callback_object.cpp23 JSCallbackObject::JSCallbackObject(napi_env env, napi_value callback, std::thread::id threadId) in JSCallbackObject() argument
/base/account/os_account/test/fuzztest/appaccount/addaccountimplicitly_fuzzer/
H A Daddaccountimplicitly_fuzzer.cpp62 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in AddAccountImplicitlyFuzzTest() local
/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_callback_adapters.cpp25 GetAccessTokenCallbackAdapter::GetAccessTokenCallbackAdapter(const std::shared_ptr<GetAccessTokenCallback> &callback) in GetAccessTokenCallbackAdapter() argument
H A Ddomain_account_callback_service.cpp26 DomainAccountCallbackService::DomainAccountCallbackService(const DomainAccountCallbackFunc &callback) in DomainAccountCallbackService() argument
21 DomainAccountCallbackService( const std::shared_ptr<DomainAccountCallback> &callback) DomainAccountCallbackService() argument
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authorization_extension_service.cpp41 auto callback = std::make_shared<AppAccountAuthorizationExtensionCallbackClient>(request.callback); in StartAuthorization() local
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Dmock_domain_auth_callback_for_listener.cpp23 TestDomainAuthCallbackForListener( const std::shared_ptr<MockDomainAuthCallbackForListener> &callback) TestDomainAuthCallbackForListener() argument
H A Dmock_domain_has_domain_info_callback.cpp27 TestHasDomainInfoCallback::TestHasDomainInfoCallback(const std::shared_ptr<MockDomainHasDomainInfoCallback> &callback) in TestHasDomainInfoCallback() argument
47 TestGetDomainAccountInfoCallback( const std::shared_ptr<MockGetDomainAccountInfoCallback> &callback) TestGetDomainAccountInfoCallback() argument
H A Dmock_domain_get_access_token_callback.cpp24 TestGetAccessTokenCallback( const std::shared_ptr<MockDomainGetAccessTokenCallback> &callback) TestGetAccessTokenCallback() argument
/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
H A Dmock_domain_account_callback_stub.cpp25 MockDomainAccountCallbackStub::MockDomainAccountCallbackStub(const std::shared_ptr<MockDomainAccountCallback> &callback) in MockDomainAccountCallbackStub() argument
/base/account/os_account/test/fuzztest/appaccount/checkaccountlabels_fuzzer/
H A Dcheckaccountlabels_fuzzer.cpp59 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in CheckAccountLabelsFuzzTest() local
/base/account/os_account/test/fuzztest/appaccount/authenticate_fuzzer/
H A Dauthenticate_fuzzer.cpp61 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in AuthenticateFuzzTest() local
/base/account/os_account/test/fuzztest/appaccount/setauthenticatorproperties_fuzzer/
H A Dsetauthenticatorproperties_fuzzer.cpp55 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in SetAuthenticatorPropertiesFuzzTest() local
/base/account/os_account/frameworks/ohosaccount/native/src/
H A Dsystem_ability_status_change_listener.cpp20 SystemAbilityStatusChangeListener( const DomainAccountSubscribeSACallbackFunc& callback) SystemAbilityStatusChangeListener() argument
/base/account/os_account/test/fuzztest/appaccount/createaccountimplicitly_fuzzer/
H A Dcreateaccountimplicitly_fuzzer.cpp59 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in CreateAccountImplicitlyFuzzTest() local
/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/
H A Dselectaccountsbyoptions_fuzzer.cpp64 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in SelectAccountsByOptionsFuzzTest() local
/base/account/os_account/test/fuzztest/appaccount/verifycredential_fuzzer/
H A Dverifycredential_fuzzer.cpp60 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in VerifyCredentialFuzzTest() local
/base/account/os_account/test/fuzztest/iamaccount/deluser_fuzzer/
H A Ddeluser_fuzzer.cpp45 std::shared_ptr<IDMCallback> callback = make_shared<MockIDMCallback>(); in DelUserFuzzTest() local
/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_param_helper.cpp41 void DisplayParamHelper::RegisterBootCompletedCallback(BootCompletedCallback& callback) in RegisterBootCompletedCallback() argument
/base/powermgr/power_manager/frameworks/native/shutdown/
H A Dshutdown_client.cpp39 void ShutdownClient::UnRegisterShutdownCallback(const sptr<ITakeOverShutdownCallback>& callback) in UnRegisterShutdownCallback() argument
52 void ShutdownClient::UnRegisterShutdownCallback(const sptr<IAsyncShutdownCallback>& callback) in UnRegisterShutdownCallback() argument
32 RegisterShutdownCallback( const sptr<ITakeOverShutdownCallback>& callback, ShutdownPriority priority) RegisterShutdownCallback() argument
45 RegisterShutdownCallback( const sptr<IAsyncShutdownCallback>& callback, ShutdownPriority priority) RegisterShutdownCallback() argument
58 RegisterShutdownCallback( const sptr<ISyncShutdownCallback>& callback, ShutdownPriority priority) RegisterShutdownCallback() argument
65 UnRegisterShutdownCallback(const sptr<ISyncShutdownCallback>& callback) UnRegisterShutdownCallback() argument
[all...]

Completed in 9 milliseconds

12345678910>>...199