Home
last modified time | relevance | path

Searched defs:policyLen (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/mock/
H A Ddlp_credential_service.c401 int32_t DLP_AddPolicy(PolicyType type, const uint8_t *policy, uint32_t policyLen) in DLP_AddPolicy()
406 int32_t DLP_GetPolicy(PolicyType type, uint8_t *policy, uint32_t *policyLen) in DLP_GetPolicy()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_credential.cpp663 int32_t ParseUint8TypedArrayToStringVector(uint8_t *policy, const uint32_t *policyLen, in ParseUint8TypedArrayToStringVector()
731 int32_t policyLen = ParseStringVectorToUint8TypedArray(presetAppIdList, policy, policySize); in SetMDMPolicy() local
746 uint32_t policyLen = MAX_APPID_LIST_NUM * MAX_APPID_LENGTH; in GetMDMPolicy() local