/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/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/ |
H A D | touch_point.py | 36 def __init__(self, input_str): argument 53 def check_parse_result(self): argument 60 def to_string(self): argument 64 def to_summary_string(self): argument 68 def dump(self): argument
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | operate_group_passwd.py | 19 def __init__(self, tool_settings, root_path): argument 34 def operate_group(self, name): argument 41 def operate_passwd(self, name): argument 48 def get_id(self): argument 62 def delete_group_passwd(self, name, file_path): argument
|
H A D | hdf_vendor_build_file.py | 21 def __init__(self, root, vendor): argument 29 def add_module(self, module): argument 49 def delete_module(self, file_path, model): argument 56 def rename_vendor(self): argument
|
/ohos5.0/build/scripts/util/ |
H A D | pycache.py | 25 def __init__(self): argument 73 def __init__(self, cache_dir=None): argument 87 def retrieve(self, output_paths, prefix=''): argument 101 def save(self, output_paths, prefix=''): argument 107 def report_cache_stat(self, hit_or_miss): argument 113 def get_pyd(self): argument 121 def descend_directory(self, path): argument 127 def get_manifest_path(self, path): argument
|
/ohos5.0/base/update/packaging_tools/ |
H A D | create_update_package.py | 75 def __init__(self, head_list, component_list, save_path, key_path): argument 92 def verify_param(self): argument 105 def write_pkginfo(self, package_file): argument 139 def write_component_info(self, component, package_file): argument 176 def write_component(self, component, package_file): argument 192 def calculate_hash(self, package_file): argument 204 def calculate_header_hash(self, package_file): argument 216 def sign_digest_with_pss(self, digest): argument 234 def sign_digest(self, digest): argument 247 def sign(self, sign_algo): argument [all …]
|
H A D | unpack_updater_package.py | 65 def __init__(self): argument 82 def check_args(self): argument 91 def parse_package_file(self, package_file): argument 128 def parse_component(self, package_file): argument 148 def create_image_file(self, package_file): argument 184 def unpack_package(self): argument
|
/ohos5.0/build/hb/services/ |
H A D | menu.py | 47 def select_compile_option(self) -> dict: argument 88 def select_product(self) -> dict: argument 120 def _select_os_level(self) -> str: argument 138 def _list_promt(self, name: str, message: str, choices: list, **kwargs): argument 154 def _prompt(self, questions: list, answers=None, **kwargs): argument 232 def _question(self, message: str, **kwargs): argument 312 def __init__(self, choices: list, **kwargs): argument 321 def choice_count(self): argument 324 def get_selection(self): argument 327 def _init_choices(self, choices: list, default=None): argument [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
H A D | stream.rs | 101 pub fn set_nodelay(&self, nodelay: bool) -> io::Result<()> { in set_nodelay() 169 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl() 195 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown() 215 pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() 221 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() 231 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() 245 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() 257 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() 274 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() 281 &mut self, in register() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | task_handle.rs | 78 pub(crate) fn release(self) { in release() argument 82 pub(crate) fn drop_ref(self) { in drop_ref() argument 93 pub(crate) fn drop_join_handle(self) { in drop_join_handle() argument 172 pub(crate) fn run(self) { in run() argument 219 pub(crate) unsafe fn shutdown(self) { in shutdown() argument 230 pub(crate) fn wake(self) { in wake() argument 235 pub(crate) fn wake_by_ref(&self) { in wake_by_ref() 249 pub(crate) fn set_canceled(&self) { in set_canceled() 259 fn get_scheduled(&self, lifo: bool) { in get_scheduled() 326 pub(crate) fn ffrt_wake(self) { in ffrt_wake() argument [all …]
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/ |
H A D | ed25519_openssl.c | 60 static void DestroyEd25519Sign(HcfObjectBase *self) in DestroyEd25519Sign() 78 static void DestroyEd25519Verify(HcfObjectBase *self) in DestroyEd25519Verify() 96 static HcfResult EngineSignInit(HcfSignSpi *self, HcfParamsSpec *params, HcfPriKey *privateKey) in EngineSignInit() 125 static HcfResult EngineSignUpdate(HcfSignSpi *self, HcfBlob *data) in EngineSignUpdate() 132 static HcfResult EngineSignDoFinal(HcfSignSpi *self, HcfBlob *data, HcfBlob *returnSignatureData) in EngineSignDoFinal() 173 static HcfResult EngineVerifyInit(HcfVerifySpi *self, HcfParamsSpec *params, HcfPubKey *publicKey) in EngineVerifyInit() 208 static HcfResult EngineVerifyUpdate(HcfVerifySpi *self, HcfBlob *data) in EngineVerifyUpdate() 215 static bool EngineVerifyDoFinal(HcfVerifySpi *self, HcfBlob *data, HcfBlob *signatureData) in EngineVerifyDoFinal() 259 static HcfResult EngineGetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetSignSpecInt() 267 static HcfResult EngineSetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t saltLen) in EngineSetSignSpecInt() [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/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expandsubsession_fuzzer/ |
H A D | expandsubsession_fuzzer.cpp | 97 ExpandSubSession *self; in ExpandSubSessionTest03() local 105 ExpandSubSession *self; in ExpandSubSessionTest04() local 112 ExpandSubSession *self; in ExpandSubSessionTest05() local 120 ExpandSubSession *self; in ExpandSubSessionTest06() local 143 ExpandSubSession *self; in ExpandSubSessionTest09() local 153 ExpandSubSession *self; in ExpandSubSessionTest10() local 163 ExpandSubSession *self; in ExpandSubSessionTest11() local 174 ExpandSubSession *self; in ExpandSubSessionTest12() local 184 ExpandSubSession *self; in ExpandSubSessionTest13() local 195 ExpandSubSession *self; in ExpandSubSessionTest14() local [all …]
|
/ohos5.0/build/hb/util/loader/ |
H A D | platforms_loader.py | 27 def __init__(self, platforms_config_file, source_root_dir, root_build_dir, argument 59 def _read_platforms_config(self): argument 105 def _loading(self): argument 147 def get_all_parts(self): argument 158 def get_all_stubs(self): argument 169 def platforms_toolchain(self): argument
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | client.rs | 107 &self, in request() 115 &self, in retry_send_request() 129 &self, in send_request_retryable() 137 &self, in redirect_request() 160 &self, in send_request_with_uri() 280 pub fn redirect(mut self, redirect: Redirect) -> Self { in redirect() 297 pub fn proxy(mut self, proxy: Proxy) -> Self { in proxy() 403 pub fn tls_ca_file(mut self, path: &str) -> Self { in tls_ca_file() 422 pub fn tls_cipher_list(mut self, list: &str) -> Self { in tls_cipher_list() 443 pub fn tls_cipher_suites(mut self, list: &str) -> Self { in tls_cipher_suites() [all …]
|
/ohos5.0/build/hb/modules/ |
H A D | ohos_env_module.py | 27 def __init__(self, args_dict: dict, args_resolver: ArgsResolverInterface): argument 39 def env_check(self): argument 43 def env_install(self): argument 47 def clean(self): argument
|
H A D | ohos_clean_module.py | 28 def __init__(self, args_dict: dict, args_resolver: ArgsResolverInterface): argument 40 def clean_regular(self): argument 43 def clean_deep(self): argument 46 def _run_phase(self, phase: CleanPhase): argument
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | config.rs | 166 fn cmp(&self, other: &Self) -> std::cmp::Ordering { in cmp() 306 pub fn url(&mut self, url: &str) -> &mut Self { in url() 312 pub fn version(&mut self, version: u8) -> &mut Self { in version() 318 pub fn file_spec(&mut self, file: File) -> &mut Self { in file_spec() 323 pub fn action(&mut self, action: Action) -> &mut Self { in action() 329 pub fn mode(&mut self, mode: Mode) -> &mut Self { in mode() 341 pub fn uid(&mut self, uid: u64) -> &mut Self { in uid() 376 pub fn begins(&mut self, begins: u64) -> &mut Self { in begins() 382 pub fn ends(&mut self, ends: u64) -> &mut Self { in ends() 388 pub fn method(&mut self, metered: &str) -> &mut Self { in method() [all …]
|
/ohos5.0/base/msdp/device_status/rust/ipc/service/src/ |
H A D | lib.rs | 129 fn transfer_data(&self, src: &dyn IMsgParcel, target: &mut dyn IMsgParcel) -> FusionResult<()> in transfer_data() 149 fn send_request(&self, action: CommonAction, intention: Intention, id: u32, in send_request() 180 fn enable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in enable() 186 fn disable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in disable() 192 fn start(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in start() 198 fn stop(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in stop() 204 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in add_watch() 210 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in remove_watch() 216 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in set_param() 222 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in get_param() [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_callback.cpp | 45 int32_t OnEventDisconnected(struct IWpaCallback *self, in OnEventDisconnected() 96 int32_t OnEventConnected(struct IWpaCallback *self, in OnEventConnected() 122 int32_t OnEventBssidChanged(struct IWpaCallback *self, in OnEventBssidChanged() 156 int32_t OnEventStateChanged(struct IWpaCallback *self, in OnEventStateChanged() 178 int32_t OnEventTempDisabled(struct IWpaCallback *self, in OnEventTempDisabled() 343 int32_t OnEventScanResult(struct IWpaCallback *self, in OnEventScanResult() 447 int32_t OnEventDeviceFound(struct IWpaCallback *self, in OnEventDeviceFound() 482 int32_t OnEventDeviceLost(struct IWpaCallback *self, in OnEventDeviceLost() 615 int32_t OnEventGroupStarted(struct IWpaCallback *self, in OnEventGroupStarted() 683 int32_t OnEventGroupRemoved(struct IWpaCallback *self, in OnEventGroupRemoved() [all …]
|
/ohos5.0/base/security/crypto_framework/common/src/ |
H A D | hcf_string.c | 32 bool StringAppendPointer(HcString *self, const char *str) in StringAppendPointer() 51 bool StringSetPointer(HcString *self, const char *str) in StringSetPointer() 69 bool StringSetPointerWithLength(HcString* self, const char *str, uint32_t len) in StringSetPointerWithLength() 92 const char *StringGet(const HcString *self) in StringGet() 106 uint32_t StringLength(const HcString *self) in StringLength() 127 int StringFind(const HcString *self, char c, uint32_t begin) in StringFind() 158 bool StringSubString(const HcString *self, uint32_t begin, uint32_t len, HcString* dst) in StringSubString() 179 int StringCompare(const HcString *self, const char* dst) in StringCompare()
|
/ohos5.0/base/request/request/services/src/manage/scheduler/state/ |
H A D | recorder.rs | 39 &mut self, in init() 58 pub(crate) fn update_rss_level(&mut self, rss_level: i32) -> Option<RssCapacity> { in update_rss_level() 66 pub(crate) fn update_network(&mut self, info: NetworkState) -> Option<SqlList> { in update_network() 78 &mut self, in update_accounts() 93 pub(crate) fn update_top_uid(&mut self, uid: u64) -> Option<SqlList> { in update_top_uid() 101 pub(crate) fn update_background(&mut self) { in update_background() 108 pub(crate) fn update_background_timeout(&self, uid: u64) -> Option<SqlList> { in update_background_timeout()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
H A D | openharmony_buffer_queue_itf.cpp | 20 SLresult Enqueue(SLOHBufferQueueItf self, const void *buffer, SLuint32 size) in Enqueue() 35 SLresult Clear(SLOHBufferQueueItf self) in Clear() 50 SLresult GetState(SLOHBufferQueueItf self, SLOHBufferQueueState *state) in GetState() 65 static SLresult GetBuffer(SLOHBufferQueueItf self, SLuint8 **buffer, SLuint32 *size) in GetBuffer() 79 SLresult RegisterCallback(SLOHBufferQueueItf self, SlOHBufferQueueCallback callback, void *pContext) in RegisterCallback() 101 void IOHBufferQueueInit(void *self, const SLInterfaceID iid, SLuint32 id) in IOHBufferQueueInit()
|
/ohos5.0/build/scripts/ |
H A D | interface_mgr.py | 25 def get_file_sha256(self, filename: str): argument 42 def get_header_files(self, file_dir: str) -> list: argument 52 def gen_sig_file_by_subsystem(self, subsystem_sdk_out_dir: str, argument 86 def gen_interface_checkfile(self, sdk_base_dir, check_file_dir): argument 107 def check(self, check_file_dir: str, subsystem_sdk_dir: str, subsystem_name: str, argument 137 def _gen_checkfile(self, check_file_dir: str, target_type_dir: str, target_type: str): argument
|
/ohos5.0/build/hb/util/ |
H A D | system_util.py | 87 def __init__(self): argument 91 def allenv(self): argument 95 def allkeys(self): argument 100 def initenv(self): argument 103 def allow(self, allowed_vars: list): argument
|