Home
last modified time | relevance | path

Searched defs:handle (Results 1 - 25 of 254) sorted by relevance

1234567891011

/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsts_server.c36 void destroy_sts_server(struct sts_server *handle) in destroy_sts_server() argument
H A Dkey_agreement_client.c28 void init_client(struct key_agreement_client *handle, struct client_virtual_func_group *funcs) in init_client() argument
36 int32_t send_start_request(void *handle, void *send_data) in send_start_request() argument
61 int32_t send_end_request(void *handle, voi argument
94 receive_end_response(void *handle, void *receive_data) receive_end_response() argument
124 is_state_error(struct key_agreement_client *handle, enum protocol_action action) is_state_error() argument
[all...]
/base/inputmethod/imf/services/adapter/focus_monitor/include/
H A Dfocus_change_listener.h30 explicit FocusChangedListener(const FocusHandle &handle) : focusHandle_(handle){}; in FocusChangedListener() argument
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Ddev_auth_dynamic_load.c26 void *DevAuthDlsym(void *handle, const char *funcName) in DevAuthDlsym() argument
31 void DevAuthDlclose(void *handle) in DevAuthDlclose() argument
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/small/
H A Ddev_auth_dynamic_load.c26 void *DevAuthDlsym(void *handle, const char *funcName) in DevAuthDlsym() argument
31 void DevAuthDlclose(void *handle) in DevAuthDlclose() argument
/base/security/device_security_level/baselib/utils/src/
H A Dutils_timer.c23 timerHandle_t handle = NULL; in DslmUtilsStartPeriodicTimerTask() local
30 timerHandle_t handle = NULL; in DslmUtilsStartOnceTimerTask() local
35 void DslmUtilsStopTimerTask(TimerHandle handle) in DslmUtilsStopTimerTask() argument
H A Dutils_timer.cpp69 void DslmUtilsStopTimerTask(TimerHandle handle) in DslmUtilsStopTimerTask() argument
/base/inputmethod/imf/services/adapter/focus_monitor/src/
H A Dfocus_monitor_manager.cpp35 void FocusMonitorManager::RegisterFocusChangedListener(const FocusHandle &handle) in RegisterFocusChangedListener() argument
/base/msdp/device_status/intention/adapters/common_event_adapter/include/
H A Dcommon_event_observer.h30 CommonEventObserver(const OHOS::EventFwk::CommonEventSubscribeInfo &info, CommonEventHandleType handle) in CommonEventObserver() argument
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksabort_fuzzer/
H A Dhksabort_fuzzer.cpp36 struct HksBlob handle = { sizeof(uint64_t), ReadData<uint8_t *>(data, size, sizeof(uint64_t)) }; in DoSomethingInterestingWithMyAPI() local
/base/security/huks/interfaces/kits/napi/include/v9/
H A Dhuks_napi_abort_session.h31 struct HksBlob *handle = nullptr; member
/base/startup/init/test/fuzztest/getparametername_fuzzer/
H A Dgetparametername_fuzzer.cpp29 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterName() local
/base/startup/init/test/fuzztest/getparametervalue_fuzzer/
H A Dgetparametervalue_fuzzer.cpp30 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterValue() local
/base/startup/init/test/fuzztest/getparametercommitid_fuzzer/
H A Dgetparametercommitid_fuzzer.cpp28 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterCommitId() local
/base/web/webview/ohos_nweb/src/
H A Dnweb_crashpad_handler_main.cpp39 void *handle = dlopen(libCrashpadHandler.c_str(), RTLD_NOW | RTLD_GLOBAL); in main() local
/base/inputmethod/imf/services/adapter/keyboard/src/
H A Dkeyboard_event.cpp34 int32_t KeyboardEvent::AddKeyEventMonitor(KeyHandle handle) in AddKeyEventMonitor() argument
/base/msdp/device_status/libs/interface/
H A Ddevicestatus_msdp_interface.h47 void* handle; member
/base/msdp/device_status/intention/adapters/common_event_adapter/src/
H A Dcommon_event_observer.cpp37 std::shared_ptr<CommonEventObserver> CommonEventObserver::CreateCommonEventObserver(CommonEventHandleType handle) in CreateCommonEventObserver() argument
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_session_mgr.h34 struct CmBlob handle; member
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_file.c29 int32_t InitVerify(FileRead *file, const char *filePath, int32_t *handle) in InitVerify() argument
/base/security/certificate_manager/test/fuzz_test/cminit_fuzzer/
H A Dcminit_fuzzer.cpp52 struct CmBlob handle = { 0, nullptr }; in DoSomethingInterestingWithMyAPI() local
/base/security/certificate_manager/test/unittest/src/
H A Dcm_abort_test.cpp61 struct CmBlob *handle = nullptr; in HWTEST_F() local
75 struct CmBlob handle = { 0, (uint8_t *)&handleValue }; in HWTEST_F() local
88 struct CmBlob handle = { sizeof(uint64_t), nullptr }; in HWTEST_F() local
102 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; HWTEST_F() local
123 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; HWTEST_F() local
145 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; HWTEST_F() local
[all...]
H A Dcm_update_test.cpp69 struct CmBlob *handle = nullptr; in HWTEST_F() local
82 struct CmBlob handle = { 0, (uint8_t *)g_handleBuf }; in HWTEST_F() local
95 struct CmBlob handle = { DEFAULT_HANDLE_SIZE, nullptr }; in HWTEST_F() local
[all...]
/base/security/device_security_level/services/common/
H A Ddslm_msg_serialize.c66 DslmJsonHandle handle = DslmCreateJson((const char *)buff->buff); in ParseMessage() local
/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api_abort_session.cpp27 static int32_t HksCallAbortSession(struct HksBlob *handle, struct HksParamSet *paramSet) in HksCallAbortSession() argument
42 struct HksBlob handle = { 0, nullptr }; in abortSession() local

Completed in 6 milliseconds

1234567891011