| /third_party/python/Objects/stringlib/ |
| H A D | localeutil.h | 11 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 D | async_call.cpp | 30 napi_value self = nullptr;
in AsyncCall() local
|
| /base/request/request/frameworks/js/napi/include/ |
| H A D | request_event.h | 56 napi_value self;
member
|
| /base/request/request/frameworks/js/napi/src/upload/ |
| H A D | async_call.cpp | 26 napi_value self = nullptr;
in AsyncCall() local
|
| /base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
| H A D | x509_distinguished_name.c | 69 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 D | hcf_string.c | 32 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 D | mac.c | 70 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 D | md.c | 82 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 D | rand.c | 71 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 D | mbedtls_md.c | 47 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 D | mac_openssl.c | 40 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 D | md_openssl.c | 39 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 D | ecdh_openssl.c | 79 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 D | crypto_common_cov_test.cpp | 65 static void DestroyTest(HcfObjectBase *self) in DestroyTest() argument
|
| /base/time/time_service/framework/js/napi/common/include/ |
| H A D | napi_work.h | 45 napi_value self = nullptr; member
|
| /foundation/ability/form_fwk/services/src/ |
| H A D | form_free_install_operator.cpp | 75 auto self = shared_from_this(); in OnInstallFinished() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_pattern_lock.cpp | 101 auto self = FFIData::GetData<NativePatternLockController>(selfID); in FfiOHOSAceFrameworkPatternLockControllerReset() local
|
| /foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
| H A D | record_itf.cpp | 20 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 D | play_itf.cpp | 22 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 D | volume_itf.cpp | 20 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 D | property.cpp | 32 void PropertyBase::SetSelf(IProperty::Ptr self) in SetSelf() argument
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
| H A D | napi_async_work.h | 72 napi_value self = nullptr; member
|
| /foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
| H A D | napi_async_work.h | 42 napi_value self = nullptr; member
|
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
| H A D | lnn_bt_network_impl_test.cpp | 148 LnnProtocolManager self = {0}; in HWTEST_F() local
|
| /foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/ |
| H A D | napi_queue.h | 52 napi_value self = nullptr; member
|