Home
last modified time | relevance | path

Searched refs:PublishModuleInterface (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/build/hb/resolver/
H A Dpublish_args_resolver.py25 from modules.interface.publish_module_interface import PublishModuleInterface
37 def resolve_part(target_arg: Arg, publish_module: PublishModuleInterface): argument
/ohos5.0/build/hb/modules/
H A Dohos_publish_module.py20 from modules.interface.publish_module_interface import PublishModuleInterface
28 class OHOSPublishModule(PublishModuleInterface):
/ohos5.0/build/hb/modules/interface/
H A Dpublish_module_interface.py25 class PublishModuleInterface(ModuleInterface): class
/ohos5.0/build/hb/
H A Dmain.py65 from modules.interface.publish_module_interface import PublishModuleInterface
221 def _init_publish_module(self) -> PublishModuleInterface: