Home
last modified time | relevance | path

Searched defs:bundle_name (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/test/autotest/aw/
Dapplication.py27 def stop(cls, bundle_name): argument
35 def uninstall(cls, bundle_name): argument
51 def start(cls, bundle_name, start_mode=None): argument
60 def get_pid(cls, bundle_name): argument
71 def launch_application(cls, bundle_name, hap_path, start_mode=None): argument
Dfport.py26 def fport_connect_server(cls, port, pid, bundle_name): argument
/arkcompiler/runtime_core/abc2program/
Dabc2program_compiler.h38 void SetBundleName(std::string bundle_name) in SetBundleName()
/arkcompiler/runtime_core/abc2program/common/
Dabc2program_entity_container.h35 uint32_t class_id, std::string bundle_name) in Abc2ProgramEntityContainer()