Home
last modified time | relevance | path

Searched refs:CfgItem (Results 1 - 1 of 1) sorted by relevance

/build/ohos/packages/
H A Dprocess_field_validate.py36 class CfgItem: class
38 CfgItem is the value of HASH, representing the interesetd field of a service read from a cfg file
77 if CfgItem._is_need_verified_uid(uid):
86 if CfgItem._is_need_verified_gid(gid) and gid not in self.gid:
91 if CfgItem._is_need_verified_critical(critical):
100 if ("uid" in i) and CfgItem._is_need_verified_uid(i["uid"]):
215 # no CfgItem in HASH meet the item in process list
254 For each item in the list, find out whether there is a CfgItem needs validation in HASH
275 cfg_item = CfgItem(filename)

Completed in 1 milliseconds