| /third_party/skia/experimental/sktext/include/ |
| H A D | Text.h | 58 void forEachGrapheme(TextRange textRange, Callback&& callback) { in forEachGrapheme() argument
|
| /third_party/skia/modules/skunicode/include/ |
| H A D | SkUnicode.h | 211 void forEachCodepoint(const char* utf8, int32_t utf8Units, Callback&& callback) { in forEachCodepoint() argument 226 void forEachCodepoint(const char16_t* utf16, int32_t utf16Units, Callback&& callback) { in forEachCodepoint() argument 238 void forEachBidiRegion(const uint16_t utf16[], int utf16Units, SkBidiIterator::Direction dir, Callback&& callback) { in forEachBidiRegion() argument 262 void forEachBreak(const char16_t utf16[], int utf16Units, SkUnicode::BreakType type, Callback&& callback) { in forEachBreak() argument
|
| /base/account/os_account/frameworks/appaccount/native/src/ |
| H A D | app_account_proxy.cpp | 68 AddAccountImplicitly(const std::string &owner, const std::string &authType, const AAFwk::Want &options, const sptr<IAppAccountAuthenticatorCallback> &callback) AddAccountImplicitly() argument 128 CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) CreateAccountImplicitly() argument 409 Authenticate(const std::string &name, const std::string &owner, const std::string &authType, const AAFwk::Want &options, const sptr<IAppAccountAuthenticatorCallback> &callback) Authenticate() argument 832 GetAuthenticatorCallback(const std::string &sessionId, sptr<IRemoteObject> &callback) GetAuthenticatorCallback() argument 953 SelectAccountsByOptions( const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) SelectAccountsByOptions() argument 978 VerifyCredential(const std::string &name, const std::string &owner, const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) VerifyCredential() argument 1011 CheckAccountLabels(const std::string &name, const std::string &owner, const std::vector<std::string> &labels, const sptr<IAppAccountAuthenticatorCallback> &callback) CheckAccountLabels() argument 1044 SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) SetAuthenticatorProperties() argument [all...] |
| H A D | app_account.cpp | 451 ErrCode AppAccount::GetAuthenticatorCallback(const std::string &sessionId, sptr<IRemoteObject> &callback) in GetAuthenticatorCallback() argument 64 AddAccountImplicitly(const std::string &owner, const std::string &authType, const AAFwk::Want &options, const sptr<IAppAccountAuthenticatorCallback> &callback) AddAccountImplicitly() argument 95 CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) CreateAccountImplicitly() argument 253 Authenticate(const std::string &name, const std::string &owner, const std::string &authType, const AAFwk::Want &options, const sptr<IAppAccountAuthenticatorCallback> &callback) Authenticate() argument 496 SelectAccountsByOptions( const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) SelectAccountsByOptions() argument 512 VerifyCredential(const std::string &name, const std::string &owner, const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) VerifyCredential() argument 527 CheckAccountLabels(const std::string &name, const std::string &owner, const std::vector<std::string> &labels, const sptr<IAppAccountAuthenticatorCallback> &callback) CheckAccountLabels() argument 541 SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) SetAuthenticatorProperties() argument [all...] |
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
| H A D | event_query_wrapper_builder.cpp | 235 void BaseEventQueryWrapper::FinishEventQuery(const OHOS::sptr<OHOS::HiviewDFX::IQueryBaseCallback>& callback, in FinishEventQuery() argument 245 void BaseEventQueryWrapper::TransportCachedEvents(const OHOS::sptr<OHOS::HiviewDFX::IQueryBaseCallback>& callback) in TransportCachedEvents() argument 256 TransportSysEvent(OHOS::HiviewDFX::EventStore::ResultSet& result, const OHOS::sptr<OHOS::HiviewDFX::IQueryBaseCallback>& callback, std::pair<int64_t, int32_t>& details) TransportSysEvent() argument
|
| /base/inputmethod/imf/frameworks/cj/src/ |
| H A D | cj_input_method_controller.cpp | 446 auto callback = reinterpret_cast<void(*)(const char*)>(id); in InitInsertText() local 454 auto callback = reinterpret_cast<void(*)(int32_t)>(id); in InitDeleteRight() local 462 auto callback = reinterpret_cast<void(*)(int32_t)>(id); in InitDeleteLeft() local 470 auto callback = reinterpret_cast<void(*)(int32_t)>(id); in InitSendKeyboardStatus() local 478 auto callback in InitSendFunctionKey() local 486 auto callback = reinterpret_cast<void(*)(int32_t)>(id); InitMoveCursor() local 494 auto callback = reinterpret_cast<void(*)(int32_t)>(id); InitHandleExtendAction() local 502 auto callback = reinterpret_cast<char*(*)(int32_t)>(id); InitGetLeftText() local 510 auto callback = reinterpret_cast<char*(*)(int32_t)>(id); InitGetRightText() local 518 auto callback = reinterpret_cast<int32_t(*)()>(id); InitGetTextIndexAtCursor() local 526 auto callback = reinterpret_cast<void(*)(int32_t)>(id); InitSelectByMovement() local 534 auto callback = reinterpret_cast<void(*)(Range)>(id); InitSelectByRange() local [all...] |
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
| H A D | sys_event_service_ohos_test.cpp | 78 int32_t AddListener(const std::vector<SysEventRule>& rules, const sptr<ISysEventCallback>& callback) in AddListener() argument 83 int32_t RemoveListener(const sptr<ISysEventCallback>& callback) in RemoveListener() argument 94 int32_t SetDebugMode(const sptr<ISysEventCallback>& callback, bool mode) in SetDebugMode() argument 88 Query(const QueryArgument& queryArgument, const std::vector<SysEventQueryRule>& rules, const sptr<IQuerySysEventCallback>& callback) Query() argument
|
| /base/hiviewdfx/hiview/plugins/unified_collector/storage/ |
| H A D | cpu_storage.cpp | 280 CpuStorageDbCallback callback;
in InitDbStore() local
|
| /base/location/frameworks/js/napi/source/ |
| H A D | location_napi_adapter.cpp | 955 CreateSingleScanAsyncContext(const napi_env& env, std::unique_ptr<LocatingRequiredDataConfig>& config, sptr<LocatingRequiredDataCallbackNapi> callback) CreateReverseGeocodeAsyncContext() argument 1083 CreateAsyncContextForAddGnssGeofence(const napi_env& env, std::shared_ptr<GeofenceRequest>& request, sptr<LocationGnssGeofenceCallbackNapi> callback) CreateReverseGeocodeAsyncContext() argument
|
| /base/location/frameworks/native/locator_sdk/source/ |
| H A D | locator_proxy.cpp | 110 int LocatorProxy::SendRegisterMsgToRemote(const int msgId, const sptr<IRemoteObject>& callback, pid_t uid) in SendRegisterMsgToRemote() argument 132 void LocatorProxy::RegisterSwitchCallback(const sptr<IRemoteObject>& callback, pid_t uid) in RegisterSwitchCallback() argument 139 void LocatorProxy::UnregisterSwitchCallback(const sptr<IRemoteObject>& callback) in UnregisterSwitchCallback() argument 146 void LocatorProxy::RegisterGnssStatusCallback(const sptr<IRemoteObject>& callback, pid_t uid) in RegisterGnssStatusCallback() argument 153 UnregisterGnssStatusCallback(const sptr<IRemoteObject>& callback) UnregisterGnssStatusCallback() argument 160 RegisterNmeaMessageCallback(const sptr<IRemoteObject>& callback, pid_t uid) RegisterNmeaMessageCallback() argument 166 UnregisterNmeaMessageCallback(const sptr<IRemoteObject>& callback) UnregisterNmeaMessageCallback() argument 172 StartLocating(std::unique_ptr<RequestConfig>& requestConfig, sptr<ILocatorCallback>& callback, std::string bundleName, pid_t pid, pid_t uid) StartLocating() argument 193 StopLocating(sptr<ILocatorCallback>& callback) StopLocating() argument 264 RegisterCachedLocationCallback(std::unique_ptr<CachedGnssLocationsRequest>& request, sptr<ICachedLocationsCallback>& callback, std::string bundleName) RegisterCachedLocationCallback() argument 285 UnregisterCachedLocationCallback(sptr<ICachedLocationsCallback>& callback) UnregisterCachedLocationCallback() argument 516 SendRegisterMsgToRemoteV9(const int msgId, const sptr<IRemoteObject>& callback) SendRegisterMsgToRemoteV9() argument 543 RegisterSwitchCallbackV9(const sptr<IRemoteObject>& callback) RegisterSwitchCallbackV9() argument 551 UnregisterSwitchCallbackV9(const sptr<IRemoteObject>& callback) UnregisterSwitchCallbackV9() argument 559 RegisterGnssStatusCallbackV9(const sptr<IRemoteObject>& callback) RegisterGnssStatusCallbackV9() argument 567 UnregisterGnssStatusCallbackV9(const sptr<IRemoteObject>& callback) UnregisterGnssStatusCallbackV9() argument 575 RegisterNmeaMessageCallbackV9(const sptr<IRemoteObject>& callback) RegisterNmeaMessageCallbackV9() argument 594 UnregisterNmeaMessageCallbackV9(const sptr<IRemoteObject>& callback) UnregisterNmeaMessageCallbackV9() argument 613 StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig, sptr<ILocatorCallback>& callback) StartLocatingV9() argument 633 StopLocatingV9(sptr<ILocatorCallback>& callback) StopLocatingV9() argument 747 RegisterCachedLocationCallbackV9(std::unique_ptr<CachedGnssLocationsRequest>& request, sptr<ICachedLocationsCallback>& callback, std::string bundleName) RegisterCachedLocationCallbackV9() argument 769 UnregisterCachedLocationCallbackV9(sptr<ICachedLocationsCallback>& callback) UnregisterCachedLocationCallbackV9() argument 925 RegisterLocatingRequiredDataCallback( std::unique_ptr<LocatingRequiredDataConfig>& dataConfig, sptr<ILocatingRequiredDataCallback>& callback) RegisterLocatingRequiredDataCallback() argument 946 UnRegisterLocatingRequiredDataCallback(sptr<ILocatingRequiredDataCallback>& callback) UnRegisterLocatingRequiredDataCallback() argument 955 SubscribeLocationError(sptr<ILocatorCallback>& callback) SubscribeLocationError() argument 971 UnSubscribeLocationError(sptr<ILocatorCallback>& callback) UnSubscribeLocationError() argument [all...] |
| /base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
| H A D | dump_implement.cpp | 619 auto callback = dumpParameter->getClientCallback(); in DumpDatas() local
|
| /base/location/services/location_locator/locator/source/ |
| H A D | locator_required_data_manager.cpp | 123 LocationErrCode LocatorRequiredDataManager::UnregisterCallback(const sptr<IRemoteObject>& callback) in UnregisterCallback() argument 327 auto callback = pair.first; in ReportData() local 91 RegisterCallback( AppIdentity &identity, std::shared_ptr<LocatingRequiredDataConfig>& config, const sptr<IRemoteObject>& callback) RegisterCallback() argument [all...] |
| /base/location/services/location_network/network/source/ |
| H A D | network_ability.cpp | 328 sptr<NetworkCallbackHost> callback = new (std::nothrow) NetworkCallbackHost(); in RequestNetworkLocation() local
|
| /base/hiviewdfx/hisysevent/test/moduletest/common/ |
| H A D | hisysevent_manager_c_test.cpp | 119 void InitCallback(HiSysEventQueryCallback& callback)
in InitCallback() argument 152 HiSysEventQueryCallback callback;
in QueryTestWithCondition() local 377 HiSysEventQueryCallback callback;
in HWTEST_F() local 605 HiSysEventQueryCallback callback; HWTEST_F() local 685 HiSysEventQueryCallback callback; HWTEST_F() local 714 HiSysEventQueryCallback callback; HWTEST_F() local 746 HiSysEventQueryCallback callback; HWTEST_F() local 779 HiSysEventQueryCallback callback; HWTEST_F() local 811 HiSysEventQueryCallback callback; HWTEST_F() local 842 HiSysEventQueryCallback callback; HWTEST_F() local 885 HiSysEventQueryCallback callback; HWTEST_F() local 910 HiSysEventQueryCallback callback; HWTEST_F() local [all...] |
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| H A D | js_get_input_method_controller.cpp | 296 void JsGetInputMethodController::RegisterListener(napi_value callback, std::string type, in RegisterListener() argument 318 void JsGetInputMethodController::UnRegisterListener(napi_value callback, std::string type) in UnRegisterListener() argument 369 std::shared_ptr<JSCallbackObject> callback in Subscribe() local 440 HandleSoftKeyboard(napi_env env, napi_callback_info info, std::function<int32_t()> callback, bool isOutput, bool needThrowException) HandleSoftKeyboard() argument [all...] |
| H A D | js_get_input_method_setting.cpp | 457 int32_t JsGetInputMethodSetting::RegisterListener(napi_value callback, std::string type, in RegisterListener() argument 504 std::shared_ptr<JSCallbackObject> callback = in Subscribe() local 521 void JsGetInputMethodSetting::UnRegisterListener(napi_value callback, std::string type, bool &isUpdateFlag) in UnRegisterListener() argument [all...] |
| /base/account/os_account/frameworks/osaccount/native/src/ |
| H A D | os_account_manager.cpp | 53 CreateOsAccountForDomain(const OsAccountType &type, const DomainAccountInfo &domainInfo, const std::shared_ptr<DomainAccountCallback> &callback, const CreateOsAccountForDomainOptions &options) CreateOsAccountForDomain() argument
|
| /base/account/os_account/frameworks/appaccount/cj/src/ |
| H A D | appaccount_impl.cpp | 420 sptr<AuthenticatorAsyncCallback> callback = new (std::nothrow) AuthenticatorAsyncCallback( in checkAccountLabels() local 479 sptr<AuthenticatorAsyncCallback> callback = new (std::nothrow) AuthenticatorAsyncCallback(nullptr, selectAccountByOptions() local 506 ParseContextForVerifyCredential( CAuthCallback callbackId, CVerifyCredentialOptions cOptions, JSAuthCallback &callback, VerifyCredentialOptions &options) ParseContextForVerifyCredential() argument 528 JSAuthCallback callback; verifyCredential() local 559 ParseContextForSetAuthenticatorProperties( CAuthCallback callbackId, CSetPropertiesOptions cOptions, JSAuthCallback &callback, SetPropertiesOptions &options) ParseContextForSetAuthenticatorProperties() argument 579 JSAuthCallback callback; setAuthenticatorProperties() local [all...] |
| /base/account/os_account/services/accountmgr/src/appaccount/ |
| H A D | app_account_manager_service.cpp | 36 CommonEventCallback callback = { in AppAccountManagerService() local 61 AddAccountImplicitly(const std::string &owner, const std::string &authType, const AAFwk::Want &options, const sptr<IAppAccountAuthenticatorCallback> &callback) AddAccountImplicitly() argument 93 CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) CreateAccountImplicitly() argument 313 Authenticate(const std::string &name, const std::string &owner, const std::string &authType, const AAFwk::Want &options, const sptr<IAppAccountAuthenticatorCallback> &callback) Authenticate() argument 537 GetAuthenticatorCallback( const std::string &sessionId, sptr<IRemoteObject> &callback) GetAuthenticatorCallback() argument 646 SelectAccountsByOptions( const SelectAccountsOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) SelectAccountsByOptions() argument 659 VerifyCredential(const std::string &name, const std::string &owner, const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) VerifyCredential() argument 674 CheckAccountLabels(const std::string &name, const std::string &owner, const std::vector<std::string> &labels, const sptr<IAppAccountAuthenticatorCallback> &callback) CheckAccountLabels() argument 689 SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) SetAuthenticatorProperties() argument [all...] |
| /base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
| H A D | domain_account_client_module_test.cpp | 233 auto callback = std::make_shared<MockDomainAuthCallback>();
in HWTEST_F() local 256 auto callback = std::make_shared<MockDomainAuthCallback>();
in HWTEST_F() local 296 auto callback = std::make_shared<MockDomainAuthCallback>();
in HWTEST_F() local 350 auto callback = std::make_shared<MockDomainAuthCallback>(); HWTEST_F() local 409 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 492 auto callback = std::make_shared<MockDomainAuthCallback>(); HWTEST_F() local 510 auto callback = std::make_shared<MockDomainAuthCallback>(); HWTEST_F() local 538 auto callback = std::make_shared<MockDomainAuthCallback>(); HWTEST_F() local 560 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 606 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 630 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 655 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 685 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 737 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 775 auto callback = std::make_shared<MockDomainHasDomainInfoCallback>(); HWTEST_F() local 798 auto callback = std::make_shared<MockDomainHasDomainInfoCallback>(); HWTEST_F() local 822 auto callback = std::make_shared<MockDomainHasDomainInfoCallback>(); HWTEST_F() local 846 std::shared_ptr<DomainAccountCallback> callback = nullptr; HWTEST_F() local 879 auto callback = std::make_shared<MockDomainGetAccessTokenCallback>(); HWTEST_F() local 926 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 962 auto callback = std::make_shared<MockDomainGetAccessTokenCallback>(); HWTEST_F() local 984 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 1033 auto callback = std::make_shared<MockDomainGetAccessTokenCallback>(); HWTEST_F() local 1060 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 1171 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 1224 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 1266 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 1314 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 1527 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); CreateDomainAccount() local 1807 std::shared_ptr<DomainAccountCallback> callback = nullptr; HWTEST_F() local 1823 auto callback = std::make_shared<MockDomainAuthCallback>(); HWTEST_F() local 1865 auto callback = std::make_shared<MockGetDomainAccountInfoCallback>(); HWTEST_F() local 1888 auto callback = std::make_shared<MockGetDomainAccountInfoCallback>(); HWTEST_F() local 1913 auto callback = std::make_shared<MockGetDomainAccountInfoCallback>(); HWTEST_F() local 1937 std::shared_ptr<DomainAccountCallback> callback = nullptr; HWTEST_F() local 1998 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 2027 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local 2055 auto callback = std::make_shared<MockDomainCreateDomainAccountCallback>(); HWTEST_F() local [all...] |
| /base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/ |
| H A D | admin_manager_addon.cpp | 319 napi_value callback = nullptr; in NativeGetEnterpriseInfoComplete() local [all...] |
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
| H A D | dfx_signal_handler.c | 134 ThreadInfoCallBack callback; member 321 ThreadInfoCallBack callback = GetCallbackLocked(); in FillDumpRequest() local
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
| H A D | app_event_store.cpp | 162 AppEventStoreCallback callback;
in InitDbStore() local
|
| /base/account/os_account/frameworks/appaccount/native/include/ |
| H A D | app_account_common.h | 105 sptr<IAppAccountAuthenticatorCallback> callback = nullptr; member 126 sptr<IAppAccountAuthorizationExtensionCallback> callback = nullptr; member
|
| /base/account/os_account/services/accountmgr/src/account_iam/ |
| H A D | account_iam_callback.cpp | 55 AuthCallback( uint32_t userId, uint64_t credentialId, AuthType authType, const sptr<IIDMCallback> &callback) AuthCallback() argument 60 AuthCallback(uint32_t userId, uint64_t credentialId, AuthType authType, bool isRemoteAuth, const sptr<IIDMCallback> &callback) AuthCallback() argument 218 AddCredCallback(uint32_t userId, const CredentialParameters &credInfo, const sptr<IIDMCallback> &callback) AddCredCallback() argument 306 UpdateCredCallback( uint32_t userId, const CredentialParameters &credInfo, const sptr<IIDMCallback> &callback) UpdateCredCallback() argument 403 DelUserCallback(uint32_t userId, const sptr<IIDMCallback> &callback) DelUserCallback() argument 488 CommitCredUpdateCallback(int32_t userId, const UpdateCredInfo &extraUpdateInfo, const sptr<IIDMCallback> &callback) CommitCredUpdateCallback() argument 543 DelCredCallback(int32_t userId, bool isPIN, std::vector<uint8_t> token, const sptr<IIDMCallback> &callback) DelCredCallback() argument 590 GetCredInfoCallbackWrapper( int32_t userId, int32_t authType, const sptr<IGetCredInfoCallback> &callback) GetCredInfoCallbackWrapper() argument 614 GetPropCallbackWrapper(int32_t userId, const sptr<IGetSetPropCallback> &callback) GetPropCallbackWrapper() argument 630 SetPropCallbackWrapper(int32_t userId, const sptr<IGetSetPropCallback> &callback) SetPropCallbackWrapper() argument 646 GetSecUserInfoCallbackWrapper( AuthType authType, const sptr<IGetEnrolledIdCallback> &callback) GetSecUserInfoCallbackWrapper() argument 679 PrepareRemoteAuthCallbackWrapper(const sptr<IPreRemoteAuthCallback> &callback) PrepareRemoteAuthCallbackWrapper() argument 695 GetDomainAuthStatusInfoCallback( const GetPropertyRequest &request, const sptr<IGetSetPropCallback> &callback) GetDomainAuthStatusInfoCallback() argument [all...] |