| /foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/ |
| H A D | photo_editor_extension_module_loader_test.cpp | 52 void *handle = dlopen("/system/lib/extensionability/libphoto_editor_extension_module.z.so", RTLD_LAZY); in HWTEST_F() local
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
| H A D | cj_ability_stage_object.cpp | 53 auto handle = g_cjAbilityStageFuncs->LoadAbilityStage(moduleName.c_str()); in LoadModule() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/cj_utils/ |
| H A D | cj_utils.cpp | 31 LIBHANDLE handle = LOADLIB(CJ_FRONTEND_LIB_NAME); in LoadCjFrontend() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
| H A D | js_engine_loader.cpp | 67 void* handle = dlopen(sharedLibrary, RTLD_LAZY); in GetJsEngineLoader() local
|
| /foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
| H A D | navigation_controller.h | 58 virtual void SetInPIPMode(int32_t handle) {}; in SetInPIPMode() argument 68 PushInPIP(int32_t handle) PushInPIP() argument 73 DeletePIPMode(int32_t handle) DeletePIPMode() argument [all...] |
| /foundation/arkui/napi/interfaces/inner_api/cjffi/native/ |
| H A D | cj_lambda.h | 71 auto handle = OHOS::FFI::RemoteData::Create<OHOS::FFI::CJLambdaRemoteData>(reinterpret_cast<int64_t>(callback)); in Create() local 90 auto handle = OHOS::FFI::RemoteData::Create<OHOS::FFI::CJLambdaRemoteData>(reinterpret_cast<int64_t>(callback)); in Create() local
|
| /foundation/arkui/ace_engine/test/unittest/interfaces/ |
| H A D | navigation_controller_test.cpp | 69 int32_t handle = 1; in HWTEST_F() local 95 int32_t handle = 1; in HWTEST_F() local 108 int32_t handle = 1; in HWTEST_F() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
| H A D | hfp_ag_rfcomm_connection_server.cpp | 48 int HfpAgRfcommConnectionServer::AcceptConnection(uint16_t handle) in AcceptConnection() argument 55 int HfpAgRfcommConnectionServer::RejectConnection(uint16_t handle) in RejectConnection() argument
|
| /foundation/graphic/graphic_surface/surface/src/ |
| H A D | surface_tunnel_handle.cpp | 28 GraphicExtDataHandle *handle = static_cast<GraphicExtDataHandle *>(malloc(handleSize)); in AllocExtDataHandle() local 47 void FreeExtDataHandle(GraphicExtDataHandle *handle) in FreeExtDataHandle() argument 72 SetHandle(const GraphicExtDataHandle *handle) SetHandle() argument 98 Different(const sptr<SurfaceTunnelHandle> &handle) Different() argument [all...] |
| /foundation/multimedia/av_codec/services/engine/codec/video/ |
| H A D | video_codec_loader.cpp | 31 void *handle = dlopen(libPath_, RTLD_LAZY); in Init() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| H A D | gpu_resource_util.cpp | 36 void CopyGpuResource(const IDevice& device, const GpuResourceManager& gpuResourceMgr, const RenderHandle handle, in CopyGpuResource() argument
|
| H A D | gpu_resource_handle_util.cpp | 83 RenderHandle handle = CreateHandle(type, index, generationIndex); in CreateHandle() local
|
| H A D | gpu_resource_cache.h | 55 RenderHandleReference handle; member 78 RenderHandleReference handle; member
|
| /foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
| H A D | graphic_thread.h | 44 HANDLE handle = CreateThread(NULL, 0, entry, arg, 0, NULL); in ThreadCreate() local
|
| /foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/ |
| H A D | audio_opus_decoder_plugin.h | 66 void *handle = nullptr; member in OHOS::MediaAVCodec::AudioOpusDecoderPlugin
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
| H A D | render_node_shader_passes_generic.h | 79 RenderHandleReference handle; member
|
| /foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/ |
| H A D | ecs_property_util.h | 34 IPropertyHandle* ResolveContainerProperty(const IPropertyHandle& handle, in ResolveContainerProperty() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
| H A D | render_service_client_tunnel_handle_demo.cpp | 47 GraphicExtDataHandle handle; member
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
| H A D | flat_obj.h | 47 uint32_t handle; member 71 __u32 handle; member
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
| H A D | scoped_handle.h | 39 explicit ScopedHandle(IPropertyHandle* handle) : handle_(handle) in ScopedHandle() argument 50 explicit ScopedHandle(const IPropertyHandle* handle) in ScopedHandle() argument
|
| /foundation/multimedia/media_foundation/src/osal/task/ffrt/ |
| H A D | jobutils.cpp | 29 void WaitForFinish(JobHandle handle) in WaitForFinish() argument 39 JobHandle handle = ffrt::submit_h(job); in SubmitJobOnce() local 46 JobHandle handle = ffrt::submit_h(job); in SubmitJobOnceAsync() local
|
| /foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
| H A D | NativeNullCheckTest.cpp | 49 OH_AVCodec* handle = decoderDemo->NativeCreateByMime(nullptr); in HWTEST_F() local 64 OH_AVCodec* handle = decoderDemo->NativeCreateByName(nullptr); in HWTEST_F() local 94 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); in HWTEST_F() local 115 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); in HWTEST_F() local 151 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 177 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 196 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 230 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 267 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 307 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 347 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 366 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 406 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 446 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 486 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 532 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 573 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 614 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local [all...] |
| H A D | NativeParamCheckTest.cpp | 48 OH_AVCodec *handle = decoderDemo->NativeCreateByMime("aaa"); in HWTEST_F() local 70 OH_AVCodec *handle in HWTEST_F() local 121 OH_AVCodec *handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 176 OH_AVCodec *handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 231 OH_AVCodec *handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 286 OH_AVCodec *handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 343 OH_AVCodec *handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 400 OH_AVCodec *handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 457 OH_AVCodec *handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 504 OH_AVCodec *handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 553 OH_AVCodec *handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 602 OH_AVCodec *handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local 651 OH_AVCodec *handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); HWTEST_F() local [all...] |
| /foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/ |
| H A D | camera_buffer_handle_utils.cpp | 38 BufferHandle *handle = static_cast<BufferHandle *>(malloc(handleSize)); in CameraAllocateBufferHandle() local 53 int32_t CameraFreeBufferHandle(BufferHandle *handle) in CameraFreeBufferHandle() argument 74 CameraCloneBufferHandle(const BufferHandle *handle) CameraCloneBufferHandle() argument [all...] |
| /foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
| H A D | NativeNullCheckTest.cpp | 49 OH_AVCodec* handle = encoderDemo->NativeCreateByMime(nullptr); in HWTEST_F() local 64 OH_AVCodec* handle = encoderDemo->NativeCreateByName(nullptr); in HWTEST_F() local 94 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); in HWTEST_F() local 115 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); in HWTEST_F() local 151 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 180 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 199 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 236 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 276 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 319 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 362 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 381 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 424 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 467 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 510 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 559 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 603 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local 647 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); HWTEST_F() local [all...] |