Home
last modified time | relevance | path

Searched defs:callback (Results 901 - 925 of 2076) sorted by relevance

1...<<31323334353637383940>>...84

/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp123 void GeofenceRequest::SetGeofenceTransitionCallback(const sptr<IRemoteObject>& callback) in SetGeofenceTransitionCallback() argument
/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_mgr_proxy.cpp103 AddOrUpdateCredential( int32_t userId, const CredentialParameters &credInfo, const sptr<IIDMCallback> &callback, bool isAdd) AddOrUpdateCredential() argument
149 AddCredential( int32_t userId, const CredentialParameters &credInfo, const sptr<IIDMCallback> &callback) AddCredential() argument
155 UpdateCredential( int32_t userId, const CredentialParameters &credInfo, const sptr<IIDMCallback> &callback) UpdateCredential() argument
179 DelCred( int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelCred() argument
214 DelUser( int32_t userId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelUser() argument
244 GetCredentialInfo( int32_t userId, AuthType authType, const sptr<IGetCredInfoCallback> &callback) GetCredentialInfo() argument
275 PrepareRemoteAuth( const std::string &remoteNetworkId, const sptr<IPreRemoteAuthCallback> &callback) PrepareRemoteAuth() argument
383 AuthUser( AuthParam &authParam, const sptr<IIDMCallback> &callback, uint64_t &contextId) AuthUser() argument
479 GetProperty( int32_t userId, const GetPropertyRequest &request, const sptr<IGetSetPropCallback> &callback) GetProperty() argument
518 SetProperty( int32_t userId, const SetPropertyRequest &request, const sptr<IGetSetPropCallback> &callback) SetProperty() argument
554 GetEnrolledId( int32_t accountId, AuthType authType, const sptr<IGetEnrolledIdCallback> &callback) GetEnrolledId() argument
[all...]
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp197 std::shared_ptr<OsAccountDeleteUserIdmCallback> callback = std::make_shared<OsAccountDeleteUserIdmCallback>(); in SendToIDMAccountDelete() local
[all...]
/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_client.cpp86 ErrCode DomainAccountClient::AuthProxyInit(const std::shared_ptr<DomainAccountCallback> &callback, in AuthProxyInit() argument
106 GetAccessToken(const DomainAccountInfo &info, const AAFwk::WantParams &parameters, const std::shared_ptr<GetAccessTokenCallback> &callback) GetAccessToken() argument
127 HasAccount( const DomainAccountInfo &info, const std::shared_ptr<DomainAccountCallback> &callback) HasAccount() argument
147 Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, const std::shared_ptr<DomainAccountCallback> &callback) Auth() argument
159 AuthUser(int32_t userId, const std::vector<uint8_t> &password, const std::shared_ptr<DomainAccountCallback> &callback) AuthUser() argument
171 AuthWithPopup(int32_t userId, const std::shared_ptr<DomainAccountCallback> &callback) AuthWithPopup() argument
238 GetDomainAccountInfo( const DomainAccountInfo &info, const std::shared_ptr<DomainAccountCallback> &callback) GetDomainAccountInfo() argument
[all...]
H A Ddomain_account_proxy.cpp49 HasDomainAccount( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) HasDomainAccount() argument
153 Auth( const DomainAccountInfo &info, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) Auth() argument
185 AuthUser( int32_t userId, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) AuthUser() argument
209 AuthWithPopup(int32_t userId, const sptr<IDomainAccountCallback> &callback) AuthWithPopup() argument
287 GetAccessToken( const DomainAccountInfo &info, const AAFwk::WantParams &parameters, const sptr<IDomainAccountCallback> &callback) GetAccessToken() argument
311 GetDomainAccountInfo( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) GetDomainAccountInfo() argument
[all...]
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_session_manager.cpp192 GetAuthenticatorCallback( const AuthenticatorSessionRequest &request, sptr<IRemoteObject> &callback) GetAuthenticatorCallback() argument
/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H A Ddomain_account_manager_inner_service_test.cpp233 auto callback = std::make_shared<MockDomainAccountCallback>(); in HWTEST_F() local
253 auto callback = std::make_shared<MockDomainAccountCallback>(); in HWTEST_F() local
269 auto callback in HWTEST_F() local
384 auto callback = std::make_shared<MockDomainAccountCallback>(); HWTEST_F() local
403 auto callback = std::make_shared<MockDomainAccountCallback>(); HWTEST_F() local
421 auto callback = std::make_shared<MockDomainAccountCallback>(); HWTEST_F() local
440 auto callback = std::make_shared<MockDomainAccountCallback>(); HWTEST_F() local
485 std::shared_ptr<DomainAccountCallback> callback = nullptr; HWTEST_F() local
[all...]
/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_auth_callback.cpp33 NapiDomainAuthCallback::NapiDomainAuthCallback(const std::shared_ptr<DomainAccountCallback> &callback) in NapiDomainAuthCallback() argument
177 NapiDomainAccountCallback(napi_env env, std::shared_ptr<JsDomainAccountAuthCallback> &callback) NapiDomainAccountCallback() argument
[all...]
/base/account/os_account/services/accountmgr/src/ability_manager_adapter/
H A Dability_manager_adapter.cpp166 ErrCode AbilityManagerAdapter::StopUser(int32_t accountId, const sptr<AAFwk::IUserCallback> &callback) in StopUser() argument
118 StartUser(int32_t accountId, const sptr<AAFwk::IUserCallback> &callback, bool isAppRecovery) StartUser() argument
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticate_test.cpp69 AddAccountImplicitly( const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) AddAccountImplicitly() argument
77 Authenticate( const std::string &name, const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) Authenticate() argument
85 VerifyCredential( const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callback) VerifyCredential() argument
92 CheckAccountLabels( const std::string &name, const std::vector<std::string> &labels, const sptr<IRemoteObject> &callback) CheckAccountLabels() argument
99 SetProperties( const SetPropertiesOptions &options, const sptr<IRemoteObject> &callback) SetProperties() argument
106 IsAccountRemovable(const std::string &name, const sptr<IRemoteObject> &callback) IsAccountRemovable() argument
112 CreateAccountImplicitly( const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) CreateAccountImplicitly() argument
119 Auth(const std::string &name, const std::string &authType, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) Auth() argument
175 sptr<IRemoteObject> callback = nullptr; HWTEST_F() local
193 sptr<IRemoteObject> callback = nullptr; HWTEST_F() local
211 sptr<IRemoteObject> callback = oauthCallbackPtr->AsObject(); HWTEST_F() local
229 sptr<IRemoteObject> callback = oauthCallbackPtr->AsObject(); HWTEST_F() local
246 sptr<IRemoteObject> callback = nullptr; HWTEST_F() local
275 sptr<IRemoteObject> callback = nullptr; HWTEST_F() local
304 sptr<IRemoteObject> callback = nullptr; HWTEST_F() local
326 sptr<IRemoteObject> callback = nullptr; HWTEST_F() local
348 sptr<IRemoteObject> callback = nullptr; HWTEST_F() local
369 sptr<IRemoteObject> callback = nullptr; HWTEST_F() local
[all...]
H A Dapp_account_authenticator_session_manager_module_test.cpp329 sptr<IRemoteObject> callback = nullptr; in HWTEST_F() local
[all...]
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_builder.cpp227 void NapiHiAppEventBuilder::BuildCallback(const napi_env env, const napi_value callback) in BuildCallback() argument
/base/account/os_account/frameworks/ohosaccount/native/src/
H A Dohos_account_kits_impl.cpp210 SubscribeDistributedAccountEvent(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, const std::shared_ptr<DistributedAccountSubscribeCallback> &callback) SubscribeDistributedAccountEvent() argument
245 UnsubscribeDistributedAccountEvent(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, const std::shared_ptr<DistributedAccountSubscribeCallback> &callback) UnsubscribeDistributedAccountEvent() argument
281 CreateDistributedAccountEventService(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, const std::shared_ptr<DistributedAccountSubscribeCallback> &callback, sptr<IRemoteObject> &subscribeListener) CreateDistributedAccountEventService() argument
[all...]
/base/account/os_account/interfaces/kits/napi/domain_account/include/
H A Dnapi_domain_account_manager.h85 std::shared_ptr<AccountSA::DomainAccountCallback> callback = nullptr; member
[all...]
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb.cpp66 SandboxManagerRdbOpenCallback callback; in SandboxManagerRdb() local
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Dmock_domain_plugin.cpp44 AuthCommonInterface(const DomainAccountInfo &info, const std::vector<uint8_t> &authData, const std::shared_ptr<DomainAccountCallback> &callback, AuthMode authMode) AuthCommonInterface() argument
96 Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, const std::shared_ptr<DomainAccountCallback> &callback) Auth() argument
102 AuthWithPopup( const DomainAccountInfo &info, const std::shared_ptr<DomainAccountCallback> &callback) AuthWithPopup() argument
108 AuthWithToken(const DomainAccountInfo &info, const std::vector<uint8_t> &token, const std::shared_ptr<DomainAccountCallback> &callback) AuthWithToken() argument
114 GetAuthStatusInfo( const DomainAccountInfo &info, const std::shared_ptr<DomainAccountCallback> &callback) GetAuthStatusInfo() argument
130 GetDomainAccountInfo( const GetDomainAccountInfoOptions &options, const std::shared_ptr<DomainAccountCallback> &callback) GetDomainAccountInfo() argument
182 OnAccountBound( const DomainAccountInfo &info, const int32_t localId, const std::shared_ptr<DomainAccountCallback> &callback) OnAccountBound() argument
199 OnAccountUnBound( const DomainAccountInfo &info, const std::shared_ptr<DomainAccountCallback> &callback) OnAccountUnBound() argument
215 IsAccountTokenValid(const DomainAccountInfo &info, const std::vector<uint8_t> &token, const std::shared_ptr<DomainAccountCallback> &callback) IsAccountTokenValid() argument
224 GetAccessToken(const DomainAccountInfo &domainInfo, const std::vector<uint8_t> &accountToken, const GetAccessTokenOptions &option, const std::shared_ptr<DomainAccountCallback> &callback) GetAccessToken() argument
[all...]
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_mgr_stub.cpp276 sptr<IIDMCallback> callback = iface_cast<IIDMCallback>(data.ReadRemoteObject()); in AddOrUpdateCredential() local
321 sptr<IIDMCallback> callback = iface_cast<IIDMCallback>(data.ReadRemoteObject()); in ProcDelCred() local
345 sptr<IIDMCallback> callback in ProcDelUser() local
383 sptr<IGetCredInfoCallback> callback = iface_cast<IGetCredInfoCallback>(data.ReadRemoteObject()); ProcGetCredentialInfo() local
407 sptr<IPreRemoteAuthCallback> callback = iface_cast<IPreRemoteAuthCallback>(data.ReadRemoteObject()); ProcPrepareRemoteAuth() local
513 sptr<IIDMCallback> callback = iface_cast<IIDMCallback>(data.ReadRemoteObject()); ProcAuthUser() local
600 sptr<IGetSetPropCallback> callback = iface_cast<IGetSetPropCallback>(data.ReadRemoteObject()); ProcGetProperty() local
629 sptr<IGetSetPropCallback> callback = iface_cast<IGetSetPropCallback>(data.ReadRemoteObject()); ProcSetProperty() local
668 sptr<IGetEnrolledIdCallback> callback = iface_cast<IGetEnrolledIdCallback>(data.ReadRemoteObject()); ProcGetEnrolledId() local
[all...]
H A Daccount_iam_service.cpp97 AddCredential( int32_t userId, const CredentialParameters &credInfo, const sptr<IIDMCallback> &callback) AddCredential() argument
114 UpdateCredential(int32_t userId, const CredentialParameters &credInfo, const sptr<IIDMCallback> &callback) UpdateCredential() argument
135 DelCred( int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelCred() argument
147 DelUser( int32_t userId, const std::vector<uint8_t> &authToken, const sptr<IIDMCallback> &callback) DelUser() argument
159 GetCredentialInfo( int32_t userId, AuthType authType, const sptr<IGetCredInfoCallback> &callback) GetCredentialInfo() argument
175 PrepareRemoteAuth( const std::string &remoteNetworkId, const sptr<IPreRemoteAuthCallback> &callback) PrepareRemoteAuth() argument
181 AuthUser( AuthParam &authParam, const sptr<IIDMCallback> &callback, uint64_t &contextId) AuthUser() argument
209 GetProperty( int32_t userId, const GetPropertyRequest &request, const sptr<IGetSetPropCallback> &callback) GetProperty() argument
221 SetProperty( int32_t userId, const SetPropertyRequest &request, const sptr<IGetSetPropCallback> &callback) SetProperty() argument
238 GetEnrolledId( int32_t accountId, AuthType authType, const sptr<IGetEnrolledIdCallback> &callback) GetEnrolledId() argument
[all...]
/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_callback_test.cpp92 explicit TestGetCredInfoCallback(const std::shared_ptr<MockGetCredInfoCallback> &callback) : callback_(callback) in TestGetCredInfoCallback() argument
163 sptr<MockIIDMCallback> callback = new (std::nothrow) MockIIDMCallback(); in HWTEST_F() local
184 sptr<MockIIDMCallback> callback = new (std::nothrow) MockIIDMCallback(); in HWTEST_F() local
219 sptr<MockIIDMCallback> callback = new (std::nothrow) MockIIDMCallback(); HWTEST_F() local
252 sptr<MockIIDMCallback> callback = new (std::nothrow) MockIIDMCallback(); HWTEST_F() local
274 sptr<MockIIDMCallback> callback = new (std::nothrow) MockIIDMCallback(); HWTEST_F() local
311 sptr<MockIIDMCallback> callback = new (std::nothrow) MockIIDMCallback(); HWTEST_F() local
344 sptr<MockIIDMCallback> callback = new (std::nothrow) MockIIDMCallback(); HWTEST_F() local
383 sptr<MockIIDMCallback> callback = new (std::nothrow) MockIIDMCallback(); HWTEST_F() local
439 std::shared_ptr<MockGetCredInfoCallback> callback = std::make_shared<MockGetCredInfoCallback>(); HWTEST_F() local
469 std::shared_ptr<MockGetCredInfoCallback> callback = std::make_shared<MockGetCredInfoCallback>(); HWTEST_F() local
499 std::shared_ptr<MockGetCredInfoCallback> callback = std::make_shared<MockGetCredInfoCallback>(); HWTEST_F() local
[all...]
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_manager.cpp183 SetLightBrightnessThreshold( std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) SetLightBrightnessThreshold() argument
/base/powermgr/display_manager/state_manager/service/zidl/src/
H A Ddisplay_power_mgr_stub.cpp379 sptr<IDisplayPowerCallback> callback = iface_cast<IDisplayPowerCallback>(obj); in RegisterCallbackStub() local
451 sptr<IDisplayBrightnessCallback> callback = iface_cast<IDisplayBrightnessCallback>(obj); in SetLightBrightnessThresholdStub() local
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_wakeup_controller_test.cpp233 InputCallback* callback = new InputCallback(); in HWTEST_F() local
267 InputCallback* callback = new InputCallback(); in HWTEST_F() local
310 InputCallback* callback = new InputCallback(); in HWTEST_F() local
415 InputCallback callback; in HWTEST_F() local
438 InputCallback callback; HWTEST_F() local
461 InputCallback callback; HWTEST_F() local
[all...]
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp87 ThermalObserver::Callback callback = [this](const TypeTempMap& info) { this->OnSensorInfoReported(info); }; in RegisterObserver() local
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dnapi_inner_print.cpp544 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, callbackRef); in On() local
611 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, callbackRef); in StartGetPrintFile() local
[all...]
H A Dnapi_print_task.cpp151 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, adapterRef); in ParsePrintAdapterParameter() local

Completed in 19 milliseconds

1...<<31323334353637383940>>...84