Searched defs:ami (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_worker_test.cpp | 87 std::string ami; in HWTEST_F() local
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/ |
H A D | js_backend_asset_manager.cpp | 109 bool JsBackendAssetManager::GetResourceData(const std::string& fileUri, std::vector<uint8_t>& content, std::string& ami) in GetResourceData() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.cpp | 161 bool FrontendDelegate::GetResourceData(const std::string& fileUri, T& content, std::string& ami) in GetResourceData() argument
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.cpp | 171 operator ()(const std::string& uri, uint8_t** buff, size_t* buffSize, std::vector<uint8_t>& content, std::string& ami, bool& useSecureMem, bool isRestricted) operator ()() argument 270 GetSafeData(const std::string& ami, uint8_t** buff, size_t* buffSize) GetSafeData() argument 315 ReadAmiData(const std::string& ami, uint8_t** buff, size_t* buffSize, std::vector<uint8_t>& content, bool& useSecureMem, bool isRestricted) ReadAmiData() argument 463 GetAmi(std::string& ami, const std::string& filePath) GetAmi() argument [all...] |
/foundation/arkui/napi/native_engine/ |
H A D | native_engine.cpp | 845 std::string ami; in RunScriptForAbc() local 872 std::string ami; in RunScript() local 621 CallGetAssetFunc(const std::string& uri, uint8_t** buffer, size_t* bufferSize, std::vector<uint8_t>& content, std::string& ami, bool &useSecureMem, bool isRestrictedWorker) CallGetAssetFunc() argument 893 std::string ami; RunScriptInRestrictedThread() local 911 GetAbcBuffer(const char* path, uint8_t **buffer, size_t* bufferSize, std::vector<uint8_t>& content, std::string& ami, bool isRestrictedWorker) GetAbcBuffer() argument [all...] |
Completed in 4 milliseconds