Searched refs:IsLabelValid (Results 1 – 3 of 3) sorted by relevance
43 static bool IsLabelValid(const std::string& label);
27 bool DataValidator::IsLabelValid(const std::string& label) in IsLabelValid() function in OHOS::Security::AccessToken::DataValidator
48 if (!DataValidator::IsLabelValid(permDef.label)) { in IsPermissionDefValid()