| /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
|
| /foundation/ability/form_fwk/test/unittest/fms_form_memmgr_client_test/ |
| H A D | fms_form_memmgr_client_test.cpp | 60 void* handle = dlopen("libmemmgrclient.z.so", RTLD_LAZY); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | aps_monitor_impl.cpp | 55 auto handle = dlopen(APS_CLIENT_SO.c_str(), RTLD_NOW); in LoadApsFuncOnce() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/ |
| H A D | js_backend_engine_loader.cpp | 42 void* handle = dlopen(sharedLibrary, RTLD_LAZY); in GetJsBackendEngineLoader() local
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | download_manager_ohos.cpp | 30 void* handle = dlopen(ACE_NET_WORK_NAME, RTLD_LAZY | RTLD_LOCAL); in CreateDownloadManager() local
|
| /foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
| H A D | navigation_controller.cpp | 30 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); in GetNavigationController() local
|
| H A D | serializeable_object.cpp | 29 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); in CreateNodeObjectInner() local
|
| /foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
| H A D | cj_envsetup.cpp | 24 static void* FindSym(void* handle, const char* name) in FindSym() argument 39 static void* FindSym(void* handle, const char* name) in FindSym() argument 52 auto handle = OpenLib(LIB_NAME); in LoadInstance() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/ |
| H A D | render_backend.h | 33 RenderHandle handle; member
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/engine/ |
| H A D | intf_engine_value_manager.h | 71 bool ConstructValues(CORE_NS::IPropertyHandle* handle) in ConstructValues() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | gpu_semaphore_gles.cpp | 30 GpuSemaphoreGles::GpuSemaphoreGles(Device& device, const uint64_t handle) in GpuSemaphoreGles() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
| H A D | intf_shader_pipeline_binder.h | 90 RenderHandleReference handle; member [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/perf/ |
| H A D | gpu_query_manager.cpp | 38 const EngineResourceHandle handle = in Create() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | gpu_semaphore_vk.cpp | 44 GpuSemaphoreVk::GpuSemaphoreVk(Device& device, const uint64_t handle) : device_(device), ownsResources_(false) in GpuSemaphoreVk() argument
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/ |
| H A D | util.h | 37 AddEngineValuesRecursively( const IEngineValueManager::Ptr& m, CORE_NS::IPropertyHandle* handle, EngineValueOptions options = {}) AddEngineValuesRecursively() argument
|
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
| H A D | dir.cpp | 21 HANDLE handle; member
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/ |
| H A D | native_pixel_map_manager.cpp | 24 void NativePixelMapManager::Register(void* handle, NativePixelMapType type) in Register() argument 30 void NativePixelMapManager::Unregister(void* handle) in Unregister() argument 36 NativePixelMapType NativePixelMapManager::GetNativePixelMapType(void* handle) in GetNativePixelMapType() argument
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
| H A D | property_handle_util.h | 47 ScopedHandle<T> MakeScopedHandle(IPropertyHandle& handle, BASE_NS::string_view propertyName) in MakeScopedHandle() argument 67 bool SetPropertyValue(IPropertyHandle& handle, BASE_NS::string_view propertyName, T&& propertyValue) in SetPropertyValue() argument 75 T GetPropertyValue(IPropertyHandle& handle, BASE_N argument 28 MakeScopedHandle( IPropertyHandle& handle, BASE_NS::string_view propertyName, const PropertyTypeDecl& propertyType) MakeScopedHandle() argument 55 SetPropertyValue( IPropertyHandle& handle, BASE_NS::string_view propertyName, const PropertyTypeDecl& propertyType, T&& propertyValue) SetPropertyValue() argument 85 GetPropertyValue(IPropertyHandle& handle, BASE_NS::string_view propertyName) GetPropertyValue() argument [all...] |
| /foundation/multimodalinput/input/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
|
| /foundation/communication/ipc/ipc/native/test/unittest/common/ |
| H A D | ipc_so_dlclose_unittest.cpp | 55 void *handle = dlopen(path.c_str(), RTLD_NOW); in HWTEST_F() local 72 void *handle = dlopen(path.c_str(), RTLD_NOW); in HWTEST_F() local
|
| /foundation/communication/dsoftbus/sdk/frame/small/src/ |
| H A D | softbus_client_context_manager.c | 23 unsigned int handle; member 53 void SetClientIdentity(unsigned int handle, uintptr_t token, uintptr_t cookie) in SetClientIdentity() argument 65 int GetClientIdentity(unsigned int *handle, uintptr_t *token, uintptr_t *cookie) in GetClientIdentity() argument
|
| /foundation/communication/netstack/utils/profiler_utils/src/ |
| H A D | http_client_network_message.cpp | 26 HttpClientNetworkMessage(std::string requestId, HttpClient::HttpClientRequest &request, HttpClient::HttpClientResponse &response, CURL *handle) HttpClientNetworkMessage() argument
|