Home
last modified time | relevance | path

Searched defs:type (Results 826 - 850 of 11720) sorted by relevance

1...<<31323334353637383940>>...469

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultapphostimpl_fuzzer/
H A Ddefaultapphostimpl_fuzzer.cpp39 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 Dbuffer_extra_data_impl.h50 ExtraDataType type; member
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_playback_engine.cpp25 int32_t AudioPlaybackEngine::Init(const DeviceInfo &type, bool isVoip) in Init() argument
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_saver.cpp71 void FrameSaver::SaveFrameEvent(const FrameEventType &type, int64_t timeNs) in SaveFrameEvent() argument
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/mingw/
H A Dframe_collector.cpp32 void FrameCollector::MarkFrameEvent(const FrameEventType &type, int64_t timeNs) in MarkFrameEvent() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.h39 DescriptorType type; member
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dlocking.h29 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 Dgpu_resource_handle_util.cpp33 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 Dinitial_transform_component_manager.cpp125 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 Daudio_interrupt_group_info.cpp27 InterruptGroupInfo(int32_t interruptGroupId, int32_t mappingId, std::string groupName, std::string networkId, ConnectType type) InterruptGroupInfo() argument
H A Daudio_volume_group_info.cpp23 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 Daudio_server_unit_test.cpp62 DeviceType type = DEVICE_TYPE_USB_ARM_HEADSET; in HWTEST() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.h32 MsgType type; member
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dsys_info.h126 void SetFPSCalculateType(FPSCalculateType type) in SetFPSCalculateType() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dtext_blob_test.h26 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 Dmatrix_test.h27 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 Drs_cmd_factory_test.cpp49 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 Dutf8_decode.h50 uint32_t type = utf8d[byte]; in decode() local
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/fuzztest/gevisualeffectcontainer_fuzzer/
H A Dge_visual_effect_container_fuzzer.cpp38 DrawingPaintType type = GETest::GetPlainData<DrawingPaintType>(); in GEVisualEffectContainerFuzzTest001() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_command.h88 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 Drs_tag_tracker.cpp43 std::string RSTagTracker::TagType2String(TAGTYPE type) in TagType2String() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dpath_effect_test.cpp194 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 Dge_visual_effect.cpp25 GEVisualEffect::GEVisualEffect(const std::string& name, DrawingPaintType type) in GEVisualEffect() argument
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dflat_obj.h40 uint32_t type; member
64 __u32 type; member
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_directory.h45 Type type; member

Completed in 8 milliseconds

1...<<31323334353637383940>>...469