Home
last modified time | relevance | path

Searched refs:g_regPoliciesSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/permission_lite/services/ipc_auth/include/
H A Dpolicy_registry.h64 static int g_regPoliciesSize = sizeof(g_registryPolicies) / sizeof(PolicySetting); variable
/ohos5.0/base/security/permission_lite/services/ipc_auth/src/
H A Dipc_auth_impl.c189 res = SetPresetPolicies(g_registryPolicies, g_regPoliciesSize, params, policies, policyNum); in GetCommunicationStrategy()
284 … if (CheckSvcPolicies(g_registryPolicies, g_regPoliciesSize, &params) == AUTH_ERRORCODE_SUCCESS) { in IsCommunicationAllowed()