Home
last modified time | relevance | path

Searched refs:GetSafeData (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp269 bool AssetHelper::GetSafeData(const std::string& ami, uint8_t** buff, size_t* buffSize) in GetSafeData() function in OHOS::AbilityRuntime::AssetHelper
323 return GetSafeData(ami, buff, buffSize); in ReadAmiData()
324 } else if (GetSafeData(ami, buff, buffSize)) { in ReadAmiData()
427 auto safeData = extractor->GetSafeData(realfilePath); in ReadFilePathData()
H A Djs_quickfix_callback.cpp60 auto data = JsRuntime::GetSafeData(resolvedHqfFile, patchFileName); in operator ()()
H A Djs_worker.h60 bool GetSafeData(const std::string& ami, uint8_t** buff, size_t* buffSize);
H A Djs_module_reader.cpp69 auto data = extractor->GetSafeData(MERGE_ABC_PATH); in operator ()()
H A Djs_runtime.cpp435 std::shared_ptr<AbilityBase::FileMapper> JsRuntime::GetSafeData(const std::string& path, std::strin… in GetSafeData() function in OHOS::AbilityRuntime::JsRuntime
453 auto safeData = extractor->GetSafeData(fileName); in GetSafeData()
471 auto hqfSafeData = GetSafeData(hqfFile, patchFile); in LoadRepairPatch()
481 auto hapSafeData = GetSafeData(hapPath, baseFile); in LoadRepairPatch()
1132 auto safeData = extractor->GetSafeData(modulePath); in RunScript()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_worker_test.cpp117 auto ret = helper.GetSafeData("test.txt", &buff, &buffSize);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h96 std::shared_ptr<FileMapper> GetSafeData(const std::string &fileName);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp77 helper.GetSafeData(jsonStr, &buff, &buffSize); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h125 …static std::shared_ptr<AbilityBase::FileMapper> GetSafeData(const std::string& path, std::string& …
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp164 std::shared_ptr<FileMapper> Extractor::GetSafeData(const std::string &fileName) in GetSafeData() function in OHOS::AbilityBase::Extractor
/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp514 extractor1->GetSafeData(fileName);