Home
last modified time | relevance | path

Searched defs:self (Results 501 – 525 of 2127) sorted by relevance

1...<<21222324252627282930>>...86

/aosp12/system/bt/gd/hci/cert/
H A Dle_advertising_manager_test.py36 def setup_class(self): argument
39 def setup_test(self): argument
43 def teardown_test(self): argument
47 def test_le_ad_scan_dut_advertises(self): argument
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_vendor_build_file.py21 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/hb/modules/
H A Dohos_clean_module.py28 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
H A Dohos_set_module.py29 def __init__(self, args_dict: dict, args_resolver: ArgsResolverInterface, menu: MenuInterface): argument
35 def menu(self): argument
46 def set_parameter(self): argument
49 def set_product(self): argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs148 &mut self, in manage_pending_state()
229 &mut self, in input_stream_frame()
291 &mut self, in poll_recv_frame()
399 &mut self, in recv_go_away_frame()
441 &mut self, in recv_reset_frame()
461 &mut self, in recv_header_frame()
533 &mut self, in manage_resp_error()
556 &mut self, in manage_stream_error()
601 &mut self, in manage_conn_error()
665 &mut self, in send_peer_goaway()
[all …]
/aosp12/frameworks/rs/tests/lldb/tests/harness/
H A Ddecorators.py40 def __init__(self, skip_condition, message="skipped"): argument
44 def __call__(self, func): argument
64 def __init__(self, skip_condition, *args, **kwargs): argument
88 def __init__(self, order): argument
91 def __call__(self, func): argument
119 self, argument
130 def __call__(self, func): argument
H A Dtest_base_remote.py32 def __init__(self, device_port, device, timer, *args, **kwargs): argument
40 def set_src_map(self, file_name, new_src_path): argument
77 def post_run(self): argument
82 def _connect_to_platform(self, lldb_module, dbg, remote_pid): argument
146 def run(self, dbg, remote_pid, lldb): argument
/aosp12/art/tools/jvmti-agents/ti-alloc-sample/
H A Dmkflame.py25 def __init__(self, args): argument
34 def definition(self, index): argument
40 def set_definition(self, index, definition): argument
46 def weight(self, index): argument
52 def set_weight(self, index, weight): argument
58 def read_file(self, filename): argument
182 def dump_flame_graph(self): argument
/aosp12/frameworks/wilhelm/src/itf/
H A DIPresetReverb.cpp30 static SLresult IPresetReverb_SetPreset(SLPresetReverbItf self, SLuint16 preset) in IPresetReverb_SetPreset()
65 static SLresult IPresetReverb_GetPreset(SLPresetReverbItf self, SLuint16 *pPreset) in IPresetReverb_GetPreset()
103 void IPresetReverb_init(void *self) in IPresetReverb_init()
115 void IPresetReverb_deinit(void *self) in IPresetReverb_deinit()
124 bool IPresetReverb_Expose(void *self) in IPresetReverb_Expose()
H A DIAndroidEffectSend.cpp22 static SLresult IAndroidEffectSend_EnableEffectSend(SLAndroidEffectSendItf self, in IAndroidEffectSend_EnableEffectSend()
59 static SLresult IAndroidEffectSend_IsEnabled(SLAndroidEffectSendItf self, in IAndroidEffectSend_IsEnabled()
80 static SLresult IAndroidEffectSend_SetDirectLevel(SLAndroidEffectSendItf self, in IAndroidEffectSend_SetDirectLevel()
115 static SLresult IAndroidEffectSend_GetDirectLevel(SLAndroidEffectSendItf self, in IAndroidEffectSend_GetDirectLevel()
141 static SLresult IAndroidEffectSend_SetSendLevel(SLAndroidEffectSendItf self, in IAndroidEffectSend_SetSendLevel()
182 static SLresult IAndroidEffectSend_GetSendLevel(SLAndroidEffectSendItf self, in IAndroidEffectSend_GetSendLevel()
229 void IAndroidEffectSend_init(void *self) in IAndroidEffectSend_init()
H A DIPlaybackRate.cpp22 static SLresult IPlaybackRate_SetRate(SLPlaybackRateItf self, SLpermille rate) in IPlaybackRate_SetRate()
53 static SLresult IPlaybackRate_GetRate(SLPlaybackRateItf self, SLpermille *pRate) in IPlaybackRate_GetRate()
72 static SLresult IPlaybackRate_SetPropertyConstraints(SLPlaybackRateItf self, SLuint32 constraints) in IPlaybackRate_SetPropertyConstraints()
108 static SLresult IPlaybackRate_GetProperties(SLPlaybackRateItf self, SLuint32 *pProperties) in IPlaybackRate_GetProperties()
127 static SLresult IPlaybackRate_GetCapabilitiesOfRate(SLPlaybackRateItf self, in IPlaybackRate_GetCapabilitiesOfRate()
152 static SLresult IPlaybackRate_GetRateRange(SLPlaybackRateItf self, SLuint8 index, in IPlaybackRate_GetRateRange()
188 void IPlaybackRate_init(void *self) in IPlaybackRate_init()
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dsignature.c237 static const char *GetSignAlgoName(HcfSign *self) in GetSignAlgoName()
249 static const char *GetVerifyAlgoName(HcfVerify *self) in GetVerifyAlgoName()
261 static void DestroySign(HcfObjectBase *self) in DestroySign()
276 static void DestroyVerify(HcfObjectBase *self) in DestroyVerify()
291 static HcfResult SetSignSpecInt(HcfSign *self, SignSpecItem item, int32_t saltLen) in SetSignSpecInt()
319 static HcfResult SetSignSpecUint8Array(HcfSign *self, SignSpecItem item, HcfBlob blob) in SetSignSpecUint8Array()
333 static HcfResult GetSignSpecInt(HcfSign *self, SignSpecItem item, int32_t *returnInt) in GetSignSpecInt()
347 static HcfResult SignInit(HcfSign *self, HcfParamsSpec *params, HcfPriKey *privateKey) in SignInit()
361 static HcfResult SignUpdate(HcfSign *self, HcfBlob *data) in SignUpdate()
459 static HcfResult VerifyUpdate(HcfVerify *self, HcfBlob *data) in VerifyUpdate()
[all …]
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Dsm2_openssl.c79 static void DestroySm2Sign(HcfObjectBase *self) in DestroySm2Sign()
101 static void DestroySm2Verify(HcfObjectBase *self) in DestroySm2Verify()
169 static bool IsSm2SignInitInputValid(HcfSignSpi *self, HcfPriKey *privateKey) in IsSm2SignInitInputValid()
188 static HcfResult EngineSignInit(HcfSignSpi *self, HcfParamsSpec *params, HcfPriKey *privateKey) in EngineSignInit()
233 static HcfResult EngineSignUpdate(HcfSignSpi *self, HcfBlob *data) in EngineSignUpdate()
305 static bool IsSm2VerifyInitInputValid(HcfVerifySpi *self, HcfPubKey *publicKey) in IsSm2VerifyInitInputValid()
369 static HcfResult EngineVerifyUpdate(HcfVerifySpi *self, HcfBlob *data) in EngineVerifyUpdate()
394 static bool EngineVerifyDoFinal(HcfVerifySpi *self, HcfBlob *data, HcfBlob *signatureData) in EngineVerifyDoFinal()
486 static HcfResult EngineGetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetSignSpecInt()
494 static HcfResult EngineSetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t saltLen) in EngineSetSignSpecInt()
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dworker.rs37 fn run(&mut self) { in run()
54 fn release(&mut self) { in release()
99 fn drop(&mut self) { in run_worker()
135 fn run(&self, worker_ctx: &WorkerContext) { in run()
173 fn check_cancel(&self, inner: &mut Inner) { in check_cancel()
177 fn has_work(&self, inner: &mut Inner, worker_ctx: &WorkerContext) -> bool { in has_work()
181 fn park_timeout(&self, inner: &mut Inner, worker_ctx: &WorkerContext) { in park_timeout()
218 fn release(&self) { in release()
251 fn increment_count(&mut self) { in increment_count()
257 fn check_cancel(&mut self, worker: &Worker) { in check_cancel()
[all …]
/aosp12/art/runtime/gc/
H A Dreference_processor.cc73 void ReferenceProcessor::DisableSlowPath(Thread* self) { in DisableSlowPath()
84 void ReferenceProcessor::BroadcastForSlowPath(Thread* self) { in BroadcastForSlowPath()
89 ObjPtr<mirror::Object> ReferenceProcessor::GetReferent(Thread* self, in GetReferent()
140 void ReferenceProcessor::StartPreservingReferences(Thread* self) { in StartPreservingReferences()
145 void ReferenceProcessor::StopPreservingReferences(Thread* self) { in StopPreservingReferences()
158 Thread* self = Thread::Current(); in ProcessReferences() local
253 Thread* self = Thread::Current(); in DelayReferenceReferent() local
293 SelfDeletingTask* ReferenceProcessor::CollectClearedReferences(Thread* self) { in CollectClearedReferences()
322 Thread* self = Thread::Current(); in ClearReferent() local
336 void ReferenceProcessor::WaitUntilDoneProcessingReferences(Thread* self) { in WaitUntilDoneProcessingReferences()
[all …]
/aosp12/system/bt/gd/cert/
H A Dpy_le_iso.py36 …def __init__(self, cis_id, nse, max_sdu_m_to_s, max_sdu_s_to_m, max_pdu_m_to_s, max_pdu_s_to_m, ph… argument
52 def __init__(self, device, cis_handle, iso_data_stream): argument
59 def get_event_queue(self): argument
62 def send(self, payload): argument
73 def __init__(self, device): argument
80 def close(self): argument
92 …def le_set_cig_parameters(self, cig_id, sdu_interval_m_to_s, sdu_interval_s_to_m, peripherals_cloc… argument
114 …def le_set_cig_parameters_test(self, cig_id, sdu_interval_m_to_s, sdu_interval_s_to_m, ft_m_to_s, … argument
148 def wait_le_set_cig_parameters_complete(self): argument
164 def le_create_cis(self, cis_and_acl_handle_array): argument
[all …]
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_crl_entry_openssl.c44 static X509_REVOKED *GetSelfRev(const HcfX509CrlEntry *self) in GetSelfRev()
53 static CfResult GetEncoded(HcfX509CrlEntry *self, CfEncodingBlob *encodedOut) in GetEncoded()
84 static CfResult GetSerialNumber(HcfX509CrlEntry *self, CfBlob *out) in GetSerialNumber()
122 static CfResult GetCertIssuer(HcfX509CrlEntry *self, CfBlob *encodedOut) in GetCertIssuer()
148 static CfResult GetRevocationDate(HcfX509CrlEntry *self, CfBlob *out) in GetRevocationDate()
181 static CfResult GetExtensions(HcfX509CrlEntry *self, CfBlob *outBlob) in GetExtensions()
202 static CfResult HasExtensions(HcfX509CrlEntry *self, bool *out) in HasExtensions()
225 static CfResult ToString(HcfX509CrlEntry *self, CfBlob *outBlob) in ToString()
264 static CfResult HashCode(HcfX509CrlEntry *self, CfBlob *outBlob) in HashCode()
300 static CfResult GetExtensionsObject(HcfX509CrlEntry *self, CfBlob *outBlob) in GetExtensionsObject()
[all …]
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c46 int32_t WlanInterfaceStart(struct IWlanInterface *self) in WlanInterfaceStart()
65 int32_t WlanInterfaceStop(struct IWlanInterface *self) in WlanInterfaceStop()
337 int32_t WlanInterfaceGetFeatureByIfName(struct IWlanInterface *self, const char *ifName, in WlanInterfaceGetFeatureByIfName()
494 int32_t WlanInterfaceGetSupportCombo(struct IWlanInterface *self, uint64_t *combo) in WlanInterfaceGetSupportCombo()
534 static int32_t HdfWlanAddRemoteObj(struct IWlanCallback *self) in HdfWlanAddRemoteObj()
900 static void HdfWlanDelRemoteObj(struct IWlanCallback *self) in HdfWlanDelRemoteObj()
1341 int32_t WlanInterfaceSetProjectionScreenParam(struct IWlanInterface *self, const char *ifName, in WlanInterfaceSetProjectionScreenParam()
1464 int32_t WlanInterfaceStartPnoScan(struct IWlanInterface *self, const char *ifName, in WlanInterfaceStartPnoScan()
1505 int32_t WlanInterfaceStopPnoScan(struct IWlanInterface *self, const char *ifName) in WlanInterfaceStopPnoScan()
1532 int32_t WlanInterfaceGetSignalPollInfo(struct IWlanInterface *self, const char *ifName, in WlanInterfaceGetSignalPollInfo()
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs77 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
83 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
308 &self, in poll_send_to()
469 &self, in poll_peek_from()
569 &self, in poll_recv_from()
609 pub fn set_broadcast(&self, on: bool) -> io::Result<()> { in set_broadcast()
649 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl()
851 pub fn set_broadcast(&self, on: bool) -> io::Result<()> { in set_broadcast()
900 pub fn set_ttl(&self, ttl: u32) -> io::Result<()> { in set_ttl()
957 pub async fn send(&self, buf: &[u8]) -> io::Result<usize> { in send()
[all …]
/ohos5.0/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/pubkeyexchange_fuzzer/
H A Dpubkeyexchange_fuzzer.cpp49 BaseCmd *self = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in PubkeyExchangeTest01() local
116 BaseCmd *self = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in PubkeyExchangeTest08() local
124 BaseCmd *self = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in PubkeyExchangeTest09() local
134 BaseCmd *self = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in PubkeyExchangeTest10() local
142 BaseCmd *self = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in PubkeyExchangeTest11() local
156 BaseCmd *self = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in PubkeyExchangeTest12() local
168 BaseCmd *self = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in PubkeyExchangeTest13() local
179 BaseCmd *self = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in PubkeyExchangeTest14() local
189 BaseCmd *self = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in PubkeyExchangeTest15() local
200 BaseCmd *self = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in PubkeyExchangeTest16() local
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.c30 static int32_t Apply(struct ConnSlideWindowController *self, int32_t expect) in Apply()
78 static void CleanupHistoriesUnsafe(struct ConnSlideWindowController *self) in CleanupHistoriesUnsafe()
89struct ConnSlideWindowController *self, bool active, int32_t windowInMillis, int32_t quotaInBytes) in ChangeConfiguration()
111 static int32_t Enable(struct ConnSlideWindowController *self, int32_t windowInMillis, int32_t quota… in Enable()
116 static int32_t Disable(struct ConnSlideWindowController *self) in Disable()
121 int32_t ConnSlideWindowControllerConstructor(struct ConnSlideWindowController *self) in ConnSlideWindowControllerConstructor()
138 void ConnSlideWindowControllerDestructor(struct ConnSlideWindowController *self) in ConnSlideWindowControllerDestructor()
160 void ConnSlideWindowControllerDelete(struct ConnSlideWindowController *self) in ConnSlideWindowControllerDelete()
/aosp12/art/runtime/interpreter/
H A Dlock_count_data.cc28 void LockCountData::AddMonitor(Thread* self, mirror::Object* obj) { in AddMonitor()
45 void LockCountData::RemoveMonitorOrThrow(Thread* self, const mirror::Object* obj) { in RemoveMonitorOrThrow()
72 void MonitorExitHelper(Thread* self, mirror::Object* obj) NO_THREAD_SAFETY_ANALYSIS { in MonitorExitHelper()
78 bool LockCountData::CheckAllMonitorsReleasedOrThrow(Thread* self) { in CheckAllMonitorsReleasedOrThrow()
/ohos5.0/build/hb/util/prebuild/
H A Dpatch_process.py28 def __init__(self): argument
33 def patch_make(self, cmd_args=None, reverse=False): argument
58 def patch_apply(self, src_path, patch_list, reverse=False): argument
96 def patch_cache_update(self): argument
/ohos5.0/base/msdp/device_status/rust/ipc/client/src/
H A Dlib.rs66 fn add_interface_token(&self, data_parcel: &mut BorrowedMsgParcel<'_>) -> FusionResult<()> { in add_interface_token()
81 pub fn enable(&self, intention: Intention, data: &dyn Serialize, in enable()
104 pub fn disable(&self, intention: Intention, data: &dyn Serialize, in disable()
127 pub fn start(&self, intention: Intention, data: &dyn Serialize, in start()
150 pub fn stop(&self, intention: Intention, data: &dyn Serialize, in stop()
175 pub fn add_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in add_watch()
198 pub fn remove_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in remove_watch()
223 pub fn set_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in set_param()
247 pub fn get_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in get_param()
272 pub fn control(&self, intention: Intention, id: u32, data: &dyn Serialize, in control()
/aosp12/system/bt/gd/rust/main/src/
H A Dlib.rs34 pub async fn set_rootcanal_port(&self, port: Option<u16>) { in set_rootcanal_port()
41 pub async fn use_default_snoop(&self) { in use_default_snoop()
46 pub async fn configure_snoop(&self, path: Option<String>) { in configure_snoop()
66 pub async fn get_grpc<T: 'static + Clone + Send + Sync + GrpcFacade + Stoppable>( in get_grpc()
73 pub async fn stop(&mut self) { in stop()
78 pub fn stop_blocking(&mut self) { in stop_blocking()

1...<<21222324252627282930>>...86