Home
last modified time | relevance | path

Searched defs:self (Results 176 - 200 of 1113) sorted by relevance

12345678910>>...45

/third_party/python/Objects/stringlib/
H A Dlocaleutil.h11 GroupGenerator_init(GroupGenerator *self, const char *grouping) in GroupGenerator_init() argument
21 GroupGenerator_next(GroupGenerator *self) in GroupGenerator_next() argument
[all...]
/base/request/request/frameworks/js/napi/src/
H A Dasync_call.cpp30 napi_value self = nullptr; in AsyncCall() local
/base/request/request/frameworks/js/napi/include/
H A Drequest_event.h56 napi_value self; member
/base/request/request/frameworks/js/napi/src/upload/
H A Dasync_call.cpp26 napi_value self = nullptr; in AsyncCall() local
/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_distinguished_name.c69 static void DestroyX509DistinguishedName(CfObjectBase *self) in DestroyX509DistinguishedName() argument
84 static CfResult GetEncoded(HcfX509DistinguishedName *self, CfEncodingBlob *out) in GetEncoded() argument
98 static CfResult GetName(HcfX509DistinguishedName *self, CfBlo argument
[all...]
/base/security/crypto_framework/common/src/
H A Dhcf_string.c32 bool StringAppendPointer(HcString *self, const char *str) in StringAppendPointer() argument
51 bool StringSetPointer(HcString *self, const char *str) in StringSetPointer() argument
69 StringSetPointerWithLength(HcString* self, const char *str, uint32_t len) StringSetPointerWithLength() argument
92 StringGet(const HcString *self) StringGet() argument
106 StringLength(const HcString *self) StringLength() argument
127 StringFind(const HcString *self, char c, uint32_t begin) StringFind() argument
158 StringSubString(const HcString *self, uint32_t begin, uint32_t len, HcString* dst) StringSubString() argument
179 StringCompare(const HcString *self, const char* dst) StringCompare() argument
[all...]
/base/security/crypto_framework/frameworks/crypto_operation/
H A Dmac.c70 static HcfResult Init(HcfMac *self, const HcfSymKey *key) in Init() argument
84 static HcfResult Update(HcfMac *self, HcfBlob *input) in Update() argument
98 DoFinal(HcfMac *self, HcfBlob *output) DoFinal() argument
112 GetMacLength(HcfMac *self) GetMacLength() argument
126 GetAlgoName(HcfMac *self) GetAlgoName() argument
139 MacDestroy(HcfObjectBase *self) MacDestroy() argument
[all...]
H A Dmd.c82 static HcfResult Update(HcfMd *self, HcfBlob *input) in Update() argument
96 static HcfResult DoFinal(HcfMd *self, HcfBlob *output) in DoFinal() argument
110 GetMdLength(HcfMd *self) GetMdLength() argument
124 GetAlgoName(HcfMd *self) GetAlgoName() argument
137 MdDestroy(HcfObjectBase *self) MdDestroy() argument
[all...]
H A Drand.c71 static HcfResult GenerateRandom(HcfRand *self, int32_t numBytes, HcfBlob *random) in GenerateRandom() argument
89 static const char *GetAlgoName(HcfRand *self) in GetAlgoName() argument
102 SetSeed(HcfRand *self, HcfBlob *seed) SetSeed() argument
117 HcfRandDestroy(HcfObjectBase *self) HcfRandDestroy() argument
[all...]
/base/security/crypto_framework/plugin/mbedtls_plugin/md/src/
H A Dmbedtls_md.c47 static mbedtls_md_context_t *MbedtlsGetMdCtx(HcfMdSpi *self) in MbedtlsGetMdCtx() argument
57 static HcfResult MbedtlsEngineUpdateMd(HcfMdSpi *self, HcfBlob *input) in MbedtlsEngineUpdateMd() argument
73 static HcfResult MbedtlsEngineDoFinalMd(HcfMdSpi *self, HcfBlob *output) in MbedtlsEngineDoFinalMd() argument
106 static uint32_t MbedtlsEngineGetMdLength(HcfMdSpi *self) in MbedtlsEngineGetMdLength() argument
122 MbedtlsDestroyMd(HcfObjectBase *self) MbedtlsDestroyMd() argument
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/hmac/src/
H A Dmac_openssl.c40 static HMAC_CTX *OpensslGetMacCtx(HcfMacSpi *self) in OpensslGetMacCtx() argument
69 static HcfResult OpensslEngineInitMac(HcfMacSpi *self, const HcfSymKey *key) in OpensslEngineInitMac() argument
98 static HcfResult OpensslEngineUpdateMac(HcfMacSpi *self, HcfBlob *input) in OpensslEngineUpdateMac() argument
112 OpensslEngineDoFinalMac(HcfMacSpi *self, HcfBlob *output) OpensslEngineDoFinalMac() argument
136 OpensslEngineGetMacLength(HcfMacSpi *self) OpensslEngineGetMacLength() argument
145 OpensslDestroyMac(HcfObjectBase *self) OpensslDestroyMac() argument
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/md/src/
H A Dmd_openssl.c39 static EVP_MD_CTX *OpensslGetMdCtx(HcfMdSpi *self) in OpensslGetMdCtx() argument
68 static HcfResult OpensslEngineUpdateMd(HcfMdSpi *self, HcfBlob *input) in OpensslEngineUpdateMd() argument
86 static HcfResult OpensslEngineDoFinalMd(HcfMdSpi *self, HcfBlob *output) in OpensslEngineDoFinalMd() argument
115 static uint32_t OpensslEngineGetMdLength(HcfMdSpi *self) in OpensslEngineGetMdLength() argument
129 OpensslDestroyMd(HcfObjectBase *self) OpensslDestroyMd() argument
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Decdh_openssl.c79 static void DestroyEcdh(HcfObjectBase *self) in DestroyEcdh() argument
90 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_common_cov_test.cpp65 static void DestroyTest(HcfObjectBase *self) in DestroyTest() argument
/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_work.h45 napi_value self = nullptr; member
/foundation/ability/form_fwk/services/src/
H A Dform_free_install_operator.cpp75 auto self = shared_from_this(); in OnInstallFinished() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_pattern_lock.cpp101 auto self = FFIData::GetData<NativePatternLockController>(selfID); in FfiOHOSAceFrameworkPatternLockControllerReset() local
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Drecord_itf.cpp20 static SLresult SetRecordState(SLRecordItf self, SLuint32 state) in SetRecordState() argument
30 static SLresult GetRecordState(SLRecordItf self, SLuint32 *pState) in GetRecordState() argument
40 static SLresult SetDurationLimit(SLRecordItf self, SLmillisecond msec) in SetDurationLimit() argument
45 static SLresult GetPosition(SLRecordItf self, SLmillisecond *pMsec) in GetPosition() argument
50 static SLresult RegisterCallback(SLRecordItf self, slRecordCallback callback, void *pContext) in RegisterCallback() argument
55 static SLresult SetCallbackEventsMask(SLRecordItf self, SLuint3 argument
60 GetCallbackEventsMask(SLRecordItf self, SLuint32 *pEventFlags) GetCallbackEventsMask() argument
65 SetMarkerPosition(SLRecordItf self, SLmillisecond mSec) SetMarkerPosition() argument
70 ClearMarkerPosition(SLRecordItf self) ClearMarkerPosition() argument
75 GetMarkerPosition(SLRecordItf self, SLmillisecond *pMsec) GetMarkerPosition() argument
80 SetPositionUpdatePeriod(SLRecordItf self, SLmillisecond mSec) SetPositionUpdatePeriod() argument
85 GetPositionUpdatePeriod(SLRecordItf self, SLmillisecond *pMsec) GetPositionUpdatePeriod() argument
105 IRecordInit(void *self, SLuint32 id) IRecordInit() argument
[all...]
H A Dplay_itf.cpp22 static SLresult SetPlayState(SLPlayItf self, SLuint32 state) in SetPlayState() argument
32 static SLresult GetPlayState(SLPlayItf self, SLuint32 *state) in GetPlayState() argument
42 static SLresult GetDuration(SLPlayItf self, SLmillisecond *pMsec) in GetDuration() argument
47 static SLresult GetPosition(SLPlayItf self, SLmillisecond *pMsec) in GetPosition() argument
52 static SLresult RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext) in RegisterCallback() argument
57 static SLresult SetCallbackEventsMask(SLPlayItf self, SLuint3 argument
62 GetCallbackEventsMask(SLPlayItf self, SLuint32 *pEventFlags) GetCallbackEventsMask() argument
67 SetMarkerPosition(SLPlayItf self, SLmillisecond mSec) SetMarkerPosition() argument
72 ClearMarkerPosition(SLPlayItf self) ClearMarkerPosition() argument
77 GetMarkerPosition(SLPlayItf self, SLmillisecond *pMsec) GetMarkerPosition() argument
82 SetPositionUpdatePeriod(SLPlayItf self, SLmillisecond mSec) SetPositionUpdatePeriod() argument
87 GetPositionUpdatePeriod(SLPlayItf self, SLmillisecond *pMsec) GetPositionUpdatePeriod() argument
107 IPlayInit(void *self, SLuint32 id) IPlayInit() argument
[all...]
H A Dvolume_itf.cpp20 static SLresult SetVolumeLevel(SLVolumeItf self, SLmillibel level) in SetVolumeLevel() argument
30 static SLresult GetVolumeLevel(SLVolumeItf self, SLmillibel *level) in GetVolumeLevel() argument
40 static SLresult GetMaxVolumeLevel(SLVolumeItf self, SLmillibel *maxLevel) in GetMaxVolumeLevel() argument
50 static SLresult SetMute(SLVolumeItf self, SLboolea argument
55 GetMute(SLVolumeItf self, SLboolean *state) GetMute() argument
60 EnableStereoPosition(SLVolumeItf self, SLboolean enable) EnableStereoPosition() argument
65 IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable) IsEnabledStereoPosition() argument
70 SetStereoPosition(SLVolumeItf self, SLpermille stereoPosition) SetStereoPosition() argument
75 GetStereoPosition(SLVolumeItf self, SLpermille *pStereoPosition) GetStereoPosition() argument
92 IVolumeInit(void *self, SLuint32 id) IVolumeInit() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dproperty.cpp32 void PropertyBase::SetSelf(IProperty::Ptr self) in SetSelf() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_async_work.h72 napi_value self = nullptr; member
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_async_work.h42 napi_value self = nullptr; member
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_bt_network_impl_test.cpp148 LnnProtocolManager self = {0}; in HWTEST_F() local
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Dnapi_queue.h52 napi_value self = nullptr; member

Completed in 9 milliseconds

12345678910>>...45