Searched refs:ReadFilePathData (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.h | 55 …bool ReadFilePathData(const std::string& filePath, uint8_t** buff, size_t* buffSize, std::vector<u…
|
H A D | js_worker.cpp | 220 … } else if (!ReadFilePathData(filePath, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()() 263 … } else if (!ReadFilePathData(filePath, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()() 362 bool AssetHelper::ReadFilePathData(const std::string& filePath, uint8_t** buff, size_t* buffSize, in ReadFilePathData() function in OHOS::AbilityRuntime::AssetHelper
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/ |
H A D | abilityframeworksnativejsworker_fuzzer.cpp | 83 helper.ReadFilePathData(jsonStr, &buff, &buffSize, content, useSecureMem, isRestricted); in DoSomethingInterestingWithMyAPI()
|