Searched defs:policy_type (Results 1 - 9 of 9) sorted by relevance

/external/libsepol/tests/
H A Dhelpers.c35 int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name) argument
54 p->policy_type = policy_type;
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_provider.h38 ConfigurationPolicyType policy_type; member in struct:policy::ConfigurationPolicyProvider::PolicyDefinitionList::Entry
H A Ddevice_token_fetcher.cc66 em::DeviceRegisterRequest_Type policy_type,
72 policy_type_ = policy_type;
63 FetchToken( const std::string& auth_token, const std::string& device_id, em::DeviceRegisterRequest_Type policy_type, const std::string& machine_id, const std::string& machine_model) argument
H A Dcloud_policy_controller.cc236 em::DeviceRegisterRequest_Type policy_type = local
240 token_fetcher_->FetchToken(auth_token, device_id, policy_type,
H A Dcloud_policy_controller_unittest.cc130 const std::string& policy_type,
143 Return(policy_type));
125 SetupIdentityStrategy( const std::string& device_token, const std::string& device_id, const std::string& machine_id, const std::string& machine_model, const std::string& policy_type, const em::DeviceRegisterRequest_Type& policy_register_type, const std::string& user_name, const std::string& auth_token) argument
H A Dconfiguration_policy_pref_store.cc62 ConfigurationPolicyType policy_type; member in struct:policy::ConfigurationPolicyPrefKeeper::PolicyToPreferenceMapEntry
358 if (map[current].policy_type == policy) {
/external/checkpolicy/
H A Dcheckmodule.c47 unsigned int policy_type = POLICY_BASE; variable
124 p->policy_type = policy_type;
207 policy_type = POLICY_MOD;
224 if (handle_unknown && (policy_type != POLICY_BASE)) {
253 modpolicydb.policy_type = policy_type;
266 if (modpolicydb.policy_type == POLICY_BASE) {
/external/libsepol/src/
H A Dpolicydb.c626 (p->policy_type ==
737 if (p->policy_type != POLICY_KERN && p->policy_type != POLICY_MOD) {
1791 if ((p->policy_type == POLICY_KERN
1793 || (p->policy_type == POLICY_BASE
1977 if (p->policy_type != POLICY_KERN &&
2054 if ((p->policy_type == POLICY_KERN
2056 || (p->policy_type == POLICY_BASE
2114 if (p->policy_type == POLICY_KERN) {
2122 if (p->policy_type !
3512 unsigned int policy_type, bufindex; local
[all...]
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h450 uint32_t policy_type; member in struct:policydb
700 (((p)->policy_type == POLICY_KERN \
702 ((p)->policy_type != POLICY_KERN \

Completed in 238 milliseconds