Home
last modified time | relevance | path

Searched refs:isRestricted (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp171 std::string& ami, bool& useSecureMem, bool isRestricted) in operator ()() argument
217 if (!ReadAmiData(ami, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()()
220 … } else if (!ReadFilePathData(filePath, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()()
253 if (isRestricted && filePath.find(RESTRICTED_PREFIX_PATH) in operator ()()
260 if (!ReadAmiData(ami, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()()
263 … } else if (!ReadFilePathData(filePath, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()()
315 bool& useSecureMem, bool isRestricted) in ReadAmiData() argument
320 if (GetIsStageModel() && !isRestricted && apiSatisfy) { in ReadAmiData()
363 std::vector<uint8_t>& content, bool& useSecureMem, bool isRestricted) in ReadFilePathData() argument
425 … if (GetIsStageModel() && !isRestricted && apiSatisfy && !extractor->IsHapCompress(realfilePath)) { in ReadFilePathData()
H A Djs_worker.h47 std::string& ami, bool& useSecureMem, bool isRestricted = false);
53 bool& useSecureMem, bool isRestricted);
56 bool& useSecureMem, bool isRestricted);
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_worker_test.cpp89 bool isRestricted = false; variable
91 func("/data", &buff, &buffSize, content, ami, useSecureMem, isRestricted);
/ohos5.0/base/security/permission_lite/services/pms/include/
H A Dperm_define.h53 enum IsRestricted isRestricted; member
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h77 std::vector<uint8_t>& content, std::string& ami, bool &useSecureMem, bool isRestricted)>;
303 std::vector<uint8_t>& content, std::string& ami, bool &useSecureMem, bool isRestricted);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subManualApiTest/subWifiTest/
H A DwifiFound.ets43 isRestricted : false ,
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subAppTest/
H A DwifiScanTest.ets45 isRestricted : false ,
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/WIFIDoc/
H A DWIFI功能界面使用说明文档.md155 >| isRestricted | boolean | 是 | 否 | WLAN接入点是否限制数据量。 |
/ohos5.0/base/security/permission_lite/services/pms/src/
H A Dpms_impl.c520 return permList[i].isRestricted; in IsPermissionRestricted()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/WIFIManagerDoc/
H A DWIFIManager功能界面使用说明文档.md215 >| isRestricted | boolean | 是 | 否 | WLAN接入点是否限制数据量。 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-communicate.md83 | ohos.wifi | WifiLinkedInfo | isRestricted: boolean; | 新增 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-wifi.md523 | isRestricted | boolean | 是 | 否 | WLAN接入点是否限制数据量。 |
H A Djs-apis-wifiManager.md988 | isRestricted | boolean | 是 | 否 | WLAN接入点是否限制数据量。 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-communicate.md83 | ohos.wifi | WifiLinkedInfo | isRestricted: boolean; | Added|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-wifi.md523 | isRestricted | boolean | Yes| No| Whether to restrict data volume at the WLAN AP.|
H A Djs-apis-wifiManager.md988 | isRestricted | boolean | Yes| No| Whether to restrict data volume at the WLAN AP.|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1340 std::vector<uint8_t>& content, std::string& ami, bool& useSecureMem, bool isRestricted) { in RegisterAssetFunc() argument
/ohos5.0/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) { in RegisterAssetFunc() argument
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md414 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法名 or 属性名: isRestricted|@ohos.wifiManager.d.…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md831 |新增|NA|类名:WifiLinkedInfo;<br>方法or属性:isRestricted: boolean;|@ohos.wifiManager.d.ts|
1578 |废弃版本有变化|类名:WifiLinkedInfo;<br>方法or属性:isRestricted: boolean;<br>旧版本信息:|类名:WifiLinkedInfo;<br>方法or属性…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md431 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiLinkedInfo<br>方法名 or 属性名: isRestricted|@ohos.wifiManager.d.…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md831 |Added|NA|Class name: WifiLinkedInfo;<br>Method or attribute name: isRestricted: boolean;|@ohos.wif…
1578 …od or attribute name: isRestricted: boolean;<br>Old version: |Class name: WifiLinkedInfo;<br>Metho…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md414 …ifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: isRestricted|@ohos.wifiManag…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md431 …ifiManager<br>Class name: WifiLinkedInfo<br>Method or attribute name: isRestricted|@ohos.wifiManag…