/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_rsp_utils.c | 68 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 D | ts_rsp_utils.c | 68 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 D | set_update_policy_plugin.h | 28 ErrCode OnSetPolicy(UpdatePolicy &policy);
|
H A D | password_policy_plugin.h | 28 ErrCode OnSetPolicy(PasswordPolicy &policy);
|
/base/security/dlp_permission_service/frameworks/dlp_permission/include/ |
H A D | i_dlp_permission_callback.h | 31 virtual void OnParseDlpCertificate(int32_t result, const PermissionPolicy& policy,
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/include/ |
H A D | dlp_permission_callback.h | 35 virtual void OnParseDlpCertificate(int32_t result, const PermissionPolicy& policy,
|
/drivers/hdf_core/framework/core/host/include/ |
H A D | hdf_service_observer.h | 25 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 D | metadata.py | 5 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 D | update_service.cpp | 214 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 D | tomoyo_new_test.c | 384 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 D | events.py | 1 """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 D | pcm_ladspa.c | 102 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 D | location_manager_addon.h | 41 static bool IntToLocationPolicy(napi_env env, LocationPolicy ¶m, int32_t policy);
|
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | notify_update_packages_plugin.cpp | 36 ErrCode NotifyUpdatePackagesPlugin::OnSetPolicy(UpgradePackageInfo &policy) in OnSetPolicy() argument
|
H A D | set_update_policy_plugin.cpp | 35 ErrCode SetUpdatePolicyPlugin::OnSetPolicy(UpdatePolicy &policy) in OnSetPolicy() argument
|
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/ |
H A D | dlp_permission_async_proxy.h | 36 void OnParseDlpCertificate(int32_t result, const PermissionPolicy& policy,
|
/drivers/hdf_core/framework/core/adapter/syscall/include/ |
H A D | hdf_syscall_adapter.h | 39 int policy; member
|
/drivers/hdf_core/interfaces/inner_api/host/shared/ |
H A D | hdf_device_info.h | 34 uint16_t policy; member
|
H A D | hdf_device_object.h | 21 int HdfDeviceObjectPublishService(struct HdfDeviceObject *dev, const char *servName, uint8_t policy, uint32_t perm);
|
/drivers/hdf_core/interfaces/inner_api/osal/shared/ |
H A D | osal_thread.h | 66 int policy; /**< Thread scheduling policy */ member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
H A D | 25-3.c | 27 int policy, result; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
H A D | 19-3.c | 28 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 D | module.h | 38 sepol_policydb_t *policy; member
|
/third_party/libwebsockets/lib/system/metrics/ |
H A D | metrics.c | 180 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 D | test_subprocess.py | 713 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)
|