| /third_party/python/Objects/stringlib/ |
| H A D | transmogrify.h | 16 return_self(PyObject *self) in return_self() argument 38 stringlib_expandtabs_impl(PyObject *self, int tabsize) in stringlib_expandtabs_impl() argument 106 pad(PyObject *self, Py_ssize_t left, Py_ssize_t right, char fill) pad() argument 147 stringlib_ljust_impl(PyObject *self, Py_ssize_t width, char fillchar) stringlib_ljust_impl() argument 171 stringlib_rjust_impl(PyObject *self, Py_ssize_t width, char fillchar) stringlib_rjust_impl() argument 195 stringlib_center_impl(PyObject *self, Py_ssize_t width, char fillchar) stringlib_center_impl() argument 222 stringlib_zfill_impl(PyObject *self, Py_ssize_t width) stringlib_zfill_impl() argument 279 stringlib_replace_interleave(PyObject *self, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_interleave() argument 350 stringlib_replace_delete_single_character(PyObject *self, char from_c, Py_ssize_t maxcount) stringlib_replace_delete_single_character() argument 394 stringlib_replace_delete_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, Py_ssize_t maxcount) stringlib_replace_delete_substring() argument 446 stringlib_replace_single_character_in_place(PyObject *self, char from_c, char to_c, Py_ssize_t maxcount) stringlib_replace_single_character_in_place() argument 493 stringlib_replace_substring_in_place(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_substring_in_place() argument 545 stringlib_replace_single_character(PyObject *self, char from_c, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_single_character() argument 609 stringlib_replace_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_substring() argument 678 stringlib_replace(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace() argument [all...] |
| /third_party/python/Objects/ |
| H A D | unionobject.c | 18 unionobject_dealloc(PyObject *self) in unionobject_dealloc() argument 30 union_traverse(PyObject *self, visitproc visit, void *arg) in union_traverse() argument 39 union_hash(PyObject *self) in union_hash() argument 159 _Py_union_type_or(PyObject* self, PyObjec argument 251 union_repr(PyObject *self) union_repr() argument 279 union_getitem(PyObject *self, PyObject *item) union_getitem() argument 320 union_parameters(PyObject *self, void *Py_UNUSED(unused)) union_parameters() argument 348 union_getattro(PyObject *self, PyObject *name) union_getattro() argument 365 _Py_union_args(PyObject *self) _Py_union_args() argument [all...] |
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | extension_dict.cc | 68 static Py_ssize_t len(ExtensionDict* self) { in len() argument 103 ExtensionDict* self = reinterpret_cast<ExtensionDict*>(_self); in GetIter() local 127 ExtensionIterator* self in DeallocExtensionIterator() local 134 subscript(ExtensionDict* self, PyObject* key) subscript() argument 208 ass_subscript(ExtensionDict* self, PyObject* key, PyObject* value) ass_subscript() argument 234 _FindExtensionByName(ExtensionDict* self, PyObject* arg) _FindExtensionByName() argument 265 _FindExtensionByNumber(ExtensionDict* self, PyObject* arg) _FindExtensionByNumber() argument 282 ExtensionDict* self = reinterpret_cast<ExtensionDict*>(_self); Contains() local 311 ExtensionDict* self = reinterpret_cast<ExtensionDict*>( NewExtensionDict() local 323 ExtensionDict* self = reinterpret_cast<ExtensionDict*>(pself); dealloc() local 328 RichCompare(ExtensionDict* self, PyObject* other, int opid) RichCompare() argument 411 extension_dict::ExtensionIterator* self = IterNext() local [all...] |
| /third_party/python/Modules/cjkcodecs/clinic/ |
| H A D | multibytecodec.c.h | 25 _multibytecodec_MultibyteCodec_encode(MultibyteCodecObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _multibytecodec_MultibyteCodec_encode() argument 88 _multibytecodec_MultibyteCodec_decode(MultibyteCodecObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _multibytecodec_MultibyteCodec_decode() argument 156 _multibytecodec_MultibyteIncrementalEncoder_encode(MultibyteIncrementalEncoderObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _multibytecodec_MultibyteIncrementalEncoder_encode() argument 197 _multibytecodec_MultibyteIncrementalEncoder_getstate(MultibyteIncrementalEncoderObject *self, PyObject *Py_UNUSED(ignored)) _multibytecodec_MultibyteIncrementalEncoder_getstate() argument 215 _multibytecodec_MultibyteIncrementalEncoder_setstate(MultibyteIncrementalEncoderObject *self, PyObject *arg) _multibytecodec_MultibyteIncrementalEncoder_setstate() argument 243 _multibytecodec_MultibyteIncrementalEncoder_reset(MultibyteIncrementalEncoderObject *self, PyObject *Py_UNUSED(ignored)) _multibytecodec_MultibyteIncrementalEncoder_reset() argument 262 _multibytecodec_MultibyteIncrementalDecoder_decode(MultibyteIncrementalDecoderObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _multibytecodec_MultibyteIncrementalDecoder_decode() argument 314 _multibytecodec_MultibyteIncrementalDecoder_getstate(MultibyteIncrementalDecoderObject *self, PyObject *Py_UNUSED(ignored)) _multibytecodec_MultibyteIncrementalDecoder_getstate() argument 332 _multibytecodec_MultibyteIncrementalDecoder_setstate(MultibyteIncrementalDecoderObject *self, PyObject *arg) _multibytecodec_MultibyteIncrementalDecoder_setstate() argument 360 _multibytecodec_MultibyteIncrementalDecoder_reset(MultibyteIncrementalDecoderObject *self, PyObject *Py_UNUSED(ignored)) _multibytecodec_MultibyteIncrementalDecoder_reset() argument 378 _multibytecodec_MultibyteStreamReader_read(MultibyteStreamReaderObject *self, PyObject *const *args, Py_ssize_t nargs) _multibytecodec_MultibyteStreamReader_read() argument 410 _multibytecodec_MultibyteStreamReader_readline(MultibyteStreamReaderObject *self, PyObject *const *args, Py_ssize_t nargs) _multibytecodec_MultibyteStreamReader_readline() argument 442 _multibytecodec_MultibyteStreamReader_readlines(MultibyteStreamReaderObject *self, PyObject *const *args, Py_ssize_t nargs) _multibytecodec_MultibyteStreamReader_readlines() argument 473 _multibytecodec_MultibyteStreamReader_reset(MultibyteStreamReaderObject *self, PyObject *Py_UNUSED(ignored)) _multibytecodec_MultibyteStreamReader_reset() argument 492 _multibytecodec_MultibyteStreamWriter_write(MultibyteStreamWriterObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _multibytecodec_MultibyteStreamWriter_write() argument 525 _multibytecodec_MultibyteStreamWriter_writelines(MultibyteStreamWriterObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _multibytecodec_MultibyteStreamWriter_writelines() argument 557 _multibytecodec_MultibyteStreamWriter_reset(MultibyteStreamWriterObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _multibytecodec_MultibyteStreamWriter_reset() argument [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | _curses_panel.c.h | 18 _curses_panel_panel_bottom(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _curses_panel_panel_bottom() argument 42 _curses_panel_panel_hide(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _curses_panel_panel_hide() argument 64 _curses_panel_panel_show(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_show() argument 86 _curses_panel_panel_top(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_top() argument 108 _curses_panel_panel_above(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) _curses_panel_panel_above() argument 126 _curses_panel_panel_below(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) _curses_panel_panel_below() argument 144 _curses_panel_panel_hidden(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) _curses_panel_panel_hidden() argument 163 _curses_panel_panel_move(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_move() argument 203 _curses_panel_panel_window(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) _curses_panel_panel_window() argument 223 _curses_panel_panel_replace(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_replace() argument 260 _curses_panel_panel_set_userptr(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_set_userptr() argument 293 _curses_panel_panel_userptr(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_panel_panel_userptr() argument [all...] |
| H A D | zlibmodule.c.h | 351 zlib_Compress_compress(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in zlib_Compress_compress() argument 406 zlib_Decompress_decompress(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in zlib_Decompress_decompress() argument 473 zlib_Compress_flush(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress_flush() argument 514 zlib_Compress_copy(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress_copy() argument 539 zlib_Compress___copy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress___copy__() argument 565 zlib_Compress___deepcopy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Compress___deepcopy__() argument 601 zlib_Decompress_copy(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress_copy() argument 626 zlib_Decompress___copy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress___copy__() argument 652 zlib_Decompress___deepcopy__(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress___deepcopy__() argument 690 zlib_Decompress_flush(compobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) zlib_Decompress_flush() argument [all...] |
| /third_party/python/Modules/ |
| H A D | xxlimited.c | 99 XxoObject *self; newXxoObject() local 119 XxoObject *self = (XxoObject *)self_obj; Xxo_traverse() local 125 Xxo_clear(XxoObject *self) Xxo_clear() argument 134 XxoObject *self = (XxoObject *)self_obj; Xxo_finalize() local 139 Xxo_dealloc(PyObject *self) Xxo_dealloc() argument 153 Xxo_getattro(XxoObject *self, PyObject *name) Xxo_getattro() argument 169 Xxo_setattro(XxoObject *self, PyObject *name, PyObject *v) Xxo_setattro() argument 197 Xxo_demo(XxoObject *self, PyTypeObject *defining_class, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) Xxo_demo() argument 236 Xxo_getbuffer(XxoObject *self, Py_buffer *view, int flags) Xxo_getbuffer() argument 248 Xxo_releasebuffer(XxoObject *self, Py_buffer *view) Xxo_releasebuffer() argument 254 Xxo_get_x_exports(XxoObject *self, void *c) Xxo_get_x_exports() argument [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | keywords.h | 34 int self; variable
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cordz_info_statistics_test.cc | 141 double self = 0.0, children = 0.0; in FairShareImpl() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
| H A D | variant.h | 721 Replace( Self* self, Args&&... args) Replace() argument [all...] |
| /third_party/node/test/fixtures/wpt/resources/ |
| H A D | idlharness.js | [all...] |
| /third_party/rust/crates/log/src/kv/ |
| H A D | value.rs | [all...] |
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| H A D | js_utils.cpp | 186 napi_value self = nullptr; in GetNativeSelf() local
|
| /base/request/request/frameworks/js/napi/src/ |
| H A D | request_event.cpp | 333 ParseInputParameters( napi_env env, size_t argc, napi_value self, const std::shared_ptr<ExecContext> &context) ParseInputParameters() argument
|
| /base/security/crypto_framework/frameworks/crypto_operation/ |
| H A D | signature.c | 236 static const char *GetSignAlgoName(HcfSign *self) in GetSignAlgoName() argument 248 static const char *GetVerifyAlgoName(HcfVerify *self) in GetVerifyAlgoName() argument 260 DestroySign(HcfObjectBase *self) DestroySign() argument 275 DestroyVerify(HcfObjectBase *self) DestroyVerify() argument 290 SetSignSpecInt(HcfSign *self, SignSpecItem item, int32_t saltLen) SetSignSpecInt() argument 304 GetSignSpecString(HcfSign *self, SignSpecItem item, char **returnString) GetSignSpecString() argument 318 SetSignSpecUint8Array(HcfSign *self, SignSpecItem item, HcfBlob blob) SetSignSpecUint8Array() argument 332 GetSignSpecInt(HcfSign *self, SignSpecItem item, int32_t *returnInt) GetSignSpecInt() argument 346 SignInit(HcfSign *self, HcfParamsSpec *params, HcfPriKey *privateKey) SignInit() argument 360 SignUpdate(HcfSign *self, HcfBlob *data) SignUpdate() argument 374 SignDoFinal(HcfSign *self, HcfBlob *data, HcfBlob *returnSignatureData) SignDoFinal() argument 388 SetVerifySpecInt(HcfVerify *self, SignSpecItem item, int32_t saltLen) SetVerifySpecInt() argument 402 GetVerifySpecString(HcfVerify *self, SignSpecItem item, char **returnString) GetVerifySpecString() argument 416 SetVerifySpecUint8Array(HcfVerify *self, SignSpecItem item, HcfBlob blob) SetVerifySpecUint8Array() argument 430 GetVerifySpecInt(HcfVerify *self, SignSpecItem item, int32_t *returnInt) GetVerifySpecInt() argument 444 VerifyInit(HcfVerify *self, HcfParamsSpec *params, HcfPubKey *publicKey) VerifyInit() argument 458 VerifyUpdate(HcfVerify *self, HcfBlob *data) VerifyUpdate() argument 472 VerifyDoFinal(HcfVerify *self, HcfBlob *data, HcfBlob *signatureData) VerifyDoFinal() argument 485 VerifyRecover(HcfVerify *self, HcfBlob *signatureData, HcfBlob *rawSignatureData) VerifyRecover() argument [all...] |
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/ |
| H A D | cipher_aes_openssl.c | 315 static HcfResult InitCipherData(HcfCipherGeneratorSpi *self, enum HcfCryptoMode opMode, in InitCipherData() argument 400 static HcfResult EngineCipherInit(HcfCipherGeneratorSpi *self, enum HcfCryptoMode opMode, in EngineCipherInit() argument 505 static HcfResult EngineUpdate(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) in EngineUpdate() argument 741 EngineDoFinal(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) EngineDoFinal() argument 776 EngineAesGeneratorDestroy(HcfObjectBase *self) EngineAesGeneratorDestroy() argument 791 GetAesCipherSpecString(HcfCipherGeneratorSpi *self, CipherSpecItem item, char **returnString) GetAesCipherSpecString() argument 799 GetAesCipherSpecUint8Array(HcfCipherGeneratorSpi *self, CipherSpecItem item, HcfBlob *returnUint8Array) GetAesCipherSpecUint8Array() argument 807 SetAesCipherSpecUint8Array(HcfCipherGeneratorSpi *self, CipherSpecItem item, HcfBlob blob) SetAesCipherSpecUint8Array() argument [all...] |
| H A D | cipher_sm4_openssl.c | 213 static HcfResult InitCipherData(HcfCipherGeneratorSpi* self, enum HcfCryptoMode opMode, in InitCipherData() argument 277 static HcfResult CheckParam(HcfCipherGeneratorSpi* self, enum HcfCryptoMode opMode, HcfKey* key) in CheckParam() argument 355 static HcfResult EngineCipherInit(HcfCipherGeneratorSpi* self, enum HcfCryptoMode opMode, in EngineCipherInit() argument 432 EngineUpdate(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) EngineUpdate() argument 599 EngineDoFinal(HcfCipherGeneratorSpi* self, HcfBlob* input, HcfBlob* output) EngineDoFinal() argument 633 EngineSm4GeneratorDestroy(HcfObjectBase *self) EngineSm4GeneratorDestroy() argument 648 GetSm4CipherSpecString(HcfCipherGeneratorSpi *self, CipherSpecItem item, char **returnString) GetSm4CipherSpecString() argument 656 GetSm4CipherSpecUint8Array(HcfCipherGeneratorSpi *self, CipherSpecItem item, HcfBlob *returnUint8Array) GetSm4CipherSpecUint8Array() argument 664 SetSm4CipherSpecUint8Array(HcfCipherGeneratorSpi *self, CipherSpecItem item, HcfBlob blob) SetSm4CipherSpecUint8Array() argument [all...] |
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/ |
| H A D | signature_rsa_openssl.c | 88 static void DestroyRsaSign(HcfObjectBase *self) in DestroyRsaSign() argument 109 static void DestroyRsaVerify(HcfObjectBase *self) in DestroyRsaVerify() argument 274 static HcfResult EngineSignInit(HcfSignSpi *self, HcfParamsSpec *params, HcfPriKey *privateKey) in EngineSignInit() argument 391 EngineVerifyInit(HcfVerifySpi *self, HcfParamsSpec *params, HcfPubKey *publicKey) EngineVerifyInit() argument 428 EngineSignUpdate(HcfSignSpi *self, HcfBlob *data) EngineSignUpdate() argument 454 EngineVerifyUpdate(HcfVerifySpi *self, HcfBlob *data) EngineVerifyUpdate() argument 542 EngineSign(HcfSignSpi *self, HcfBlob *data, HcfBlob *returnSignatureData) EngineSign() argument 568 EngineVerify(HcfVerifySpi *self, HcfBlob *data, HcfBlob *signatureData) EngineVerify() argument 603 EngineRecover(HcfVerifySpi *self, HcfBlob *signatureData, HcfBlob *rawSignatureData) EngineRecover() argument 705 EngineSetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t saltLen) EngineSetSignSpecInt() argument 743 EngineGetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t *returnInt) EngineGetSignSpecInt() argument 782 EngineSetSignSpecUint8Array(HcfSignSpi *self, SignSpecItem item, HcfBlob pSource) EngineSetSignSpecUint8Array() argument 790 EngineGetSignSpecString(HcfSignSpi *self, SignSpecItem item, char **returnString) EngineGetSignSpecString() argument 824 EngineSetVerifySpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t saltLen) EngineSetVerifySpecInt() argument 861 EngineGetVerifySpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t *returnInt) EngineGetVerifySpecInt() argument 900 EngineSetVerifySpecUint8Array(HcfVerifySpi *self, SignSpecItem item, HcfBlob pSource) EngineSetVerifySpecUint8Array() argument 908 EngineGetVerifySpecString(HcfVerifySpi *self, SignSpecItem item, char **returnString) EngineGetVerifySpecString() argument [all...] |
| /base/security/device_auth/services/session_manager/src/session/ |
| H A D | dev_session_fwk.c | 68 static void DestroySession(DevSession *self) in DestroySession() argument 234 static int32_t StartSession(DevSession *self) in StartSession() argument 592 static int32_t ProcessSession(DevSession *self, const CJson *receviedMsg, bool *isFinish) in ProcessSession() argument [all...] |
| /base/security/device_auth/test/fuzztest/session_manager/session/v2/auth_sub_session/authsubsession_fuzzer/ |
| H A D | authsubsession_fuzzer.cpp | 55 AuthSubSession *self; in AuthSubSessionTest01() local 146 AuthSubSession *self; in AuthSubSessionTest04() local 236 AuthSubSession *self; in AuthSubSessionTest07() local 327 AuthSubSession *self; AuthSubSessionTest10() local 341 AuthSubSession *self; AuthSubSessionTest12() local 349 AuthSubSession *self; AuthSubSessionTest13() local 356 AuthSubSession *self; AuthSubSessionTest14() local 366 AuthSubSession *self; AuthSubSessionTest15() local 376 AuthSubSession *self; AuthSubSessionTest16() local 387 AuthSubSession *self; AuthSubSessionTest17() local 398 AuthSubSession *self; AuthSubSessionTest18() local 408 AuthSubSession *self; AuthSubSessionTest19() local 417 AuthSubSession *self; AuthSubSessionTest20() local 438 AuthSubSession *self; AuthSubSessionTest22() local 445 AuthSubSession *self; AuthSubSessionTest23() local 457 AuthSubSession *self; AuthSubSessionTest24() local 468 AuthSubSession *self; AuthSubSessionTest25() local 478 AuthSubSession *self; AuthSubSessionTest26() local 488 AuthSubSession *self; AuthSubSessionTest27() local 497 AuthSubSession *self; AuthSubSessionTest28() local 506 AuthSubSession *self; AuthSubSessionTest29() local 515 AuthSubSession *self; AuthSubSessionTest30() local 526 AuthSubSession *self; AuthSubSessionTest31() local 535 AuthSubSession *self; AuthSubSessionTest32() local 545 AuthSubSession *self; AuthSubSessionTest33() local [all...] |
| /base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/savetrustedinfo_fuzzer/ |
| H A D | savetrustedinfo_fuzzer.cpp | 174 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in SaveTrustedInfoTest00() local 206 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in SaveTrustedInfoTest07() local 213 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in SaveTrustedInfoTest08() local 222 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); SaveTrustedInfoTest09() local 235 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); SaveTrustedInfoTest10() local 248 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); SaveTrustedInfoTest11() local 259 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); SaveTrustedInfoTest12() local 268 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); SaveTrustedInfoTest13() local 278 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); SaveTrustedInfoTest14() local 287 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); SaveTrustedInfoTest15() local 299 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); SaveTrustedInfoTest16() local 311 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsS, false, ABORT_IF_ERROR); SaveTrustedInfoTest17() local 323 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsS, false, ABORT_IF_ERROR); SaveTrustedInfoTest18() local 335 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsS, false, ABORT_IF_ERROR); SaveTrustedInfoTest19() local 346 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsS, false, ABORT_IF_ERROR); SaveTrustedInfoTest20() local 358 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsS, false, ABORT_IF_ERROR); SaveTrustedInfoTest21() local [all...] |
| /base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/ |
| H A D | save_trusted_info_test.cpp | 217 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in HWTEST_F() local 320 BaseCmd *self = CreateSaveTrustedInfoCmd(nullptr, true, ABORT_IF_ERROR); in HWTEST_F() local 328 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)(&errorParams), true, ABORT_IF_ERROR); in HWTEST_F() local 336 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)(&errorParams), true, ABORT_IF_ERROR); in HWTEST_F() local 344 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)(&errorParams), true, ABORT_IF_ERROR); HWTEST_F() local 350 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); HWTEST_F() local 358 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); HWTEST_F() local 369 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); HWTEST_F() local 387 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); HWTEST_F() local 408 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); HWTEST_F() local 422 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); HWTEST_F() local 435 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); HWTEST_F() local 448 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); HWTEST_F() local 461 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); HWTEST_F() local 477 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); HWTEST_F() local 493 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsS, false, ABORT_IF_ERROR); HWTEST_F() local 510 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsS, false, ABORT_IF_ERROR); HWTEST_F() local 527 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsS, false, ABORT_IF_ERROR); HWTEST_F() local 544 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsS, false, ABORT_IF_ERROR); HWTEST_F() local 561 BaseCmd *self = CreateSaveTrustedInfoCmd((void *)&g_paramsS, false, ABORT_IF_ERROR); HWTEST_F() local [all...] |
| /base/security/device_security_level/baselib/msglib/src/lite/ |
| H A D | messenger_device_session_manager.c | 466 static DeviceIdentify self = {0, {0}}; in MessengerSendMsgTo() local
|
| /base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/ |
| H A D | dslm_fuzzer.cpp | 132 static DeviceIdentify self = {0, {0}}; in ServiceTest() local 168 static DeviceIdentify self = {0, {0}}; in MessengerSendMsgToTest() local
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | icc_operator_privilege_controller.cpp | 194 auto self = this->shared_from_this(); in Init() local
|