/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_command_line_server.py | 26 def __init__(self, msg_type, content): argument 30 def is_quit(self): argument 64 def __init__(self, input_obj, output_obj): argument 69 def _send_back(self, msg_type, content, error_code=None): argument 74 def _send_back_success(self, content): argument 77 def _send_back_error(self, error_code, content): argument 80 def _read_header(self): argument 85 def _read_body(self, body_len): argument 90 def run(self): argument
|
H A D | hdf_lite_kconfig_file.py | 19 def __init__(self, root): argument 31 def _save(self): argument 35 def _find_all_vendors(self, target_vendor): argument 46 def _comment_other_vendors(self, other_vendors): argument 51 def set_vendor(self, current_vendor): argument
|
/aosp12/system/bt/gd/cert/ |
H A D | cert_self_test_lib.py | 41 def __init__(self): argument 46 def type(self): argument 49 def label(self): argument 57 def __init__(self, value): argument 61 def __str__(self): argument 64 def ListFields(self): argument 78 def __iter__(self): argument 86 def done(self): argument 89 def cancel(self): argument 119 def __init__(self): argument [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/rust/moduletest/service/src/ |
H A D | IIdlTestService.rs | 53 fn idl_ipc_test_basic_101(&self, i_bool: &bool) -> Result<bool>; in idl_ipc_test_basic_101() 54 fn idl_ipc_test_basic_102(&self, i_byte: &i8) -> Result<i8>; in idl_ipc_test_basic_102() 55 fn idl_ipc_test_basic_103(&self, i_short: &i16) -> Result<i16>; in idl_ipc_test_basic_103() 56 fn idl_ipc_test_basic_104(&self, i_int: &i32) -> Result<i32>; in idl_ipc_test_basic_104() 57 fn idl_ipc_test_basic_105(&self, i_long: &i64) -> Result<i64>; in idl_ipc_test_basic_105() 58 fn idl_ipc_test_basic_106(&self, i_float: &f32) -> Result<f32>; in idl_ipc_test_basic_106() 59 fn idl_ipc_test_basic_107(&self, i_double: &f64) -> Result<f64>; in idl_ipc_test_basic_107() 152 fn idl_ipc_test_basic_102(&self, i_byte: &i8) -> Result<i8> { in idl_ipc_test_basic_102() 160 fn idl_ipc_test_basic_104(&self, i_int: &i32) -> Result<i32> { in idl_ipc_test_basic_104() 208 fn idl_ipc_test_basic_102(&self, i_byte: &i8) -> Result<i8> { in idl_ipc_test_basic_102() [all …]
|
/aosp12/art/test/utils/python/ |
H A D | generate_java_main.py | 64 def __init__(self): argument 71 def add_instance(self, it): argument 77 def add_func(self, f): argument 83 def get_name(self): argument 89 def __str__(self): argument 132 def __init__(self, main, ty): argument 141 def get_name(self): argument 147 def add_func(self, f): argument 154 def __str__(self): argument 195 def get_name(self): argument [all …]
|
/aosp12/packages/services/Car/tools/emulator/ |
H A D | user_action_generator.py | 57 def __init__(self, vhalConfig): argument 62 def _getSupportedAreas(self, vhalConfig): argument 69 def _getAreaConfigs(self, vhalConfig, supportedAreas, valueType): argument 88 def __init__(self, vhalAreaConfig, valueType): argument 110 def __init__(self, vhal): argument 114 def _getConfig(self, vhal): argument 124 def _adjustContinuousProperty(self, prop, begin, end, listener): argument 143 def _setProperty(self, prop, value, listener): argument 152 def _range(self, begin, end): argument 164 def generate(self, listener): argument
|
/aosp12/system/update_engine/scripts/ |
H A D | payload_info.py | 60 def __init__(self, options): argument 64 def _DisplayHeader(self): argument 70 def _DisplayManifest(self): argument 86 def _DisplaySignatures(self): argument 128 def _DisplayOps(self, name, operations): argument 165 def _GetStats(self, manifest): argument 196 def _DisplayStats(self, manifest): argument 202 def Run(self): argument
|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/ |
H A D | event_node.py | 54 def __init__(self, input_str): argument 92 def check_parse_result(self): argument 103 def parse_state_history(self, text_array, start_index): argument 112 def update_tag_from_frame_nodes_info(self, frame_nodes: List[FrameNode]): argument 120 def get_summary_string(self): argument 123 def get_detailed_summary_string(self): argument 128 def to_string(self): argument 148 def dump(self): argument
|
H A D | frame_node.py | 39 def __init__(self, node_dump_str): argument 61 def check_parse_result(self): argument 68 def to_string(self): argument 76 def get_summary_string(self): argument 80 def get_showup_string(self): argument 85 def dump(self): argument
|
/aosp12/system/extras/boottime_tools/io_analysis/ |
H A D | check_verity.py | 56 def __init__(self, start_time, block_num, size): argument 66 def set_io_end_time(self, io_end_time): argument 70 def set_finish_time(self, finish_time): argument 76 def __init__(self): argument 82 def handle_line(self, line): argument 108 def dump_list(self, msg, l): argument 114 def dump(self): argument
|
/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | hc_string.c | 31 HcBool StringAppend(HcString *self, HcString str) in StringAppend() 51 HcBool StringAppendPointer(HcString *self, const char *str) in StringAppendPointer() 70 HcBool StringAppendChar(HcString *self, char c) in StringAppendChar() 91 HcBool StringSet(HcString *self, HcString str) in StringSet() 108 HcBool StringSetPointer(HcString *self, const char *str) in StringSetPointer() 123 const char *StringGet(const HcString *self) in StringGet() 137 uint32_t StringLength(const HcString *self) in StringLength()
|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/ |
H A D | content_parser.py | 31 def __init__(self, path): argument 34 def is_succeed(self): argument 37 def do_parse(self): argument 49 def load_file(self): argument 56 def pre_check_event_tree_count(self, file_content): argument
|
/ohos5.0/build/hb/services/interface/ |
H A D | build_file_generator_interface.py | 26 def __init__(self): argument 31 def flags_dict(self): argument 34 def regist_flag(self, flag_name: str, flag_value): argument 37 def regist_arg(self, arg_name: str, arg_value: str): argument 41 def run(self): argument
|
/ohos5.0/drivers/peripheral/huks/hdi_service/ |
H A D | huks_hdi_service.c | 31 static int32_t HuksModuleInit(struct IHuks *self) in HuksModuleInit() 37 static int32_t HuksModuleDestroy(struct IHuks *self) in HuksModuleDestroy() 52 static int32_t HuksImportKey(struct IHuks *self, const struct HuksBlob *keyAlias, const struct Huks… in HuksImportKey() 61 static int32_t HuksImportWrappedKey(struct IHuks *self, const struct HuksBlob *wrappingKeyAlias, in HuksImportWrappedKey() 72 static int32_t HuksExportPublicKey(struct IHuks *self, const struct HuksBlob *encKey, in HuksExportPublicKey() 81 static int32_t HuksInit(struct IHuks *self, const struct HuksBlob *encKey, const struct HuksParamSe… in HuksInit() 116 static int32_t HuksCheckKeyValidity(struct IHuks *self, const struct HuksParamSet *paramSet, in HuksCheckKeyValidity() 142 static int32_t HuksSign(struct IHuks *self, const struct HuksBlob *encKey, const struct HuksParamSe… in HuksSign() 178 static int32_t HuksAgreeKey(struct IHuks *self, const struct HuksParamSet *paramSet, in HuksAgreeKey() 214 static int32_t HuksExportChipsetPlatformPublicKey(struct IHuks *self, const struct HuksBlob *salt, in HuksExportChipsetPlatformPublicKey() [all …]
|
/ohos5.0/base/security/device_auth/test/fuzztest/protocol/dlspeke_fuzzer/ |
H A D | dlspeke_fuzzer.cpp | 54 BaseProtocol *self; in DlSpekeTest01() local 189 BaseProtocol *self; in DlSpekeTest05() local 203 BaseProtocol *self; in DlSpekeTest07() local 210 BaseProtocol *self; in DlSpekeTest08() local 221 BaseProtocol *self; in DlSpekeTest09() local 232 BaseProtocol *self; in DlSpekeTest10() local 244 BaseProtocol *self; in DlSpekeTest11() local 256 BaseProtocol *self; in DlSpekeTest12() local 268 BaseProtocol *self; in DlSpekeTest13() local 279 BaseProtocol *self; in DlSpekeTest14() local [all …]
|
/ohos5.0/commonlibrary/rust/ylong_json/src/value/ |
H A D | index.rs | 22 fn index_into<'a>(&self, value: &'a JsonValue) -> &'a JsonValue; in index_into() 25 fn index_into_mut<'a>(&self, value: &'a mut JsonValue) -> &'a mut JsonValue; in index_into_mut() 28 fn index_remove(&self, value: &mut JsonValue) -> Option<JsonValue>; in index_remove() 62 fn index_into<'a>(&self, value: &'a JsonValue) -> &'a JsonValue { in index_into() 136 fn index_remove(&self, value: &mut JsonValue) -> Option<JsonValue> { in index_remove() 173 fn index_into<'a>(&self, value: &'a JsonValue) -> &'a JsonValue { in index_into() 258 fn index_remove(&self, value: &mut JsonValue) -> Option<JsonValue> { in index_remove() 268 fn index_into<'a>(&self, value: &'a JsonValue) -> &'a JsonValue { in index_into() 278 fn index_remove(&self, value: &mut JsonValue) -> Option<JsonValue> { in index_remove() 288 fn index_into<'v>(&self, value: &'v JsonValue) -> &'v JsonValue { in index_into() [all …]
|
/ohos5.0/base/msdp/device_status/rust/frameworks/client/src/ |
H A D | frameworks.rs | 49 fn connect(&mut self) in connect() 80 fn start_drag(&self, drag_data: &DragData) -> FusionResult<i32> in start_drag() 122 fn enable_coordination(&self, user_data: i32) -> FusionResult<()> in enable_coordination() 136 fn disable_coordination(&self, user_data: i32) -> FusionResult<()> in disable_coordination() 150 fn start_coordination(&self, user_data: i32, in start_coordination() 168 fn stop_coordination(&self, user_data: i32, is_unchained: i32) -> FusionResult<()> in stop_coordination() 182 fn get_coordination_state(&self, user_data: i32, device_id: &str) -> FusionResult<i32> in get_coordination_state() 224 pub fn start_drag(&self, drag_data: &DragData) -> FusionResult<i32> in start_drag() 248 pub fn enable_coordination(&self, user_data: i32) -> FusionResult<()> in enable_coordination() 256 pub fn disable_coordination(&self, user_data: i32) -> FusionResult<()> in disable_coordination() [all …]
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/ |
H A D | mod.rs | 102 pub async fn request<T: Into<reqwest::Body>>( in request() 186 pub fn request_timeout(self, timeout: Timeout) -> Self { in request_timeout() argument 206 pub fn connect_timeout(self, timeout: Timeout) -> Self { in connect_timeout() argument 225 pub fn redirect(self, redirect: Redirect) -> Self { in redirect() argument 243 pub fn proxy(self, proxy: Proxy) -> Self { in proxy() argument 266 pub fn max_tls_version(self, version: TlsVersion) -> Self { in max_tls_version() argument 286 pub fn min_tls_version(self, version: TlsVersion) -> Self { in min_tls_version() argument 305 pub fn add_root_certificate(mut self, cert: Certificate) -> Self { in add_root_certificate() 323 pub fn tls_built_in_root_certs(self, tls_built_in_root_certs: bool) -> ClientBuilder { in tls_built_in_root_certs() argument 346 pub fn danger_accept_invalid_certs(self, accept_invalid_certs: bool) -> ClientBuilder { in danger_accept_invalid_certs() argument
|
/aosp12/system/extras/perf2cfg/tests/ |
H A D | test_edit.py | 53 def test_empty_file(self): argument 57 def test_wrong_filetype(self): argument 71 def test_no_architecture(self): argument 83 def test_wrong_architecture(self): argument 95 def test_annotate_method(self): argument
|
/ohos5.0/build/hb/modules/ |
H A D | ohos_indep_build_module.py | 31 …def __init__(self, args_dict: dict, args_resolver: ArgsResolverInterface, hpm: BuildFileGeneratorI… argument 37 def hpm(self): argument 49 def run(self): argument 58 def _target_compilation(self): argument 62 def _run_phase(self): argument
|
H A D | ohos_install_module.py | 32 …def __init__(self, args_dict: dict, args_resolver: ArgsResolverInterface, hpm: BuildFileGeneratorI… argument 38 def hpm(self): argument 50 def run(self): argument 58 def _install(self): argument 62 def _run_phase(self): argument
|
H A D | ohos_package_module.py | 32 …def __init__(self, args_dict: dict, args_resolver: ArgsResolverInterface, hpm: BuildFileGeneratorI… argument 38 def hpm(self): argument 50 def run(self): argument 56 def _package(self): argument 60 def _run_phase(self): argument
|
H A D | ohos_publish_module.py | 32 …def __init__(self, args_dict: dict, args_resolver: ArgsResolverInterface, hpm: BuildFileGeneratorI… argument 38 def hpm(self): argument 50 def run(self): argument 56 def _publish(self): argument 60 def _run_phase(self): argument
|
H A D | ohos_push_module.py | 32 …def __init__(self, args_dict: dict, args_resolver: ArgsResolverInterface, hdc: BuildFileGeneratorI… argument 38 def hdc(self): argument 51 def run(self): argument 57 def _push(self): argument 60 def _run_phase(self): argument
|
H A D | ohos_update_module.py | 32 …def __init__(self, args_dict: dict, args_resolver: ArgsResolverInterface, hpm: BuildFileGeneratorI… argument 38 def hpm(self): argument 50 def run(self): argument 56 def _update(self): argument 60 def _run_phase(self): argument
|