| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
| H A D | hks_ecc_sign_verify_test_common.cpp | 27 struct HksBlob handle = { sizeof(uint64_t), tmpHandle }; in HksTestSignVerify() local 119 struct HksBlob handle = { sizeof(uint64_t), tmpHandle }; in HksTestSignVerifyParamAbsent() local
|
| /base/startup/appspawn/test/moduletest/ |
| H A D | appspawn_client_test.cpp | 36 static AppSpawnReqMsgHandle CreateMsg(AppSpawnClientHandle handle, const char *bundleName, RunMode mode) in CreateMsg() argument
|
| /base/telephony/cellular_call/services/connection/src/ |
| H A D | cellular_call_connection_satellite.cpp | 121 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SendDtmfRequest() local 137 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in StartDtmfRequest() local 153 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in StopDtmfRequest() local [all...] |
| /base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/ |
| H A D | getcscalldata_fuzzer.cpp | 47 void GetCsCallData(std::shared_ptr<CellularCallHandler> handle, AppExecFwk::InnerEvent::Pointer event, in GetCsCallData() argument 87 RegisterHandler(std::shared_ptr<CellularCallHandler> handle, AppExecFwk::InnerEvent::Pointer event, const uint8_t *data, size_t size) RegisterHandler() argument 151 std::shared_ptr<CellularCallHandler> handle = DoSomethingInterestingWithMyAPI() local [all...] |
| /base/update/updateservice/frameworks/js/napi/update/common/src/ |
| H A D | iupdater.cpp | 79 napi_value handle = nullptr; in Off() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/include/ |
| H A D | tde_osilist.h | 36 hi_s32 handle; /* Job handle of the instruct */ member 49 hi_s32 handle; /* Job handle */ member [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/ |
| H A D | ump_kernel_common.c | 204 ump_dd_handle handle; /* The real UMP handle for this memory. Its real datatype is ump_dd_mem* */ in _ump_ukk_map_mem() local 317 ump_dd_handle handle; _ump_ukk_unmap_mem() local [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
| H A D | ump_kernel_memory_backend_dedicated.c | 218 static void block_allocator_release(void *ctx, ump_dd_mem *handle) in block_allocator_release() argument
|
| /foundation/ai/ai_engine/services/server/plugin_manager/source/ |
| H A D | plugin.cpp | 32 HandleGuard(const std::string &aid, void *handle) : aid_(aid), handle_(handle) in HandleGuard() argument 80 void *handle = AieDlopen(libPath.c_str()); in LoadPluginAlgorithm() local
|
| /foundation/ai/ai_engine/services/common/platform/threadpool/source/ |
| H A D | aie_thread_unix.cpp | 27 pthread_t handle; member
|
| /foundation/ability/ability_runtime/cj_environment/test/unittest/cj_environment_test/ |
| H A D | cj_environment_test.cpp | 47 void RegisterCJUncaughtExceptionHandlerTest(const CJUncaughtExceptionInfo &handle) {} in RegisterCJUncaughtExceptionHandlerTest() argument 183 CJUncaughtExceptionInfo handle; in HWTEST_F() local
|
| /foundation/ability/ability_runtime/services/common/include/ |
| H A D | task_handler_wrap.h | 105 explicit AutoSyncTaskHandle(const TaskHandle &handle) : handle_(handle) {} in AutoSyncTaskHandle() argument 116 auto handle = handle_; in Sync() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | ui_event_impl.cpp | 72 auto handle = dlopen(HA_CLIENT_SO_PATH, RTLD_LAZY); in InitHandler() local
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | view_data_wrap_ohos.cpp | 69 void* handle = dlopen(LIB_HINT2_TYPE_Z_SO_NAME, RTLD_LAZY); in LoadHint2Type() local
|
| /foundation/bundlemanager/app_domain_verify/frameworks/extension/src/ |
| H A D | app_domain_verify_extension_mgr.cpp | 52 auto handle = &sHandler; in Init() local
|
| /foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
| H A D | ark_interop_loader.cpp | 70 auto handle = runtime->loadLibrary(0, targetName); in LoadArkCJModule() local
|
| H A D | ark_interop_global.cpp | 87 void GlobalManager::Dispose(EcmaVM* vm, uintptr_t handle) in Dispose() argument 113 auto handle = BIT_CAST(value, Local<JSValueRef>); in ARKTS_CreateGlobal() local
|
| /foundation/arkui/ace_engine_lite/frameworks/common/memory/ |
| H A D | mem_proc.cpp | 77 HANDLE handle = GetCurrentProcess(); in SysMemTracing() local
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_gatt_characteristic.cpp | 38 GattCharacteristic::GattCharacteristic(const UUID uuid, uint16_t handle, const int permissions, const int properties) in GattCharacteristic() argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
| H A D | hfp_ag_data_connection_server.cpp | 33 ProcessDataConnectionServerCallback( uint16_t handle, uint32_t eventId, const std::string &inComingAddr) ProcessDataConnectionServerCallback() argument 72 DataConnectionServerCallback( uint16_t handle, uint32_t eventId, const void *eventData, void *context) DataConnectionServerCallback() argument [all...] |
| H A D | hfp_ag_rfcomm_connection.cpp | 88 void HfpAgRfcommConnection::SetConnectionHandle(uint16_t handle) in SetConnectionHandle() argument 115 std::string HfpAgRfcommConnection::GetRemoteAddressByHandle(uint16_t handle) in GetRemoteAddressByHandle() argument 125 void HfpAgRfcommConnection::AddConnectionDevice(uint16_t handle, std::string addr) in AddConnectionDevice() argument 130 void HfpAgRfcommConnection::RemoveConnectionDevice(uint16_t handle) in RemoveConnectionDevice() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | node_context_descriptor_set_manager_gles.cpp | 154 void NodeContextDescriptorSetManagerGLES::UpdateDescriptorSetGpuHandle(const RenderHandle handle) in UpdateDescriptorSetGpuHandle() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
| H A D | render_node_bloom.cpp | 43 CreatePostProcessDataUniformBuffer( IRenderNodeGpuResourceManager& gpuResourceMgr, const RenderHandleReference& handle) CreatePostProcessDataUniformBuffer() argument
|
| /foundation/graphic/graphic_surface/surface/test/unittest/ |
| H A D | buffer_utils_test.cpp | 213 GraphicExtDataHandle *handle = static_cast<GraphicExtDataHandle *>(
in HWTEST_F() local
|
| /foundation/multimedia/audio_framework/frameworks/native/hdiadapter/manager/ |
| H A D | hdi_adapter_manager.cpp | 86 int32_t CreateCaptureHandle(HdiCaptureHandle **handle, CaptureAttr *attr) in CreateCaptureHandle() argument 113 void ReleaseCaptureHandle(HdiCaptureHandle *handle) in ReleaseCaptureHandle() argument
|