Home
last modified time | relevance | path

Searched defs:callback (Results 326 - 350 of 5048) sorted by relevance

1...<<11121314151617181920>>...202

/base/security/access_token/test/fuzztest/innerkits/privacy/startusingpermission001_fuzzer/
H A Dstartusingpermission001_fuzzer.cpp56 auto callback = std::make_shared<CbCustomizeTest>(); in StartUsingPermission001FuzzTest() local
/base/security/access_token/test/fuzztest/services/accesstoken/registertokensynccallbackstub_fuzzer/
H A Dregistertokensynccallbackstub_fuzzer.cpp68 sptr<TokenSyncCallbackImpl> callback = new (std::nothrow) TokenSyncCallbackImpl(); in RegisterTokenSyncCallbackStubFuzzTest() local
/base/security/certificate_manager/interfaces/kits/napi/include/
H A Dcm_napi_install_app_cert_common.h25 napi_ref callback = nullptr; member
/base/security/dataclassification/frameworks/datatransmitmgr/
H A Ddev_slinfo_mgr.c98 DATASL_API int32_t DATASL_GetHighestSecLevelAsync(DEVSLQueryParams *queryParams, HigestSecInfoCallback *callback) in DATASL_GetHighestSecLevelAsync() argument
/base/security/device_auth/services/session_manager/inc/session/
H A Ddev_session_fwk.h25 const DeviceAuthCallback callback; member
33 DeviceAuthCallback callback; member
/base/security/device_auth/services/session_manager/inc/session/v1/
H A Dcompatible_sub_session_defines.h35 const DeviceAuthCallback *callback; member
/base/security/device_security_level/baselib/utils/src/
H A Dutils_timer.cpp48 void DoTimerProcess(TimerProc callback, const void *context) in DoTimerProcess() argument
55 TimerHandle DslmUtilsStartPeriodicTimerTask(uint32_t interval, TimerProc callback, const void *context) in DslmUtilsStartPeriodicTimerTask() argument
62 TimerHandle DslmUtilsStartOnceTimerTask(uint32_t interval, TimerProc callback, const void *context) in DslmUtilsStartOnceTimerTask() argument
/base/security/device_security_level/interfaces/inner_api/src/lite/mini/
H A Ddevice_security_level_inner.c54 RequestDeviceSecurityInfoAsyncImpl(const DeviceIdentify *identify, const RequestOption *option, DeviceSecurityInfoCallback callback) RequestDeviceSecurityInfoAsyncImpl() argument
/base/security/device_security_level/interfaces/inner_api/src/lite/
H A Ddevice_security_info.c65 RequestDeviceSecurityInfoAsync(const DeviceIdentify *identify, const RequestOption *option, DeviceSecurityInfoCallback callback) RequestDeviceSecurityInfoAsync() argument
/base/security/device_security_level/interfaces/inner_api/src/standard/
H A Ddevice_security_level_callback_helper.h51 ResultCallback callback; member
H A Ddevice_security_level_loader.cpp46 sptr<LoadCallback> callback = new (std::nothrow) LoadCallback(); in LoadDslmService() local
/base/security/device_security_level/services/sa/lite/mini/
H A Ddslm_inner_process.h35 DeviceSecurityInfoCallback *callback; member
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/
H A Ddlp_permission_async_stub_test.cpp54 sptr<DlpPermissionAsyncStub> callback = new (std::nothrow) DlpPermissionAsyncStub(callback1); in HWTEST_F() local
75 sptr<DlpPermissionAsyncStub> callback = new (std::nothrow) DlpPermissionAsyncStub(callback1); in HWTEST_F() local
95 sptr<DlpPermissionAsyncStub> callback = new (std::nothrow) DlpPermissionAsyncStub(callback1); in HWTEST_F() local
117 sptr<DlpPermissionAsyncStub> callback in HWTEST_F() local
138 sptr<DlpPermissionAsyncStub> callback = new (std::nothrow) DlpPermissionAsyncStub(callback1); HWTEST_F() local
158 sptr<DlpPermissionAsyncStub> callback = new (std::nothrow) DlpPermissionAsyncStub(callback1); HWTEST_F() local
[all...]
H A Ddlp_permission_client_test.cpp51 std::shared_ptr<OpenDlpFileCallbackCustomize> callback = nullptr; in HWTEST_F() local
67 std::shared_ptr<OpenDlpFileCallbackCustomize> callback; in HWTEST_F() local
H A Ddlp_permission_proxy_test.cpp60 sptr<DlpTestRemoteObj> callback = new (std::nothrow)IRemoteStub<DlpTestRemoteObj>(); in HWTEST_F() local
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/registerdlpsandboxchangecallback_fuzzer/
H A Dregisterdlpsandboxchangecallback_fuzzer.cpp41 std::shared_ptr<DlpSandboxChangeCallbackCustomize> callback = in FuzzTest() local
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/registeropendlpfilecallback_fuzzer/
H A Dregisteropendlpfilecallback_fuzzer.cpp41 std::shared_ptr<OpenDlpFileCallbackCustomize> callback = std::make_shared<RegisterOpenDlpFileCallbackFuzzer>(); in FuzzTest() local
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/unregisteropendlpfilecallback_fuzzer/
H A Dunregisteropendlpfilecallback_fuzzer.cpp41 std::shared_ptr<OpenDlpFileCallbackCustomize> callback = std::make_shared<UnregisterOpenDlpFileCallbackFuzzer>(); in FuzzTest() local
/base/security/security_guard/frameworks/common/obtaindata/src/
H A Dsg_obtaindata_client.cpp31 RequestSecurityEventInfo(std::string &devId, std::string &eventList, RequestRiskDataCallback callback) RequestSecurityEventInfo() argument
60 RequestSecurityEventInfoAsyncImpl(const DeviceIdentify *devId, const char *eventJson, RequestSecurityEventInfoCallBack callback) RequestSecurityEventInfoAsyncImpl() argument
100 RequestSecurityEventInfoAsync(const DeviceIdentify *devId, const char *eventJson, RequestSecurityEventInfoCallBack callback) RequestSecurityEventInfoAsync() argument
/base/sensors/medical_sensor/interfaces/plugin/include/
H A Dmedical_napi_utils.h35 napi_ref callback[1] = { 0 }; member
/base/sensors/sensor/test/unittest/coverage/
H A Dreport_data_callback_test.cpp62 sptr<ReportDataCallback> callback = new (std::nothrow) ReportDataCallback(); in HWTEST_F() local
77 sptr<ReportDataCallback> callback = new (std::nothrow) ReportDataCallback(); in HWTEST_F() local
93 sptr<ReportDataCallback> callback = new (std::nothrow) ReportDataCallback(); HWTEST_F() local
104 sptr<ReportDataCallback> callback = new (std::nothrow) ReportDataCallback(); HWTEST_F() local
115 sptr<ReportDataCallback> callback = new (std::nothrow) ReportDataCallback(); HWTEST_F() local
[all...]
/base/security/security_guard/services/data_collect/sa/
H A Dsecurity_event_query_callback_proxy.cpp22 SecurityEventQueryCallbackProxy::SecurityEventQueryCallbackProxy(const sptr<OHOS::IRemoteObject> &callback) in SecurityEventQueryCallbackProxy() argument
/base/security/huks/interfaces/kits/napi/include/v9/
H A Dhuks_napi_update_finish_session.h27 napi_ref callback = nullptr; member
H A Dhuks_napi_import_wrapped_key_item.h28 napi_ref callback = nullptr; member
H A Dhuks_napi_init_session.h27 napi_ref callback = nullptr; member

Completed in 7 milliseconds

1...<<11121314151617181920>>...202