Home
last modified time | relevance | path

Searched defs:handle (Results 251 - 275 of 4551) sorted by relevance

1...<<11121314151617181920>>...183

/foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/
H A Dphoto_editor_extension_module_loader_test.cpp52 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 Dcj_ability_stage_object.cpp53 auto handle = g_cjAbilityStageFuncs->LoadAbilityStage(moduleName.c_str()); in LoadModule() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/cj_utils/
H A Dcj_utils.cpp31 LIBHANDLE handle = LOADLIB(CJ_FRONTEND_LIB_NAME); in LoadCjFrontend() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine_loader.cpp67 void* handle = dlopen(sharedLibrary, RTLD_LAZY); in GetJsEngineLoader() local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dnavigation_controller.h58 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 Dcj_lambda.h71 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 Dnavigation_controller_test.cpp69 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 Dhfp_ag_rfcomm_connection_server.cpp48 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 Dsurface_tunnel_handle.cpp28 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 Dvideo_codec_loader.cpp31 void *handle = dlopen(libPath_, RTLD_LAZY); in Init() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_util.cpp36 void CopyGpuResource(const IDevice& device, const GpuResourceManager& gpuResourceMgr, const RenderHandle handle, in CopyGpuResource() argument
H A Dgpu_resource_handle_util.cpp83 RenderHandle handle = CreateHandle(type, index, generationIndex); in CreateHandle() local
H A Dgpu_resource_cache.h55 RenderHandleReference handle; member
78 RenderHandleReference handle; member
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_thread.h44 HANDLE handle = CreateThread(NULL, 0, entry, arg, 0, NULL); in ThreadCreate() local
/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/
H A Daudio_opus_decoder_plugin.h66 void *handle = nullptr; member in OHOS::MediaAVCodec::AudioOpusDecoderPlugin
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_shader_passes_generic.h79 RenderHandleReference handle; member
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Decs_property_util.h34 IPropertyHandle* ResolveContainerProperty(const IPropertyHandle& handle, in ResolveContainerProperty() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_tunnel_handle_demo.cpp47 GraphicExtDataHandle handle; member
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dflat_obj.h47 uint32_t handle; member
71 __u32 handle; member
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dscoped_handle.h39 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 Djobutils.cpp29 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 DNativeNullCheckTest.cpp49 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 DNativeParamCheckTest.cpp48 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 Dcamera_buffer_handle_utils.cpp38 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 DNativeNullCheckTest.cpp49 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...]

Completed in 8 milliseconds

1...<<11121314151617181920>>...183