Home
last modified time | relevance | path

Searched defs:self (Results 51 – 75 of 1205) sorted by relevance

12345678910>>...49

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_add_handler.py26 def __init__(self, args): argument
50 def _hdi_config_operation(self, opt_type, config_path): argument
84 def get_template_file_folder(self, temp_folder_name): argument
97 def _check_arg(self, temp_type): argument
136 def _add_interface_handler(self): argument
188 def _add_peripheral_handler(self): argument
322 def config_selinux(self, root_path, replace_data): argument
389 def create_unittest(self): argument
490 def _write_file(self, dst_path, file_info): argument
493 def count_hdf_host_pid(self, temp_lines): argument
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_manager_config_file.py21 def __init__(self, file_path): argument
29 def _read_contents(self): argument
35 def check_and_create(self): argument
45 def _find_range(self, pattern): argument
81 def _create_device(self, module, driver): argument
93 def _get_host_range(self): argument
102 def add_device(self, module, driver): argument
115 def delete_device(self, module, driver): argument
122 def _create_host(self, module): argument
133 def add_host(self, module): argument
[all …]
H A Dhdf_hcs_file.py18 def __init__(self, file_path): argument
29 def _save(self): argument
33 def _find_line(self, pattern): argument
39 def _find_last_include(self): argument
50 def _create_makefile(self): argument
55 def check_and_create(self): argument
64 def add_driver(self, module, driver): argument
75 def delete_driver(self, module, driver): argument
H A Dhdf_set_handler.py29 def __call__(self, parser, namespace, values, option_string=None): argument
34 def __init__(self, args): argument
57 def _set_current_vendor_handler(self): argument
63 def _set_current_board_handler(self): argument
66 def _set_vendor_new_name_handler(self): argument
90 def _set_drivers_state_handler(self): argument
127 def _enable_operation(self): argument
137 def _disable_operation(self): argument
H A Dhdf_delete_handler.py34 def __init__(self, args): argument
79 def linux_liteos_common(self, file_name, file_path, argument
119 def sensor_device_rely(self, module, kernel, device): argument
157 def _delete_vendor_handler(self): argument
170 def _delete_module(self, root, model, model_info): argument
187 def _delete_model_info(self): argument
199 def _delete_module_handler(self): argument
214 def _delete_driver(self, module, driver): argument
224 def _delete_driver_handler(self): argument
313 def _delete_module_driver_handler(self): argument
[all …]
H A Dhdf_command_handler_base.py20 def __init__(self): argument
27 def run(self): argument
37 def _get_action_type(self): argument
45 def check_arg_raise_if_not_exist(self, arg): argument
57 def _get_arg(self, arg): argument
66 def get_args(self): argument
83 def board_args_format_operation(self, arg): argument
H A Dhdf_liteos_scann.py24 def __init__(self, root, vendor, board): argument
62 def scan_build(self): argument
84 def _get_model_file_dict(self, liteos_model): argument
97 def model_able_scan(self, model_path_dict): argument
121 def get_need_result_only(self, model_path_dict, name, argument
157 def build_line_analyze(self, temp_str, replace_path): argument
228 def get_need_result(self, model_path_dict): argument
278 def get_index(self, model_config_lines): argument
323 def eval_source_str_path(self, temp_list): argument
397 def driver_source_filter(self, temp_key_model): argument
[all …]
H A Dhdf_module_kconfig_file.py20 def __init__(self, root, module, k_path): argument
41 def _add_model(self, name_, config_item_, depends_on_item_, enabled_): argument
51 def _is_any_top_res_match(self, line): argument
57 def _block_top_match(self, current_index, parent_item): argument
67 def _parse_config(self, match_obj, start, parent_item): argument
94 def _parse_choice(self, _match_obj, start, _parent_item): argument
116 def get_models(self): argument
131 def _get_driver_kconfig_item(self, driver): argument
151 def _get_begin_end_flag(self, driver): argument
157 def add_driver(self, driver): argument
[all …]
H A Dhdf_device_info_hcs.py22 def __init__(self, root, vendor, module, board, driver, path): argument
55 def _save(self): argument
63 def delete_driver(self, module, temp_flag="host"): argument
87 def add_model_hcs_file_config(self): argument
92 def add_model_hcs_file_config_user(self): argument
97 def add_model_hcs_config_common(self, template_file_path): argument
115 def add_hcs_config_to_exists_model(self, device): argument
143 def _get_model_index(self, old_lines): argument
162 def judge_driver_hcs_exists(self, date_lines): argument
170 def judge_module_branch_exists(self, date_lines): argument
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Ddump_result.py29 def __init__(self, input_str): argument
38 def parse_event_trees(self, input_str): argument
65 def update_tree_info(self): argument
69 def get_tree_count(self): argument
72 def check_parse_result(self): argument
78 def to_string(self): argument
86 def dump(self): argument
/ohos5.0/build/hb/services/
H A Dgn.py48 def __init__(self): argument
53 def run(self): argument
82 def _regist_gn_path(self): argument
97 def _execute_gn_gen_cmd(self, **kwargs): argument
136 def _execute_gn_path_cmd(self, **kwargs): argument
161 def _execute_gn_desc_cmd(self, **kwargs): argument
186 def _execute_gn_ls_cmd(self, **kwargs): argument
206 def _execute_gn_refs_cmd(self, **kwargs): argument
248 def _execute_gn_clean_cmd(self, **kwargs): argument
262 def _convert_args(self) -> list: argument
[all …]
H A Dhdc.py44 def __init__(self): argument
49 def run(self): argument
53 def execute_hdc_cmd(self, cmd_type: int, **kwargs): argument
63 def _regist_hdc_path(self): argument
72 def _regist_hpm_cache(self): argument
82 def get_send_file(self, part_name): argument
99 def _execute_hdc_push_cmd(self, **kwargs): argument
125 def _execute_hdc_list_targets_cmd(self, **kwargs): argument
/ohos5.0/build/tools/component_tools/static_check/gn_check/
H A Dcheck_gn_online.py33 def __init__(self, gn_data: dict) -> None: argument
38 def merge_line(self) -> dict: argument
68 def check_have_product_name(self, key: str, line: list) -> None: argument
85 def check_abs_path(self, key: str, line: list) -> None: argument
106 def iter_modified_line(self, key, modified_line, target_pattern) -> None: argument
133 def check_pn_sn(self) -> None: argument
147 def load_ohos_xml(self, path): argument
159 def is_checked(self, file, xml_dict): argument
174 def pre_check(self): argument
180 def check(self): argument
[all …]
/ohos5.0/base/update/packaging_tools/test/
H A Dtest_vendor_script.py30 def setUp(self): argument
33 def tearDown(self): argument
36 def test_vendor_script(self): argument
52 def __init__(self): argument
57 def __init__(self): argument
62 def __init__(self): argument
67 def __init__(self): argument
/ohos5.0/drivers/hdf_core/framework/tools/idl-gen/
H A D_header_parser.py25 def __init__(self): argument
39 def parse(self, header_file): argument
97 def _checkout_function_pointer_param(self, params): argument
133 def _extract_path_and_file(self, path): argument
136 def _extract_include(self, includes): argument
144 def _extract_enum(self, enums): argument
167 def _extract_union(self, stack): argument
185 def _extract_struct(self, stack): argument
224 def _extract_interface(self, stack): argument
261 def _extract_typedef(self, typedefs): argument
/ohos5.0/build/
H A Dgn_helpers.py178 def __init__(self, string: str): argument
182 def is_done(self) -> bool: argument
185 def consume_whitespace(self): argument
189 def parse(self): argument
214 def parse_args(self) -> dict: argument
235 def parse_number(self) -> int: argument
253 def parse_string(self) -> str: argument
280 def parse_list(self): argument
318 def _constant_follows(self, constant) -> bool: argument
331 def _parse_allow_trailing(self): argument
[all …]
/ohos5.0/foundation/arkui/ui_lite/tools/server/
H A Dtcp_server.py55 def __init__(self): argument
66 def send_message(self, conn, info): argument
72 def init_data(self): argument
82 def tcp_connect(self, conn, addr): argument
101 def send_all_test_finish(self, conn): argument
115 def send_test_info(self, conn): argument
126 def start_test(self, conn): argument
154 def start_client_process(self): argument
165 def traverasl_files(self, path): argument
175 def clear_directory(self, filepath): argument
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Dvolume_itf.cpp20 static SLresult SetVolumeLevel(SLVolumeItf self, SLmillibel level) in SetVolumeLevel()
30 static SLresult GetVolumeLevel(SLVolumeItf self, SLmillibel *level) in GetVolumeLevel()
40 static SLresult GetMaxVolumeLevel(SLVolumeItf self, SLmillibel *maxLevel) in GetMaxVolumeLevel()
50 static SLresult SetMute(SLVolumeItf self, SLboolean state) in SetMute()
55 static SLresult GetMute(SLVolumeItf self, SLboolean *state) in GetMute()
60 static SLresult EnableStereoPosition(SLVolumeItf self, SLboolean enable) in EnableStereoPosition()
65 static SLresult IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable) in IsEnabledStereoPosition()
70 static SLresult SetStereoPosition(SLVolumeItf self, SLpermille stereoPosition) in SetStereoPosition()
75 static SLresult GetStereoPosition(SLVolumeItf self, SLpermille *pStereoPosition) in GetStereoPosition()
92 void IVolumeInit(void *self, SLuint32 id) in IVolumeInit()
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_crl.c72 static void DestroyX509Crl(CfObjectBase *self) in DestroyX509Crl()
87 static const char *GetType(HcfCrl *self) in GetType()
101 static bool IsRevoked(HcfCrl *self, const HcfCertificate *cert) in IsRevoked()
115 static CfResult Verify(HcfX509Crl *self, void *key) in Verify()
143 static long GetVersion(HcfX509Crl *self) in GetVersion()
157 static CfResult GetIssuerName(HcfX509Crl *self, CfBlob *out) in GetIssuerName()
171 static CfResult GetLastUpdate(HcfX509Crl *self, CfBlob *out) in GetLastUpdate()
185 static CfResult GetNextUpdate(HcfX509Crl *self, CfBlob *out) in GetNextUpdate()
311 static CfResult GetExtensions(HcfX509Crl *self, CfBlob *outBlob) in GetExtensions()
325 static CfResult ToString(HcfX509Crl *self, CfBlob *out) in ToString()
[all …]
/ohos5.0/build/ohos/sa_profile/sa_info_process/
H A Dmerge_sa_info.py30 def __init__(self, process_name, wdir): argument
36 def output_filename(self): argument
40 def add_systemability_info(self, systemability): argument
43 def merge_sa_info(self): argument
55 def __init__(self): argument
59 def add_to_output_filelist(self, infile: str): argument
62 def merge(self, sa_info_filelist, output_dir): argument
65 def parse_json_file(self, file: str): argument
91 def __merge(self, sa_info_filelist: list, path_merges: str): argument
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_callback_impl.c22 static int32_t P2pCallbackDeviceFound(struct IWpaCallback *self, in P2pCallbackDeviceFound()
34 static int32_t P2pCallbackDeviceLost(struct IWpaCallback *self, in P2pCallbackDeviceLost()
46 static int32_t P2pCallbackGoNegotiationRequest(struct IWpaCallback *self, in P2pCallbackGoNegotiationRequest()
70 static int32_t P2pCallbackInvitationReceived(struct IWpaCallback *self, in P2pCallbackInvitationReceived()
82 static int32_t P2pCallbackInvitationResult(struct IWpaCallback *self, in P2pCallbackInvitationResult()
118 static int32_t P2pCallbackGroupStarted(struct IWpaCallback *self, in P2pCallbackGroupStarted()
130 static int32_t P2pCallbackGroupRemoved(struct IWpaCallback *self, in P2pCallbackGroupRemoved()
166 static int32_t P2pCallbackServDiscReq(struct IWpaCallback *self, in P2pCallbackServDiscReq()
178 static int32_t P2pCallbackServDiscResp(struct IWpaCallback *self, in P2pCallbackServDiscResp()
190 static int32_t P2pCallbackStaConnectState(struct IWpaCallback *self, in P2pCallbackStaConnectState()
[all …]
/ohos5.0/build/hb/services/interface/
H A Dservice_interface.py23 def __init__(self): argument
28 def args_dict(self) -> dict: argument
32 def exec(self) -> str: argument
36 def exec(self, value): argument
40 def regist_arg(self, arg_name: str, arg_value): argument
44 def run(self): argument
/ohos5.0/foundation/ability/idl_tool/test/sa_test/
H A Dkeyword_import_dir.py23 def get_file_name(self): argument
26 def run_cpp(self): argument
30 def run_rust(self): argument
34 def run_ts(self): argument
38 def run(self): argument
H A Dkeyword_oneway.py23 def get_file_name(self): argument
26 def run_cpp(self): argument
30 def run_rust(self): argument
34 def run_ts(self): argument
38 def run(self): argument
H A Dtype_array.py22 def get_file_name(self): argument
25 def run_cpp(self): argument
29 def run_rust(self): argument
33 def run_ts(self): argument
37 def run(self): argument

12345678910>>...49