Lines Matching defs:ami
622 std::vector<uint8_t>& content, std::string& ami, bool &useSecureMem, bool isRestrictedWorker)
625 getAssetFunc_(uri, buffer, bufferSize, content, ami, useSecureMem, isRestrictedWorker);
845 std::string ami;
847 content, ami, true)) {
851 HILOG_DEBUG("RunScriptForAbc: GetAmi: %{private}s", ami.c_str());
858 panda::JSNApi::Execute(vm, ami, entryPoint, false, true);
872 std::string ami;
873 if (!GetAbcBuffer(path, &scriptContent, &scriptContentSize, content, ami)) {
877 HILOG_DEBUG("RunScript: GetAmi: %{private}s", ami.c_str());
883 return RunActor(scriptContent, scriptContentSize, ami.c_str(), entryPoint, false);
893 std::string ami;
894 if (!GetAbcBuffer(path, &scriptContent, &scriptContentSize, content, ami, true)) {
898 HILOG_DEBUG("RunScriptInRestrictedThread: GetAmi: %{private}s", ami.c_str());
899 panda::JSNApi::Execute(vm, ami, PANDA_MAIN_FUNCTION, false, true);
912 std::vector<uint8_t>& content, std::string& ami, bool isRestrictedWorker)
916 if (!CallGetAssetFunc(pathStr, buffer, bufferSize, content, ami, useSecureMem, isRestrictedWorker)) {