Home
last modified time | relevance | path

Searched defs:app_name (Results 1 – 9 of 9) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
Dbuild_nv.py276 def hi_nv_set_cfg(root_dir, product_lib_out, xml_hfile_dir, product_name, app_name, hnv_dir, flash_… argument
591 def hi_nv_mk_app_subtemp_dir(product_lib_out, app_name): argument
602 def hi_app_subver_list_filter(app_name, subver_list): argument
621 def HI_NV_MakeMain(root_dir, product_lib_out, xml_hfile_dir, product_name, app_name, app_subver_lis… argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
Dbuild_nv.py276 def hi_nv_set_cfg(root_dir, product_lib_out, xml_hfile_dir, product_name, app_name, hnv_dir, flash_… argument
591 def hi_nv_mk_app_subtemp_dir(product_lib_out, app_name): argument
602 def hi_app_subver_list_filter(app_name, subver_list): argument
621 def HI_NV_MakeMain(root_dir, product_lib_out, xml_hfile_dir, product_name, app_name, app_subver_lis… argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
Dpkt_builder.py32 …def __init__(self, app_name="Hi3861_demo", sign_alg=0x3F, kernel_file_ver=0, flashboot_file_ver=0,… argument
99 def set_app_name(self, app_name): argument
262 app_name = sys.argv[2] variable
420 app_name = chip_product + '_demo' variable
422 app_name = app_name.strip('"') variable
Dscons_app.py48 def __init__(self, app_name, factory_mode): argument
Dscons_env_cfg.py297 def app_param_update(self, app_name): argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
Dscons_env_cfg.py297 def app_param_update(self, app_name): argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/
DSConstruct43 app_name = ARGUMENTS.get('app', 'demo') variable
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/
DSConstruct43 app_name = ARGUMENTS.get('app', 'demo') variable
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c210 char app_name[LEN_UUID_128 + 1]; in bta_hh_le_enable() local