/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/ |
H A D | Provision.java | 12 * 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 D | provision_verify_test.cpp | 12 * 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 D | test_acl_check.py | 57 permissions = line.split(':')[1].strip().strip('",') 58 if not permissions: 62 process: permissions.split(',')
|
/developtools/hapsigner/hapsigntool_cpp/profile/src/ |
H A D | profile_info.cpp | 12 * See the License for the specific language governing permissions and 47 this->permissions = profileInfo.permissions; in operator =()
|
H A D | profile_verify.cpp | 12 * 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 D | ExtensionAbilityInfo.java | 12 * 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 D | ModuleAbilityInfo.java | 12 * 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 D | AbilityInfo.java | 12 * 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 D | ModuleAdaption.java | 12 * 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 D | JsonUtil.java | 12 * 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 D | send_to_device.bat | 11 @rem See the License for the specific language governing permissions and
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/ |
H A D | send_to_device.bat | 11 @rem See the License for the specific language governing permissions and
|
H A D | send_dwarf_to_device.bat | 11 @rem See the License for the specific language governing permissions and
|
/developtools/hapsigner/hapsigntool_cpp/profile/include/ |
H A D | profile_info.h | 12 * See the License for the specific language governing permissions and 82 PermissionsSt permissions; member
|
/developtools/hiperf/test/unittest/resource/ |
H A D | send_to_device.bat | 11 @rem See the License for the specific language governing permissions and
|
H A D | send_report_to_device.bat | 11 @rem See the License for the specific language governing permissions and
|
H A D | send_dwarf_to_device.bat | 11 @rem See the License for the specific language governing permissions and
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 3917 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...] |