Home
last modified time | relevance | path

Searched defs:Resource (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
Dresource.h44 Resource(const std::string& type, const WeakPtr<PipelineBase>& context, ErrorCallback&& onError) in Resource() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/
Dimport.ts19 declare type Resource = import('../../../../../../../../../out/sdk/ohos-sdk/windows/ets/api/global/… alias
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
Drender_data_structures.h270 struct Resource { struct
276 RenderDataConstants::RenderDataFixedString name;
280 RenderDataConstants::RenderDataFixedString usageName;
287 RenderDataConstants::RenderDataFixedString nodeName;
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Dapplication_info.h74 struct Resource { struct
76 std::string bundleName;
100 Resource iconResource; argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dapplication_info.h136 struct Resource : public Parcelable { struct
148 static Resource *Unmarshalling(Parcel &parcel); argument
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
Dmock_resourceManager_interface1.cpp28 namespace Resource { namespace
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
Dmock_resourceManager_interface1.cpp28 namespace Resource { namespace
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
Dresource_manager_addon.cpp20 namespace Resource { namespace
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
Dmock_resource_manager.cpp20 namespace Resource { namespace
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Drender_backend_gles.cpp76 struct Resource { struct
77 union {
81 SamplerType sampler { 0 };
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
Drender_node.ts166 declare interface Resource {} interface