Home
last modified time | relevance | path

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

12

/external/libchrome/components/policy/core/common/
Dpolicy_pref_names.h13 POLICY_EXPORT extern const char kLastPolicyStatisticsUpdate[];
14 POLICY_EXPORT extern const char kUrlBlacklist[];
15 POLICY_EXPORT extern const char kUrlWhitelist[];
16 POLICY_EXPORT extern const char kUserPolicyRefreshRate[];
17 POLICY_EXPORT extern const char kMachineLevelUserCloudPolicyEnrollmentToken[];
Dschema_internal.h19 struct POLICY_EXPORT SchemaNode {
41 struct POLICY_EXPORT PropertyNode {
51 struct POLICY_EXPORT PropertiesNode {
96 union POLICY_EXPORT RestrictionNode {
128 struct POLICY_EXPORT SchemaData {
Dschema.h18 struct POLICY_EXPORT SchemaData;
19 struct POLICY_EXPORT SchemaNode;
20 struct POLICY_EXPORT PropertyNode;
21 struct POLICY_EXPORT PropertiesNode;
63 class POLICY_EXPORT Schema {
121 class POLICY_EXPORT Iterator {
Dpolicy_switches.h15 POLICY_EXPORT extern const char kDeviceManagementUrl[];
16 POLICY_EXPORT extern const char kDisableComponentCloudPolicy[];
17 POLICY_EXPORT extern const char kUserAlwaysAffiliated[];
Dschema_registry.h28 class POLICY_EXPORT SchemaRegistry {
30 class POLICY_EXPORT Observer {
47 class POLICY_EXPORT InternalObserver {
107 class POLICY_EXPORT CombinedSchemaRegistry
138 class POLICY_EXPORT ForwardingSchemaRegistry
Dpreg_parser.h31 POLICY_EXPORT extern const char kPRegFileHeader[8];
37 POLICY_EXPORT bool ReadFile(const base::FilePath& file_path,
46 POLICY_EXPORT bool ReadDataInternal(const uint8_t* preg_data,
Dpolicy_service.h26 class POLICY_EXPORT PolicyService {
28 class POLICY_EXPORT Observer {
79 class POLICY_EXPORT PolicyChangeRegistrar : public PolicyService::Observer {
Dregistry_dict.h31 std::unique_ptr<base::Value> POLICY_EXPORT
35 struct POLICY_EXPORT CaseInsensitiveStringCompare {
42 class POLICY_EXPORT RegistryDict {
Dpolicy_load_status.h44 class POLICY_EXPORT PolicyLoadStatusSampler {
64 class POLICY_EXPORT PolicyLoadStatusUmaReporter
Dconfiguration_policy_provider.h23 class POLICY_EXPORT ConfigurationPolicyProvider
26 class POLICY_EXPORT Observer {
Dpolicy_map.h25 class POLICY_EXPORT PolicyMap {
29 struct POLICY_EXPORT Entry {
Dplist_writer.h21 POLICY_EXPORT bool PlistWrite(const base::Value& node, std::string* plist);
Dexternal_data_manager.h20 class POLICY_EXPORT ExternalDataManager {
Dpolicy_details.h19 struct POLICY_EXPORT PolicyDetails {
Dproxy_policy_provider.h39 class POLICY_EXPORT ProxyPolicyProvider
Dexternal_data_fetcher.h21 class POLICY_EXPORT ExternalDataFetcher {
Dpolicy_service_stub.h17 class POLICY_EXPORT PolicyServiceStub : public PolicyService {
Dschema_registry_tracking_policy_provider.h42 class POLICY_EXPORT SchemaRegistryTrackingPolicyProvider
Dpolicy_namespace.h40 struct POLICY_EXPORT PolicyNamespace {
Dpolicy_statistics_collector.h28 class POLICY_EXPORT PolicyStatisticsCollector {
Dschema_map.h28 class POLICY_EXPORT SchemaMap : public base::RefCountedThreadSafe<SchemaMap> {
Dpolicy_bundle.h20 class POLICY_EXPORT PolicyBundle {
Dpolicy_scheduler.h27 class POLICY_EXPORT PolicyScheduler {
Dasync_policy_provider.h31 class POLICY_EXPORT AsyncPolicyProvider : public ConfigurationPolicyProvider {
/external/libchrome/components/policy/
Dpolicy_export.h13 #define POLICY_EXPORT __declspec(dllexport) macro
15 #define POLICY_EXPORT __declspec(dllimport) macro
21 #define POLICY_EXPORT __attribute__((visibility("default"))) macro
23 #define POLICY_EXPORT macro
30 #define POLICY_EXPORT macro

12