Home
last modified time | relevance | path

Searched refs:isRestricted (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.h47 std::string& ami, bool& useSecureMem, bool isRestricted = false);
53 bool& useSecureMem, bool isRestricted);
56 bool& useSecureMem, bool isRestricted);
H A Djs_worker.cpp172 std::string& ami, bool& useSecureMem, bool isRestricted) in operator ()()
218 if (!ReadAmiData(ami, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()()
221 } else if (!ReadFilePathData(filePath, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()()
254 if (isRestricted && filePath.find(RESTRICTED_PREFIX_PATH) in operator ()()
261 if (!ReadAmiData(ami, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()()
264 } else if (!ReadFilePathData(filePath, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()()
316 bool& useSecureMem, bool isRestricted) in ReadAmiData()
321 if (GetIsStageModel() && !isRestricted && apiSatisfy) { in ReadAmiData()
364 std::vector<uint8_t>& content, bool& useSecureMem, bool isRestricted) in ReadFilePathData()
426 if (GetIsStageModel() && !isRestricted in ReadFilePathData()
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
315 ReadAmiData(const std::string& ami, uint8_t** buff, size_t* buffSize, std::vector<uint8_t>& content, bool& useSecureMem, bool isRestricted) ReadAmiData() argument
363 ReadFilePathData(const std::string& filePath, uint8_t** buff, size_t* buffSize, std::vector<uint8_t>& content, bool& useSecureMem, bool isRestricted) ReadFilePathData() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp80 bool isRestricted = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
82 helper.ReadAmiData(jsonStr, &buff, &buffSize, content, useSecureMem, isRestricted); in DoSomethingInterestingWithMyAPI()
83 helper.ReadFilePathData(jsonStr, &buff, &buffSize, content, useSecureMem, isRestricted); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_worker_test.cpp89 bool isRestricted = false; in HWTEST_F() local
91 func("/data", &buff, &buffSize, content, ami, useSecureMem, isRestricted); in HWTEST_F()
/foundation/communication/wifi/wifi/frameworks/cj/include/
H A Dffi_structs.h153 bool isRestricted; member
/foundation/arkui/napi/native_engine/
H A Dnative_engine.h77 std::vector<uint8_t>& content, std::string& ami, bool &useSecureMem, bool isRestricted)>;
307 std::vector<uint8_t>& content, std::string& ami, bool &useSecureMem, bool isRestricted);
/foundation/communication/wifi/wifi/frameworks/cj/src/
H A Dwifi_ffi.cpp664 info.isRestricted = linkedInfo.isDataRestricted; in FfiWifiGetLinkedInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1352 std::vector<uint8_t>& content, std::string& ami, bool& useSecureMem, bool isRestricted) { in RegisterAssetFunc()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3207 std::vector<uint8_t>& content, std::string& ami, bool& useSecureMem, bool isRestricted) {

Completed in 16 milliseconds