Searched refs:field (Results 1 – 7 of 7) sorted by relevance
39 for field in data['services']:40 services_name.add(field['name'])41 … if "path" in field and len(field['path']) == 2 and field['path'][0] == "/system/bin/sa_main":42 if field['path'][1].endswith('.xml'):43 … raise ValidateError('cfg error,please use json file replace xml process name: ' + field['name'])
272 def handle_services(filename: str, field: str):276 key = field['name']277 if "uid" in field:278 cfg_item.set_uid(field["uid"])279 if "gid" in field:280 if isinstance(field["gid"], str):281 cfg_item.append_gid(field["gid"])283 for item in field["gid"]:285 if "socket" in field:286 cfg_item.handle_socket(field["socket"])[all …]
25 field: (), field
44 …ite|founation/arkui/ace_engine_lite/bundle.json|规则2.1 部件描述文件中字段须准确|component:name|no such field.|
139 …Default:True. Help:Select whether to load the test field in bundle.json, that is, whether to call …
887 "-Wno-missing-field-initializers", # "struct foo f = {0};"