/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | sts_server.c | 36 void destroy_sts_server(struct sts_server *handle) in destroy_sts_server() argument
|
H A D | key_agreement_client.c | 28 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 D | focus_change_listener.h | 30 explicit FocusChangedListener(const FocusHandle &handle) : focusHandle_(handle){}; in FocusChangedListener() argument
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
H A D | dev_auth_dynamic_load.c | 26 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 D | dev_auth_dynamic_load.c | 26 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 D | utils_timer.c | 23 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 D | utils_timer.cpp | 69 void DslmUtilsStopTimerTask(TimerHandle handle) in DslmUtilsStopTimerTask() argument
|
/base/inputmethod/imf/services/adapter/focus_monitor/src/ |
H A D | focus_monitor_manager.cpp | 35 void FocusMonitorManager::RegisterFocusChangedListener(const FocusHandle &handle) in RegisterFocusChangedListener() argument
|
/base/msdp/device_status/intention/adapters/common_event_adapter/include/ |
H A D | common_event_observer.h | 30 CommonEventObserver(const OHOS::EventFwk::CommonEventSubscribeInfo &info, CommonEventHandleType handle) in CommonEventObserver() argument
|
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksabort_fuzzer/ |
H A D | hksabort_fuzzer.cpp | 36 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 D | huks_napi_abort_session.h | 31 struct HksBlob *handle = nullptr; member
|
/base/startup/init/test/fuzztest/getparametername_fuzzer/ |
H A D | getparametername_fuzzer.cpp | 29 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterName() local
|
/base/startup/init/test/fuzztest/getparametervalue_fuzzer/ |
H A D | getparametervalue_fuzzer.cpp | 30 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterValue() local
|
/base/startup/init/test/fuzztest/getparametercommitid_fuzzer/ |
H A D | getparametercommitid_fuzzer.cpp | 28 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterCommitId() local
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_crashpad_handler_main.cpp | 39 void *handle = dlopen(libCrashpadHandler.c_str(), RTLD_NOW | RTLD_GLOBAL); in main() local
|
/base/inputmethod/imf/services/adapter/keyboard/src/ |
H A D | keyboard_event.cpp | 34 int32_t KeyboardEvent::AddKeyEventMonitor(KeyHandle handle) in AddKeyEventMonitor() argument
|
/base/msdp/device_status/libs/interface/ |
H A D | devicestatus_msdp_interface.h | 47 void* handle; member
|
/base/msdp/device_status/intention/adapters/common_event_adapter/src/ |
H A D | common_event_observer.cpp | 37 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 D | cert_manager_session_mgr.h | 34 struct CmBlob handle; member
|
/base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
H A D | app_file.c | 29 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 D | cminit_fuzzer.cpp | 52 struct CmBlob handle = { 0, nullptr }; in DoSomethingInterestingWithMyAPI() local
|
/base/security/certificate_manager/test/unittest/src/ |
H A D | cm_abort_test.cpp | 61 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 D | cm_update_test.cpp | 69 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 D | dslm_msg_serialize.c | 66 DslmJsonHandle handle = DslmCreateJson((const char *)buff->buff); in ParseMessage() local
|
/base/security/huks/interfaces/kits/liteapi/src/ |
H A D | hks_lite_api_abort_session.cpp | 27 static int32_t HksCallAbortSession(struct HksBlob *handle, struct HksParamSet *paramSet) in HksCallAbortSession() argument 42 struct HksBlob handle = { 0, nullptr }; in abortSession() local
|