Searched refs:CallGetAssetFunc (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/napi/native_engine/ |
H A D | native_engine.cpp | 621 bool NativeEngine::CallGetAssetFunc(const std::string& uri, uint8_t** buffer, size_t* bufferSize, in CallGetAssetFunc() function in NativeEngine 916 if (!CallGetAssetFunc(pathStr, buffer, bufferSize, content, ami, useSecureMem, isRestrictedWorker)) { in GetAbcBuffer()
|
H A D | native_engine.h | 306 virtual bool CallGetAssetFunc(const std::string& uri, uint8_t **buff, size_t *buffSize,
|
Completed in 4 milliseconds