Home
last modified time | relevance | path

Searched refs:permissions (Results 1 - 18 of 18) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
H A DProvision.java12 * See the License for the specific language governing permissions and
137 * Field permissions.
139 @SerializedName("permissions")
140 private Permissions permissions; field in Provision
270 return permissions; in getPermissions()
273 public void setPermissions(Permissions permissions) { in setPermissions() argument
274 this.permissions = permissions; in setPermissions()
312 + "permissions:" + NEWLINE_CHARACTER in toString()
313 + "\t restricted-permissions in toString()
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H A Dprovision_verify_test.cpp12 * See the License for the specific language governing permissions and
107 "permissions" : {
108 "restricted-permissions" : ["ohos.permission.GET_PHONE_STATE",
253 ASSERT_TRUE(info.permissions.restrictedPermissions.empty()); in HWTEST_F()
254 ASSERT_TRUE(info.permissions.restrictedCapabilities.empty()); in HWTEST_F()
277 ASSERT_TRUE(info.permissions.restrictedPermissions.size() == 2); // 2 restricted permissions in HWTEST_F()
278 ASSERT_EQ(info.permissions.restrictedPermissions[0], "ohos.permission.GET_PHONE_STATE"); in HWTEST_F()
279 ASSERT_TRUE(info.permissions.restrictedCapabilities.size() == 1); // 1 restricted capabilities in HWTEST_F()
280 ASSERT_EQ(info.permissions in HWTEST_F()
[all...]
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/testcases/
H A Dtest_acl_check.py57 permissions = line.split(':')[1].strip().strip('",')
58 if not permissions:
62 process: permissions.split(',')
/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dprofile_info.cpp12 * See the License for the specific language governing permissions and
47 this->permissions = profileInfo.permissions; in operator =()
H A Dprofile_verify.cpp12 * See the License for the specific language governing permissions and
41 const string KEY_PERMISSIONS = "permissions";
43 const string KEY_RESTRICTED_PERMISSIONS = "restricted-permissions";
162 const auto& permissions = obj[KEY_PERMISSIONS]; in ParsePermissions() local
163 GetStringArrayIfExist(permissions, KEY_RESTRICTED_PERMISSIONS, in ParsePermissions()
164 out.permissions.restrictedPermissions); in ParsePermissions()
165 GetStringArrayIfExist(permissions, KEY_RESTRICTED_CAPABILITIES, in ParsePermissions()
166 out.permissions.restrictedCapabilities); in ParsePermissions()
/developtools/packing_tool/adapter/ohos/
H A DExtensionAbilityInfo.java12 * See the License for the specific language governing permissions and
54 * Indicates the permissions of module ModuleJson.
56 public List<String> permissions = new ArrayList<>(); field in ExtensionAbilityInfo
H A DModuleAbilityInfo.java12 * See the License for the specific language governing permissions and
58 * Indicates the permissions of module ModuleJson.
60 public List<String> permissions = new ArrayList<String>(); field in ModuleAbilityInfo
H A DAbilityInfo.java12 * See the License for the specific language governing permissions and
184 * Indicates the permissions of ability.
186 public List<String> permissions = new ArrayList<String>(); field in AbilityInfo
H A DModuleAdaption.java12 * See the License for the specific language governing permissions and
159 // convert request permissions in convertToHapInfo()
240 abilityInfo.permissions = info.permissions; in convertToAbilityInfo()
H A DJsonUtil.java12 * See the License for the specific language governing permissions and
126 private static final String PERMISSIONS = "permissions";
920 throw new BundleException("Parse ability permissions failed, abilityJson or ability is null."); in parseAbilityPermissions()
922 if (abilityJson.containsKey("permissions")) { in parseAbilityPermissions()
923 ability.permissions = JSONObject.parseArray(getJsonString(abilityJson, "permissions"), String.class); in parseAbilityPermissions()
1294 moduleExtensionAbilityInfo.permissions = in parseModuleExtensionAbility()
1381 moduleAbilityInfo.permissions = JSONObject.parseArray( in parseModuleAbility()
/developtools/hiperf/test/fuzztest/resource/
H A Dsend_to_device.bat11 @rem See the License for the specific language governing permissions and
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/
H A Dsend_to_device.bat11 @rem See the License for the specific language governing permissions and
H A Dsend_dwarf_to_device.bat11 @rem See the License for the specific language governing permissions and
/developtools/hapsigner/hapsigntool_cpp/profile/include/
H A Dprofile_info.h12 * See the License for the specific language governing permissions and
82 PermissionsSt permissions; member
/developtools/hiperf/test/unittest/resource/
H A Dsend_to_device.bat11 @rem See the License for the specific language governing permissions and
H A Dsend_report_to_device.bat11 @rem See the License for the specific language governing permissions and
H A Dsend_dwarf_to_device.bat11 @rem See the License for the specific language governing permissions and
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h3917 int (*permissions)(struct ctl_table_header *, struct ctl_table *); member
56387 u32 permissions; global() member
56394 struct symtab permissions; global() member
56401 struct symtab permissions; global() member
[all...]

Completed in 413 milliseconds