Home
last modified time | relevance | path

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

/foundation/ability/idl_tool/idl_tool_2/
H A Dbuild_hdi_files_info.py286 class IdlType(object): class
297 self.idl_type = IdlType.TYPES
343 cur_idl_detail.idl_type = IdlType.CALLBACK
454 if cur_idl_detail.idl_type != IdlType.CALLBACK:
455 cur_idl_detail.idl_type = IdlType.INTERFACE
466 if self.imported_by_other_idl(idl_detail, other_detail) and idl_detail.idl_type == IdlType.INTERFACE:
467 idl_detail.idl_type = IdlType.CALL_INTERFACE
605 if idl_detail.idl_type == IdlType.TYPES:
616 if idl_detail.idl_type == IdlType.INTERFACE:
673 if idl_detail.idl_type == IdlType
[all...]

Completed in 1 milliseconds