Home
last modified time | relevance | path

Searched defs:callback (Results 1501 - 1525 of 1698) sorted by relevance

1...<<6162636465666768

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDeviceVk.cpp169 ComputePipeline::InitializeAsync(std::move(computePipeline), callback, userdata); in InitializeComputePipelineAsyncImpl() local
174 RenderPipeline::InitializeAsync(std::move(renderPipeline), callback, userdata); in InitializeRenderPipelineAsyncImpl() local
166 InitializeComputePipelineAsyncImpl(Ref<ComputePipelineBase> computePipeline, WGPUCreateComputePipelineAsyncCallback callback, void* userdata) InitializeComputePipelineAsyncImpl() argument
171 InitializeRenderPipelineAsyncImpl(Ref<RenderPipelineBase> renderPipeline, WGPUCreateRenderPipelineAsyncCallback callback, void* userdata) InitializeRenderPipelineAsyncImpl() argument
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdflib.c518 _bdf_readstream( FT_Stream stream, _bdf_line_func_t callback, void* client_data, unsigned long *lno ) _bdf_readstream() argument
/third_party/python/Lib/test/
H A Dtest_ftplib.py595 def callback(data): function
602 def callback(data): function
894 def callback(data): function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSTLExtras.h103 Ret (*callback)(intptr_t callable, Params ...params) = nullptr; member in llvm::function_ref
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp_sdk.cpp1539 bool dng_xmp_sdk::IteratePaths (IteratePathsCallback *callback, in IteratePaths() argument
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc71 bool ForAllFileProtos(DescriptorDatabase* db, Fn callback, in ForAllFileProtos() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc1296 RunAfterDelay(absl::Duration delay, absl::synchronization_internal::ThreadPool *pool, const std::function<void()> &callback) global() argument
/third_party/selinux/libselinux/src/
H A Davc.c41 int (*callback) (uint32_t event, security_id_t ssid, member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp1206 void runCallbackOnCombination(std::vector<deBool>& array, size_t current_index, CallbackFunction callback) in runCallbackOnCombination() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal.h132 void *callback; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal.h132 void *callback; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dtrace_fixture.cpp167 void SetBinaryDataDecompressCallback(DecompressCallback callback) in SetBinaryDataDecompressCallback() argument
258 void SetValidateSerializedStateCallback(ValidateSerializedStateCallback callback) in SetValidateSerializedStateCallback() argument
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp234 AppAccountManagerCallback::AppAccountManagerCallback(napi_env env, JSAuthCallback callback) in AppAccountManagerCallback() argument
474 void GetAuthenticatorCallbackForResult(napi_env env, sptr<IRemoteObject> callback, napi_value *result) in GetAuthenticatorCallbackForResult() argument
595 JSAuthCallback callback; ParseContextForAuth() local
628 JSAuthCallback callback; ParseContextForAuthenticate() local
1097 ParseJSAuthCallback(napi_env env, napi_value object, JSAuthCallback &callback) ParseJSAuthCallback() argument
1298 ProcessOnResultCallback( napi_env env, JSAuthCallback &callback, int32_t resultCode, const AAFwk::WantParams &result) ProcessOnResultCallback() argument
[all...]
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp933 napi_value callback; in SendResultToJs() local
[all...]
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp247 LocationErrCode GnssAbility::RegisterGnssStatusCallback(const sptr<IRemoteObject>& callback, in RegisterGnssStatusCallback() argument
263 LocationErrCode GnssAbility::UnregisterGnssStatusCallback(const sptr<IRemoteObject>& callback) in UnregisterGnssStatusCallback() argument
279 RegisterNmeaMessageCallback(const sptr<IRemoteObject>& callback, AppIdentity &identity) RegisterNmeaMessageCallback() argument
295 UnregisterNmeaMessageCallback(const sptr<IRemoteObject>& callback) UnregisterNmeaMessageCallback() argument
312 RegisterCachedCallback(const std::unique_ptr<CachedGnssLocationsRequest>& request, const sptr<IRemoteObject>& callback) RegisterCachedCallback() argument
331 UnregisterCachedCallback(const sptr<IRemoteObject>& callback) UnregisterCachedCallback() argument
692 RegisterGnssGeofenceCallback(std::shared_ptr<GeofenceRequest> &request, const sptr<IRemoteObject>& callback) RegisterGnssGeofenceCallback() argument
742 auto callback = callbackPair.first; UnregisterGnssGeofenceCallback() local
779 auto callback = callbackPair.first; RemoveGnssGeofenceRequestByCallback() local
803 auto callback = geofenceRequest->GetGeofenceTransitionCallback(); ReportGeofenceOperationResult() local
826 auto callback = request->GetGeofenceTransitionCallback(); ReportGeofenceEvent() local
914 auto callback = pair.first; ReportNmea() local
927 auto callback = pair.first; ReportSv() local
[all...]
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp648 auto callback = std::make_shared<NapiCreateDomainCallback>(env, asyncContext->callbackRef, asyncContext->deferred); in CreateOAForDomainExecuteCB() local
[all...]
H A Dnapi_os_account.cpp1621 napi_value callback = nullptr; in UvQueueWorkOnAccountsSubNotify() local
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp630 BindDomainAccount(const OsAccountType &type, const DomainAccountInfo &domainAccountInfo, const sptr<IDomainAccountCallback> &callback, const CreateOsAccountForDomainOptions &options) RetryToGetAccount() argument
680 CreateOsAccountForDomain( const OsAccountType &type, const DomainAccountInfo &domainInfo, const sptr<IDomainAccountCallback> &callback, const CreateOsAccountForDomainOptions &options) RetryToGetAccount() argument
/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp113 InnerDomainAuthCallback::InnerDomainAuthCallback(int32_t userId, const sptr<IDomainAccountCallback> &callback) in InnerDomainAuthCallback() argument
186 StartAuth(const sptr<IDomainAccountPlugin> &plugin, const DomainAccountInfo &info, const std::vector<uint8_t> &authData, const sptr<IDomainAccountCallback> &callback, AuthMode authMode) StartAuth() argument
644 Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) Auth() argument
870 InnerAuth(int32_t userId, const std::vector<uint8_t> &authData, const sptr<IDomainAccountCallback> &callback, AuthMode authMode) InnerAuth() argument
916 AuthUser(int32_t userId, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) AuthUser() argument
938 AuthWithPopup(int32_t userId, const sptr<IDomainAccountCallback> &callback) AuthWithPopup() argument
1033 OnResultForGetAccessToken(const ErrCode errCode, const sptr<IDomainAccountCallback> &callback) OnResultForGetAccessToken() argument
1041 StartGetAccessToken(const sptr<IDomainAccountPlugin> &plugin, const std::vector<uint8_t> &accountToken, const DomainAccountInfo &info, const GetAccessTokenOptions &option, const sptr<IDomainAccountCallback> &callback) StartGetAccessToken() argument
1098 GetAccessToken( const DomainAccountInfo &info, const AAFwk::WantParams &parameters, const sptr<IDomainAccountCallback> &callback) GetAccessToken() argument
1219 ErrorOnResult(const ErrCode errCode, const sptr<IDomainAccountCallback> &callback) ErrorOnResult() argument
1266 std::shared_ptr<CheckUserTokenCallback> callback = std::make_shared<CheckUserTokenCallback>(); CheckUserToken() local
1335 GetAuthStatusInfo( const DomainAccountInfo &info, const std::shared_ptr<DomainAccountCallback> &callback) GetAuthStatusInfo() argument
1380 StartHasDomainAccount(const sptr<IDomainAccountPlugin> &plugin, const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) StartHasDomainAccount() argument
1415 HasDomainAccount( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) HasDomainAccount() argument
1433 StartOnAccountBound(const sptr<IDomainAccountPlugin> &plugin, const DomainAccountInfo &info, const int32_t localId, const sptr<IDomainAccountCallback> &callback) StartOnAccountBound() argument
1443 OnAccountBound(const DomainAccountInfo &info, const int32_t localId, const std::shared_ptr<DomainAccountCallback> &callback) OnAccountBound() argument
1475 StartOnAccountUnBound(const sptr<IDomainAccountPlugin> &plugin, const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) StartOnAccountUnBound() argument
1485 OnAccountUnBound(const DomainAccountInfo &info, const std::shared_ptr<DomainAccountCallback> &callback) OnAccountUnBound() argument
1517 StartGetDomainAccountInfo(const sptr<IDomainAccountPlugin> &plugin, const GetDomainAccountInfoOptions &options, const sptr<IDomainAccountCallback> &callback) StartGetDomainAccountInfo() argument
1560 GetDomainAccountInfo( const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callback) GetDomainAccountInfo() argument
1608 StartIsAccountTokenValid(const sptr<IDomainAccountPlugin> &plugin, const DomainAccountInfo &info, const std::vector<uint8_t> &token, const sptr<IDomainAccountCallback> &callback) StartIsAccountTokenValid() argument
1622 IsAccountTokenValid(const DomainAccountInfo &info, const std::vector<uint8_t> &token, const std::shared_ptr<DomainAccountCallback> &callback) IsAccountTokenValid() argument
1723 std::shared_ptr<UpdateAccountInfoCallback> callback = std::make_shared<UpdateAccountInfoCallback>(); CheckNewDomainAccountInfo() local
[all...]
/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp427 explicit TestIIDMCallback(const std::shared_ptr<MockIIDMCallback> &callback) : callback_(callback) in TestIIDMCallback() argument
476 explicit TestPreRemoteAuthCallback(const std::shared_ptr<MockPreRemoteAuthCallback> &callback) : callback_(callback) in TestPreRemoteAuthCallback() argument
575 std::shared_ptr<MockIIDMCallback> callback = std::make_shared<MockIIDMCallback>(); in HWTEST_F() local
596 std::shared_ptr<MockIIDMCallback> callback = std::make_shared<MockIIDMCallback>(); in HWTEST_F() local
693 std::shared_ptr<MockIIDMCallback> callback = std::make_shared<MockIIDMCallback>(); HWTEST_F() local
725 std::shared_ptr<MockIIDMCallback> callback = std::make_shared<MockIIDMCallback>(); HWTEST_F() local
756 std::shared_ptr<MockIIDMCallback> callback = std::make_shared<MockIIDMCallback>(); HWTEST_F() local
854 sptr<MockIIDMCallback2> callback = new (std::nothrow) MockIIDMCallback2(); HWTEST_F() local
877 sptr<MockIIDMCallback2> callback = new (std::nothrow) MockIIDMCallback2(); HWTEST_F() local
905 std::shared_ptr<MockPreRemoteAuthCallback> callback = std::make_shared<MockPreRemoteAuthCallback>(); HWTEST_F() local
[all...]
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp313 DimmingCallbackImpl( const std::shared_ptr<BrightnessAction>& action, std::function<void(uint32_t)> callback) DimmingCallbackImpl() argument
419 SetLightBrightnessThreshold( std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) SetLightBrightnessThreshold() argument
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1188 bool PowerMgrService::RegisterRunningLockCallback(const sptr<IPowerRunninglockCallback>& callback) in RegisterRunningLockCallback() argument
1201 bool PowerMgrService::UnRegisterRunningLockCallback(const sptr<IPowerRunninglockCallback>& callback) in UnRegisterRunningLockCallback() argument
1263 bool PowerMgrService::RegisterPowerStateCallback(const sptr<IPowerStateCallback>& callback, bool isSync) in RegisterPowerStateCallback() argument
1277 bool PowerMgrService::UnRegisterPowerStateCallback(const sptr<IPowerStateCallback>& callback) in UnRegisterPowerStateCallback() argument
1290 bool PowerMgrService::RegisterSyncSleepCallback(const sptr<ISyncSleepCallback>& callback, SleepPriorit argument
1303 UnRegisterSyncSleepCallback(const sptr<ISyncSleepCallback>& callback) UnRegisterSyncSleepCallback() argument
1316 RegisterSyncHibernateCallback(const sptr<ISyncHibernateCallback>& callback) RegisterSyncHibernateCallback() argument
1329 UnRegisterSyncHibernateCallback(const sptr<ISyncHibernateCallback>& callback) UnRegisterSyncHibernateCallback() argument
1342 RegisterPowerModeCallback(const sptr<IPowerModeCallback>& callback) RegisterPowerModeCallback() argument
1355 UnRegisterPowerModeCallback(const sptr<IPowerModeCallback>& callback) UnRegisterPowerModeCallback() argument
1368 RegisterScreenStateCallback(int32_t remainTime, const sptr<IScreenOffPreCallback>& callback) RegisterScreenStateCallback() argument
1381 UnRegisterScreenStateCallback(const sptr<IScreenOffPreCallback>& callback) UnRegisterScreenStateCallback() argument
1451 RegisterShutdownCallback( const sptr<ITakeOverShutdownCallback>& callback, ShutdownPriority priority) RegisterShutdownCallback() argument
1461 UnRegisterShutdownCallback(const sptr<ITakeOverShutdownCallback>& callback) UnRegisterShutdownCallback() argument
1470 RegisterShutdownCallback( const sptr<IAsyncShutdownCallback>& callback, ShutdownPriority priority) RegisterShutdownCallback() argument
1480 UnRegisterShutdownCallback(const sptr<IAsyncShutdownCallback>& callback) UnRegisterShutdownCallback() argument
1489 RegisterShutdownCallback( const sptr<ISyncShutdownCallback>& callback, ShutdownPriority priority) RegisterShutdownCallback() argument
1499 UnRegisterShutdownCallback(const sptr<ISyncShutdownCallback>& callback) UnRegisterShutdownCallback() argument
[all...]
H A Dpower_state_machine.cpp882 void PowerStateMachine::RegisterPowerStateCallback(const sptr<IPowerStateCallback>& callback, bool isSync) in WakeupDeviceInner() argument
906 void PowerStateMachine::UnRegisterPowerStateCallback(const sptr<IPowerStateCallback>& callback) in WakeupDeviceInner() argument
1025 sptr<IPowerStateCallback> callback = iface_cast<IPowerStateCallback>(remote.promote()); WakeupDeviceInner() local
[all...]
/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp202 auto callback = [=]() { ServiceInit(); }; in OnStart() local
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp1173 void DragManager::RegisterStateChange(std::function<void(DragState)> callback) in RegisterStateChange() argument
1187 void DragManager::RegisterNotifyPullUp(std::function<void(bool)> callback) in RegisterNotifyPullUp() argument
1201 RegisterCrossDrag(std::function<void(bool)> callback) RegisterCrossDrag() argument
[all...]

Completed in 50 milliseconds

1...<<6162636465666768