Home
last modified time | relevance | path

Searched defs:callback (Results 951 - 975 of 4951) sorted by relevance

1...<<31323334353637383940>>...199

/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dcpu_storage_test.cpp109 CpuStorageDbCallback callback; in HWTEST_F() local
131 CpuStorageDbCallback callback; in HWTEST_F() local
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_manager_c.cpp43 HiSysEventQuery(const HiSysEventQueryArg& arg, HiSysEventQueryRule rules[], size_t ruleSize, HiSysEventQueryCallback& callback) HiSysEventQuery() argument
100 OH_HiSysEvent_Query(const HiSysEventQueryArg* arg, HiSysEventQueryRule rules[], size_t ruleSize, HiSysEventQueryCallback* callback) OH_HiSysEvent_Query() argument
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dsa_dumper.cpp48 auto callback = parameter->getClientCallback(); in PreExecute() local
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dsys_event_service_proxy.cpp74 int32_t SysEventServiceProxy::RemoveListener(const sptr<ISysEventCallback> &callback) in RemoveListener() argument
32 AddListener(const std::vector<SysEventRule>& rules, const sptr<ISysEventCallback>& callback) AddListener() argument
110 Query(const QueryArgument& queryArgument, const std::vector<SysEventQueryRule>& rules, const sptr<IQuerySysEventCallback>& callback) Query() argument
156 SetDebugMode(const sptr<ISysEventCallback>& callback, bool mode) SetDebugMode() argument
[all...]
/base/location/frameworks/js/napi/include/
H A Dcallback_manager.h79 void CallbackManager<T>::AddCallback(const napi_env& env, const napi_ref& handlerRef, const sptr<T>& callback) in AddCallback() argument
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Djs_callback_manager.cpp91 void JsCallbackManager::Add(CallbackContext* context, CALLBACK_FUNC callback, in Add() argument
/base/hiviewdfx/hiview/base/utility/
H A Dsetting_observer_manager.cpp68 bool SettingObserverManager::RegisterObserver(const std::string& paramKey, SettingObserver::ObserverCallback callback) in RegisterObserver() argument
/base/account/os_account/frameworks/account_iam/test/unittest/include/
H A Daccount_iam_client_test_callback.h35 TestIDMCallback(const std::shared_ptr<MockIDMCallback> &callback) :callback_(callback) {} in TestIDMCallback() argument
67 TestGetCredInfoCallback(const std::shared_ptr<MockGetCredInfoCallback> &callback) :callback_(callback) {} in TestGetCredInfoCallback() argument
91 TestGetEnrolledIdCallback(const std::shared_ptr<MockGetEnrolledIdCallback> &callback) :callback_(callback) {} in TestGetEnrolledIdCallback() argument
115 TestGetSetPropCallback(const std::shared_ptr<MockGetSetPropCallback> &callback) :callback_(callback) {} in TestGetSetPropCallback() argument
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_plugin_manager.cpp128 auto callback = [promise] (bool isActivated) mutable -> int32_t { in PluginVerifyActivationLockFunc() local
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_event_module_test.cpp87 sptr<IRemoteObject> callback = eventCallbackPtr->AsObject(); in HWTEST_F() local
H A Dapp_account_authenticator_callback_test.cpp91 sptr<IRemoteObject> callback = oauthCallbackPtr->AsObject(); in HWTEST_F() local
/base/account/os_account/test/fuzztest/appaccount_stub/createaccountimplicitlystub_fuzzer/
H A Dcreateaccountimplicitlystub_fuzzer.cpp58 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in CreateAccountImplicitlyStubFuzzTest() local
/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_plugin_stub.cpp120 sptr<IDomainAccountCallback> callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcGetAuthStatusInfo() local
145 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); in ProcIsAccountTokenValid() local
175 auto callback in ProcGetAccessToken() local
195 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); ProcGetDomainAccountInfo() local
220 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); ProcOnAccountBound() local
240 auto callback = iface_cast<IDomainAccountCallback>(data.ReadRemoteObject()); ProcOnAccountUnBound() local
[all...]
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp80 AuthorizationRequest(const int32_t &callingUid, const AAFwk::WantParams &parameters, const sptr<IAppAccountAuthorizationExtensionCallback> &callback) AuthorizationRequest() argument
H A Dapp_account_authenticator_stub.cpp67 sptr<IRemoteObject> callback = data.ReadRemoteObject(); in ProcAddAccountImplicitly() local
88 sptr<IRemoteObject> callback = data.ReadRemoteObject(); in ProcAuthenticate() local
106 sptr<IRemoteObject> callback = data.ReadRemoteObject(); in ProcCreateAccountImplicitly() local
126 sptr<IRemoteObject> callback in ProcAuth() local
145 sptr<IRemoteObject> callback = data.ReadRemoteObject(); ProcVerifyCredential() local
165 sptr<IRemoteObject> callback = data.ReadRemoteObject(); ProcCheckAccountLabels() local
183 sptr<IRemoteObject> callback = data.ReadRemoteObject(); ProcSetProperties() local
201 sptr<IRemoteObject> callback = data.ReadRemoteObject(); ProcIsAccountRemovable() local
[all...]
/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_inputer_manager.cpp90 napi_ref callback = nullptr; in RegisterInputer() local
50 ParseContextForRegisterInputer( napi_env env, napi_callback_info info, int32_t &authType, napi_ref &callback) ParseContextForRegisterInputer() argument
H A Dnapi_account_iam_pin_auth.cpp51 static bool ParseContextForRegisterInputer(napi_env env, napi_callback_info info, napi_ref *callback) in ParseContextForRegisterInputer() argument
82 napi_ref callback = nullptr; in RegisterInputer() local
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_proxy.cpp30 AddAccountImplicitly(const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) AddAccountImplicitly() argument
64 Authenticate(const std::string &name, const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) Authenticate() argument
102 CreateAccountImplicitly( const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) CreateAccountImplicitly() argument
126 Auth(const std::string &name, const std::string &authType, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) Auth() argument
158 VerifyCredential( const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callback) VerifyCredential() argument
187 CheckAccountLabels( const std::string &name, const std::vector<std::string> &labels, const sptr<IRemoteObject> &callback) CheckAccountLabels() argument
216 SetProperties( const SetPropertiesOptions &options, const sptr<IRemoteObject> &callback) SetProperties() argument
241 IsAccountRemovable(const std::string &name, const sptr<IRemoteObject> &callback) IsAccountRemovable() argument
[all...]
/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H A Ddomain_account_plugin_proxy_test.cpp130 std::shared_ptr<DomainAccountCallback> callback = nullptr; in HWTEST_F() local
158 std::shared_ptr<DomainAccountCallback> callback = nullptr; in HWTEST_F() local
223 std::shared_ptr<DomainAccountCallback> callback = nullptr; HWTEST_F() local
242 std::shared_ptr<DomainAccountCallback> callback = nullptr; HWTEST_F() local
[all...]
/base/account/os_account/test/fuzztest/appaccount_stub/selectaccountsbyoptionsstub_fuzzer/
H A Dselectaccountsbyoptionsstub_fuzzer.cpp51 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in SelectAccountsByOptionsStubFuzzTest() local
/base/account/os_account/test/fuzztest/appaccount_stub/verifycredentialstub_fuzzer/
H A Dverifycredentialstub_fuzzer.cpp50 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in VerifyCredentialStubFuzzTest() local
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h54 sptr<IRemoteObject> callback; member
/base/account/os_account/test/fuzztest/appaccount_stub/addaccountimplicitlystub_fuzzer/
H A Daddaccountimplicitlystub_fuzzer.cpp62 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in AddAccountImplicitlyStubFuzzTest() local
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_suspend_controller_test.cpp86 sptr<SuspendPowerStateCallback> callback = new SuspendPowerStateCallback(g_service->suspendController_); in HWTEST_F() local
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dnapi_inner_print.h70 sptr<IPrintCallback> callback = nullptr; member

Completed in 10 milliseconds

1...<<31323334353637383940>>...199