Searched refs:OpenPandaFileFromSecureMemory (Results 1 – 4 of 4) sorted by relevance
169 HWTEST(File, OpenPandaFileFromSecureMemory, testing::ext::TestSize.Level0)171 auto pf = OpenPandaFileFromSecureMemory(nullptr, -1);174 pf = OpenPandaFileFromSecureMemory(nullptr, 1U);
94 pf = panda_file::OpenPandaFileFromSecureMemory(data, dataSize); in LoadJSPandaFile()170 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure()185 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure()
485 std::unique_ptr<const File> OpenPandaFileFromSecureMemory(uint8_t *buffer, size_t size);
301 std::unique_ptr<const File> OpenPandaFileFromSecureMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromSecureMemory() function