Home
last modified time | relevance | path

Searched defs:resourceId (Results 1 – 19 of 19) sorted by relevance

/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/dist/lib/src/arkts/
DResourceManager.js28 hold(resourceId) { argument
33 release(resourceId) { argument
49 get(resourceId) { argument
54 has(resourceId) { argument
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/interop/
DSerializerBase.ts94 resourceId: int32 property
155 const resourceId = ResourceHolder.instance().registerAndHold(callback) constant
178 let resourceId: ResourceId variable
196 for (const resourceId of this.heldResources) constant
271 const resourceId = ResourceHolder.instance().registerAndHold(buffer) constant
DNativeBuffer.ts23 public resourceId: int32 = 0 property in NativeBuffer
/developtools/global_resource_tool/src/
Did_defined_parser.cpp145 ResourceId resourceId; in IdDefinedToResourceIds() local
163 bool IdDefinedParser::PushResourceId(const std::string &filePath, const ResourceId &resourceId, boo… in PushResourceId()
197 … IdDefinedParser::ParseId(const std::string &filePath, const cJSON *origId, ResourceId &resourceId) in ParseId()
221 … IdDefinedParser::ParseType(const std::string &filePath, const cJSON *type, ResourceId &resourceId) in ParseType()
243 … IdDefinedParser::ParseName(const std::string &filePath, const cJSON *name, ResourceId &resourceId) in ParseName()
264 …dDefinedParser::ParseOrder(const std::string &filePath, const cJSON *order, ResourceId &resourceId) in ParseOrder()
Dheader.cpp62 for (const auto &resourceId : resourceIds) { in Create() local
Dresource_pack.cpp218 [&first](stringstream &buffer, const ResourceId& resourceId) { in GenerateTextHeader()
242 }, [](stringstream &buffer, const ResourceId& resourceId) { in GenerateCplusHeader()
261 }, [&itemType](stringstream &buffer, const ResourceId& resourceId) { in GenerateJsHeader()
Did_worker.cpp64 ResourceId resourceId; in GetHeaderId() local
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/
Dcallback-resource.cc35 void holdManagedCallbackResource(InteropInt32 resourceId) in holdManagedCallbackResource()
41 void releaseManagedCallbackResource(InteropInt32 resourceId) in releaseManagedCallbackResource()
93 const InteropInt32 resourceId = callbackResourceSubqueue.front(); in impl_CheckCallbackEvent() local
Dinterop-types.h138 InteropInt32 resourceId; member
Dcommon-interop.cc44 KInteropBuffer impl_MaterializeBuffer(KNativePointer data, KLong length, KInt resourceId, KNativePo… in impl_MaterializeBuffer()
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/dist/lib/src/interop/
DNativeBuffer.js20 constructor(data, length, resourceId, hold, release) { argument
33 static wrap(data, length, resourceId, hold, release) { argument
DInteropNativeModule.js40 static _HoldCallbackResource(resourceId) { throw "method not loaded"; } argument
41 static _ReleaseCallbackResource(resourceId) { throw "method not loaded"; } argument
44 static _CallCallbackResourceHolder(holder, resourceId) { throw "method not loaded"; } argument
45 static _CallCallbackResourceReleaser(releaser, resourceId) { throw "method not loaded"; } argument
46 … static _MaterializeBuffer(data, length, resourceId, hold, release) { throw "method not loaded"; } argument
DNativeBuffer.d.ts21 resourceId: int32; property in NativeBuffer
DSerializerBase.js274 resourceId, property
/developtools/packing_tool/adapter/ohos/restool/
DResourcesParser.java38 String getResourceById(int resourceId, byte[] data) throws BundleException; in getResourceById()
48 String getBaseResourceById(int resourceId, byte[] data) throws BundleException; in getBaseResourceById()
DResourcesParserV1.java227 public String getResourceById(int resourceId, byte[] data) throws BundleException { in getResourceById()
250 public String getBaseResourceById(int resourceId, byte[] data) throws BundleException { in getBaseResourceById()
DResourcesParserV2.java312 public String getResourceById(int resourceId, byte[] data) throws BundleException { in getResourceById()
335 public String getBaseResourceById(int resourceId, byte[] data) throws BundleException { in getBaseResourceById()
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/arkts/
DResourceManager.ts52 const resourceId = ResourceHolder.nextResourceId++ constant
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/types/
Dkoala-types.h146 KInt resourceId; member