Searched refs:GetAbcBuffer (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_engine.cpp | 839 if (!GetAbcBuffer(normalizedPath.c_str(), &scriptContent, &scriptContentSize, in RunScriptForAbc() 866 if (!GetAbcBuffer(path, &scriptContent, &scriptContentSize, content, ami)) { in RunScript() 887 if (!GetAbcBuffer(path, &scriptContent, &scriptContentSize, content, ami, true)) { in RunScriptInRestrictedThread() 904 bool NativeEngine::GetAbcBuffer(const char* path, uint8_t **buffer, size_t* bufferSize, in GetAbcBuffer() function in NativeEngine
|
H A D | native_engine.h | 405 …bool GetAbcBuffer(const char* path, uint8_t **buffer, size_t* bufferSize, std::vector<uint8_t>& co…
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.cpp | 1393 …if (!hostEngine->GetAbcBuffer(rawFileName.c_str(), &scriptContent, &scriptContentSize, content, wo… in PrepareForWorkerInstance()
|