Home
last modified time | relevance | path

Searched defs:board (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_driver_config_file.py23 def __init__(self, root, board, module, driver, kernel, only_path=False): argument
H A Dhdf_device_info_hcs.py22 def __init__(self, root, vendor, module, board, driver, path): argument
H A Dhdf_defconfig_patch.py20 board, data_model, new_demo_config): argument
H A Dhdf_model_enable_operation.py23 def __init__(self, root, vendor, board, model): argument
H A Dhdf_linux_scann.py23 def __init__(self, root, vendor, board): argument
H A Dhdf_liteos_scann.py24 def __init__(self, root, vendor, board): argument
/ohos5.0/build/hb/resources/config/
H A Dconfig.json3 "board": null, null
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtab_content_model_impl.h34 void SetBoard(const BoardStyle& board) override {} in SetBoard()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_sub_tab_bar_style_test_ng.cpp417 auto board = tabContentPattern->GetBoardStyle(); variable
451 auto board = tabContentPattern->GetBoardStyle(); variable
495 auto board = tabContentPattern->GetBoardStyle(); variable
529 auto board = tabContentPattern->GetBoardStyle(); variable
H A Dtabs_attr_test_ng.cpp469 auto board = tabContentPattern->GetBoardStyle(); variable
487 auto board = tabContentPattern->GetBoardStyle(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_node.cpp115 auto board = JsonUtil::Create(true); in ToJsonValue() local
H A Dtab_content_model_ng.cpp514 void TabContentModelNG::SetBoard(const BoardStyle& board) in SetBoard()
/ohos5.0/build/hb/resources/
H A Dconfig.py145 def board(self): member in Config
151 def board(self, value: str): member in Config
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/
H A Dhdf_add_driver.py487 def get_model_template_list(self, module, board): argument
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_add_handler.py235 self, board, root, replace_data, hid_service_folder, argument
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_utils.py255 def get_dot_configs_path(root, vendor, board): argument
354 def get_hcs_file_path(root, vendor, board): argument
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_config.h102 struct HdfConfigWifiBoard board; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp221 BoardStyle board; in SetBoard() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1772 board(arg) { method in SubTabBarStyle