/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultapphostimpl_fuzzer/ |
H A D | defaultapphostimpl_fuzzer.cpp | 39 defaultAppHostImpl_->GetDefaultApplication(reinterpret_cast<uintptr_t>(data), type, bundleInfo); in DoSomethingInterestingWithMyAPI() local 41 defaultAppHostImpl_->SetDefaultApplication(reinterpret_cast<uintptr_t>(data), type, want); in DoSomethingInterestingWithMyAPI() local 42 defaultAppHostImpl_->ResetDefaultApplication(reinterpret_cast<uintptr_t>(data), type); in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_extra_data_impl.h | 50 ExtraDataType type; member
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_playback_engine.cpp | 25 int32_t AudioPlaybackEngine::Init(const DeviceInfo &type, bool isVoip) in Init() argument
|
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/ |
H A D | frame_saver.cpp | 71 void FrameSaver::SaveFrameEvent(const FrameEventType &type, int64_t timeNs) in SaveFrameEvent() argument
|
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/mingw/ |
H A D | frame_collector.cpp | 32 void FrameCollector::MarkFrameEvent(const FrameEventType &type, int64_t timeNs) in MarkFrameEvent() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.h | 39 DescriptorType type; member
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
H A D | locking.h | 29 explicit InterfaceLock(LockType type, const CORE_NS::IInterface* t) : type_(type), p_(interface_cast<ILockable>(t)) in InterfaceLock() argument 39 explicit InterfaceLock(LockType type, const CORE_NS::IInterface& t) : InterfaceLock(type, &t) {} in InterfaceLock() argument 41 explicit InterfaceLock(LockType type, const BASE_NS::shared_ptr<Type>& t) : InterfaceLock(type, t.get()) in InterfaceLock() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_handle_util.cpp | 33 RenderHandle CreateGpuResourceHandle(const RenderHandleType type, const RenderHandleInfoFlags infoFlags, in CreateGpuResourceHandle() argument 48 RenderHandle CreateGpuResourceHandle(const RenderHandleType type, const RenderHandleInfoFlags infoFlags, in CreateGpuResourceHandle() argument 63 RenderHandle CreateHandle(const RenderHandleType type, const uint32_t index) in CreateHandle() argument 68 RenderHandle CreateHandle(const RenderHandleType type, const uint32_t index, const uint32_t generationIndex) in CreateHandle() argument 80 CreateHandle( const RenderHandleType type, const uint32_t index, const uint32_t generationIndex, const uint32_t additionalData) CreateHandle() argument 88 CreateEngineResourceHandle( const RenderHandleType type, const uint32_t index, const uint32_t generationIndex) CreateEngineResourceHandle() argument [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | initial_transform_component_manager.cpp | 125 InitialTransformComponent::InitialTransformComponent(const InitialTransformComponent& other) noexcept : type(other.type) in type() function 134 InitialTransformComponent::InitialTransformComponent(InitialTransformComponent&& other) noexcept : type(other.type) type() function [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/client/src/ |
H A D | audio_interrupt_group_info.cpp | 27 InterruptGroupInfo(int32_t interruptGroupId, int32_t mappingId, std::string groupName, std::string networkId, ConnectType type) InterruptGroupInfo() argument
|
H A D | audio_volume_group_info.cpp | 23 VolumeGroupInfo(int32_t volumeGroupId, int32_t mappingId, std::string groupName, std::string networkId, ConnectType type) VolumeGroupInfo() argument
|
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/server/ |
H A D | audio_server_unit_test.cpp | 62 DeviceType type = DEVICE_TYPE_USB_ARM_HEADSET; in HWTEST() local
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | msg_handle_loop.h | 32 MsgType type; member
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | sys_info.h | 126 void SetFPSCalculateType(FPSCalculateType type) in SetFPSCalculateType() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | text_blob_test.h | 26 explicit TextBlobBuilderCreate(int type) : TestBase(type) in TextBlobBuilderCreate() argument 38 explicit TextBlobCreateFromText(int type) : TestBase(type) in TextBlobCreateFromText() argument 50 explicit TextBlobCreateFromPosText(int type) : TestBase(type) in TextBlobCreateFromPosText() argument 62 explicit TextBlobCreateFromString(int type) : TestBase(type) in TextBlobCreateFromString() argument 74 explicit TextBlobGetBounds(int type) : TestBase(type) in TextBlobGetBounds() argument 86 TextBlobBuilderAllocRunPos(int type) TextBlobBuilderAllocRunPos() argument [all...] |
H A D | matrix_test.h | 27 explicit MatrixReset(int type) : TestBase(type) in MatrixReset() argument 39 explicit MatrixConcat(int type) : TestBase(type) in MatrixConcat() argument 51 explicit MatrixInvert(int type) : TestBase(type) in MatrixInvert() argument 63 explicit MatrixSetPolyToPoly(int type) : TestBase(type) in MatrixSetPolyToPoly() argument 75 explicit MatrixPreRotate(int type) : TestBase(type) in MatrixPreRotate() argument 87 MatrixPostScale(int type) MatrixPostScale() argument 99 MatrixPostTranslate(int type) MatrixPostTranslate() argument 111 MatrixIsEqual(int type) MatrixIsEqual() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/ |
H A D | rs_cmd_factory_test.cpp | 49 uint16_t type = 65535; // for test in HWTEST_F() local 68 uint16_t type = 65535; // for test in HWTEST_F() local
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
H A D | utf8_decode.h | 50 uint32_t type = utf8d[byte]; in decode() local
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/fuzztest/gevisualeffectcontainer_fuzzer/ |
H A D | ge_visual_effect_container_fuzzer.cpp | 38 DrawingPaintType type = GETest::GetPlainData<DrawingPaintType>(); in GEVisualEffectContainerFuzzTest001() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_node_command.h | 88 static void UpdateModifier(RSContext& context, NodeId nodeId, T value, PropertyId id, PropertyUpdateType type) in UpdateModifier() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/ |
H A D | rs_tag_tracker.cpp | 43 std::string RSTagTracker::TagType2String(TAGTYPE type) in TagType2String() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | path_effect_test.cpp | 194 auto type = pathEffect->GetType(); HWTEST_F() local 211 auto type = pathEffect->GetType(); HWTEST_F() local 228 auto type = pathEffect->GetType(); HWTEST_F() local 245 auto type = pathEffect->GetType(); HWTEST_F() local 262 auto type = pathEffect->GetType(); HWTEST_F() local 279 auto type = pathEffect->GetType(); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_visual_effect.cpp | 25 GEVisualEffect::GEVisualEffect(const std::string& name, DrawingPaintType type) in GEVisualEffect() argument
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | flat_obj.h | 40 uint32_t type; member 64 __u32 type; member
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/ |
H A D | intf_directory.h | 45 Type type; member
|