HomeSort by relevance Sort by last modified time
    Searched full:property_type (Results 1 - 25 of 72) sorted by null

1 2 3

  /device/google/marlin/sepolicy/
property.te 1 type camera_prop, property_type;
2 type sensors_prop, property_type;
3 type wc_prop, property_type;
4 type hw_sku_prop, property_type;
5 type mid_prop, property_type;
6 type vendor_ssr_prop, property_type;
7 type cnss_diag_prop, property_type;
8 type thermal_prop, property_type;
9 type vendor_ramdump_prop, property_type;
10 type sys_time_prop, property_type;
    [all...]
  /build/make/target/board/generic/sepolicy/
property.te 1 type qemu_prop, property_type;
2 type qemu_cmdline, property_type;
3 type radio_noril_prop, property_type;
4 type net_eth0_prop, property_type;
5 type net_share_prop, property_type;
  /device/google/wahoo/sepolicy/vendor/
property.te 1 type camera_prop, property_type;
2 type cnd_prop, property_type;
3 type ims_prop, property_type;
4 type keymaster_prop, property_type;
5 type net_rmnet_prop, property_type;
6 type vendor_ramdump_prop, property_type;
7 type post_boot_prop, property_type;
8 type public_vendor_default_prop, property_type;
9 type public_vendor_system_prop, property_type;
10 type vendor_ssr_prop, property_type;
    [all...]
  /device/google/muskie/sepolicy/
property.te 1 type radio_usb_prop, property_type;
  /device/google/wahoo/sepolicy/private/
property.te 1 type ramoops_prop, property_type;
  /device/linaro/hikey/sepolicy/
property.te 1 type sensors_prop, property_type;
  /system/sepolicy/prebuilts/api/26.0/public/
property.te 1 type asan_reboot_prop, property_type;
2 type audio_prop, property_type, core_property_type;
3 type boottime_prop, property_type;
4 type bluetooth_prop, property_type;
5 type config_prop, property_type, core_property_type;
6 type cppreopt_prop, property_type, core_property_type;
7 type ctl_bootanim_prop, property_type;
8 type ctl_bugreport_prop, property_type;
9 type ctl_console_prop, property_type;
10 type ctl_default_prop, property_type;
    [all...]
su.te 41 dontaudit su property_type:property_service *;
42 dontaudit su property_type:file *;
ueventd.te 50 neverallow ueventd property_type:property_service set;
  /system/sepolicy/prebuilts/api/27.0/public/
property.te 1 type audio_prop, property_type, core_property_type;
2 type boottime_prop, property_type;
3 type bluetooth_prop, property_type;
4 type config_prop, property_type, core_property_type;
5 type cppreopt_prop, property_type, core_property_type;
6 type ctl_bootanim_prop, property_type;
7 type ctl_bugreport_prop, property_type;
8 type ctl_console_prop, property_type;
9 type ctl_default_prop, property_type;
10 type ctl_dumpstate_prop, property_type;
    [all...]
su.te 41 dontaudit su property_type:property_service *;
42 dontaudit su property_type:file *;
ueventd.te 48 neverallow ueventd property_type:property_service set;
  /system/sepolicy/prebuilts/api/28.0/public/
property.te 1 type audio_prop, property_type, core_property_type;
2 type boottime_prop, property_type;
3 type bluetooth_a2dp_offload_prop, property_type;
4 type bluetooth_prop, property_type;
5 type bootloader_boot_reason_prop, property_type;
6 type config_prop, property_type, core_property_type;
7 type cppreopt_prop, property_type, core_property_type;
8 type ctl_bootanim_prop, property_type;
9 type ctl_bugreport_prop, property_type;
10 type ctl_console_prop, property_type;
    [all...]
su.te 41 dontaudit su property_type:property_service *;
42 dontaudit su property_type:file *;
ueventd.te 51 neverallow ueventd property_type:property_service set;
  /system/sepolicy/public/
property.te 1 type audio_prop, property_type, core_property_type;
2 type boottime_prop, property_type;
3 type bluetooth_a2dp_offload_prop, property_type;
4 type bluetooth_prop, property_type;
5 type bootloader_boot_reason_prop, property_type;
6 type config_prop, property_type, core_property_type;
7 type cppreopt_prop, property_type, core_property_type;
8 type ctl_bootanim_prop, property_type;
9 type ctl_bugreport_prop, property_type;
10 type ctl_console_prop, property_type;
    [all...]
su.te 41 dontaudit su property_type:property_service *;
42 dontaudit su property_type:file *;
ueventd.te 51 neverallow ueventd property_type:property_service set;
  /device/google/cuttlefish/shared/sepolicy/
vport_trigger.te 4 type sys_cf_ser_prop, property_type;
  /system/core/init/
property_type_test.cpp 17 #include "property_type.h"
24 TEST(property_type, CheckType_string) {
34 TEST(property_type, CheckType_int) {
45 TEST(property_type, CheckType_uint) {
55 TEST(property_type, CheckType_double) {
66 TEST(property_type, CheckType_size) {
82 TEST(property_type, CheckType_enum) {
property_type.cpp 17 #include "property_type.h"
  /system/core/property_service/property_info_checker/
property_info_checker.cpp 79 reinterpret_cast<type_datum*>(hashtab_search(policy_db_->p_types.table, "property_type"));
81 std::cerr << "'property_type' is not defined correctly." << std::endl;
120 std::cerr << "Context '" << context << "' does not have property_type attribute" << std::endl;
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_field.cc 245 // If "property_type" wasn't set, make it "storage_type".
246 if ((variables_.find("property_type") == variables_.end()) &&
248 variables_["property_type"] = variable("storage_type");
270 "@property(nonatomic, readwrite) $property_type$ $name$$deprecated_attribute$;\n"
334 "@property(nonatomic, readwrite, $property_storage_attribute$, null_resettable) $property_type$ *$name$$storage_attribute$$deprecated_attribute$;\n");
345 "- ($property_type$ *)$name$ GPB_METHOD_FAMILY_NONE$deprecated_attribute$;\n");
  /system/sepolicy/prebuilts/api/26.0/private/
webview_zygote.te 73 neverallow webview_zygote property_type:property_service set;
  /system/sepolicy/prebuilts/api/27.0/private/
webview_zygote.te 77 neverallow webview_zygote property_type:property_service set;

Completed in 611 milliseconds

1 2 3