Home
last modified time | relevance | path

Searched refs:policy (Results 376 - 400 of 754) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_utils.c68 int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy) in TS_TST_INFO_set_policy_id() argument
72 if (a->policy_id == policy) in TS_TST_INFO_set_policy_id()
74 new_policy = OBJ_dup(policy); in TS_TST_INFO_set_policy_id()
/third_party/openssl/crypto/ts/
H A Dts_rsp_utils.c68 int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy) in TS_TST_INFO_set_policy_id() argument
72 if (a->policy_id == policy) in TS_TST_INFO_set_policy_id()
74 new_policy = OBJ_dup(policy); in TS_TST_INFO_set_policy_id()
/base/customization/enterprise_device_management/services/edm_plugin/include/
H A Dset_update_policy_plugin.h28 ErrCode OnSetPolicy(UpdatePolicy &policy);
H A Dpassword_policy_plugin.h28 ErrCode OnSetPolicy(PasswordPolicy &policy);
/base/security/dlp_permission_service/frameworks/dlp_permission/include/
H A Di_dlp_permission_callback.h31 virtual void OnParseDlpCertificate(int32_t result, const PermissionPolicy& policy,
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/include/
H A Ddlp_permission_callback.h35 virtual void OnParseDlpCertificate(int32_t result, const PermissionPolicy& policy,
/drivers/hdf_core/framework/core/host/include/
H A Dhdf_service_observer.h25 const char *svcName, devid_t deviceId, uint16_t policy, struct HdfObject *service);
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dmetadata.py5 import email.policy namespace
315 parsed = email.parser.Parser(policy=email.policy.compat32).parsestr(data)
317 parsed = email.parser.BytesParser(policy=email.policy.compat32).parsebytes(data)
/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp214 int32_t UpdateService::SetUpgradePolicy(const UpgradeInfo &info, const UpgradePolicy &policy, in SetUpgradePolicy() argument
222 return onlineUpdater->SetUpgradePolicy(info, policy, businessError); in SetUpgradePolicy()
225 int32_t UpdateService::GetUpgradePolicy(const UpgradeInfo &info, UpgradePolicy &policy, BusinessError &businessError) in GetUpgradePolicy() argument
232 return onlineUpdater->GetUpgradePolicy(info, policy, businessError); in GetUpgradePolicy()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_new_test.c384 const char *policy; member
625 write_domain_policy(tests[i].policy, 0); in main()
628 show_result(tests[i].policy, !should_fail); in main()
633 write_domain_policy(tests[i].policy, 1); in main()
/third_party/python/Lib/asyncio/
H A Devents.py1 """Event loop and event loop policy."""
611 """Abstract policy for accessing the event loop."""
618 current context and the current policy does not specify to create one.
629 policy's rules. If there's need to set this loop as the event loop for
645 """Default policy implementation for accessing the event loop.
647 In this policy, each thread has its own event loop. However, we
698 # Event loop policy. The policy itself is always global, even if the
699 # policy's rules say that there is an event loop per thread (or other
700 # notion of context). The default policy i
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_ladspa.c102 snd_pcm_ladspa_policy_t policy; member
413 assert(plugin->policy == SND_PCM_LADSPA_POLICY_NONE); in snd_pcm_ladspa_connect_plugin1()
466 assert(plugin->policy == SND_PCM_LADSPA_POLICY_DUPLICATE); in snd_pcm_ladspa_connect_plugin_duplicate1()
629 if (plugin->policy == SND_PCM_LADSPA_POLICY_DUPLICATE) { in snd_pcm_ladspa_allocate_instances()
633 plugin->policy = SND_PCM_LADSPA_POLICY_NONE; in snd_pcm_ladspa_allocate_instances()
648 if (plugin->policy == SND_PCM_LADSPA_POLICY_DUPLICATE) { in snd_pcm_ladspa_allocate_instances()
1027 snd_output_printf(out, " Policy: %s\n", plugin->policy == SND_PCM_LADSPA_POLICY_NONE ? "none" : "duplicate"); in snd_pcm_ladspa_plugins_dump()
1321 if (lplug->policy == SND_PCM_LADSPA_POLICY_DUPLICATE && channel > 0) { in snd_pcm_ladspa_parse_bindings()
1322 SNDERR("Wrong channel specification for duplicate policy"); in snd_pcm_ladspa_parse_bindings()
1436 snd_pcm_ladspa_policy_t policy in snd_pcm_ladspa_add_plugin() local
[all...]
/base/customization/enterprise_device_management/interfaces/kits/location_manager/include/
H A Dlocation_manager_addon.h41 static bool IntToLocationPolicy(napi_env env, LocationPolicy &param, int32_t policy);
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dnotify_update_packages_plugin.cpp36 ErrCode NotifyUpdatePackagesPlugin::OnSetPolicy(UpgradePackageInfo &policy) in OnSetPolicy() argument
H A Dset_update_policy_plugin.cpp35 ErrCode SetUpdatePolicyPlugin::OnSetPolicy(UpdatePolicy &policy) in OnSetPolicy() argument
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_permission_async_proxy.h36 void OnParseDlpCertificate(int32_t result, const PermissionPolicy& policy,
/drivers/hdf_core/framework/core/adapter/syscall/include/
H A Dhdf_syscall_adapter.h39 int policy; member
/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_info.h34 uint16_t policy; member
H A Dhdf_device_object.h21 int HdfDeviceObjectPublishService(struct HdfDeviceObject *dev, const char *servName, uint8_t policy, uint32_t perm);
/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_thread.h66 int policy; /**< Thread scheduling policy */ member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D25-3.c27 int policy, result; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D19-3.c28 int policy, result; in main() local
55 ("This process does not have the permission to set its own scheduling policy.\nTry to launch this test as root.\n"); in main()
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dmodule.h38 sepol_policydb_t *policy; member
/third_party/libwebsockets/lib/system/metrics/
H A Dmetrics.c180 dmp->policy->name, in lws_metrics_periodic_cb()
184 if (dmp->policy->us_schedule) in lws_metrics_periodic_cb()
187 (lws_usec_t)dmp->policy->us_schedule); in lws_metrics_periodic_cb()
191 * Policies are in two pieces, a const policy and a dynamic part that contains
192 * lists and sul timers for the policy etc. This creates a dynmic part
195 * Metrics can exist detached from being bound to any policy about how to
197 * bound to a reporting policy dynamically.
210 dmet->policy = po; in lws_metrics_policy_dyn_create()
222 * Get a dynamic metrics policy from the const one, may return NULL if OOM
233 if (dm->policy in lws_metrics_policy_get_dyn()
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py713 policy = asyncio.get_event_loop_policy()
714 self.loop = policy.new_event_loop()
719 policy.set_child_watcher(watcher)
723 policy = asyncio.get_event_loop_policy()
724 watcher = policy.get_child_watcher()
725 policy.set_child_watcher(None)

Completed in 16 milliseconds

1...<<11121314151617181920>>...31