Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 62) sorted by relevance

123

/base/request/request/frameworks/js/napi/src/
Dutf8_utils.cpp50 bool GetNextByte(const std::vector<uint8_t> &v, size_t &index, uint8_t &next) in GetNextByte()
65 uint8_t next = 0; in Check2Bytes() local
74 uint8_t next = 0; in Check3Bytes() local
95 uint8_t next = 0; in Check4Bytes() local
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
Dhks_asn1_test.cpp111 struct HksBlob next = { .size = sizeof(nextData), .data = nextData }; variable
130 struct HksBlob next = { .size = sizeof(nextData), .data = nextData }; variable
146 struct HksBlob next = { .size = sizeof(nextData), .data = nextData }; variable
/base/security/access_token/services/privacymanager/src/record/
Dpermission_used_record_cache.cpp242 auto next = curPendingRecordNode->next; in PersistPendingRecords() local
298 auto next = curFindDeletePos->next; in RemoveRecords() local
337 auto next = curFindDeletePos->next; in RemoveFromPersistQueueAndDatabase() local
369 auto next = curFindPos->next; in GetRecords() local
411 auto next = curFindPos->next; in GetFromPersistQueueAndDatabase() local
539 auto next = curFindPos->next; in FindTokenIdList() local
551 auto next = curFindPos->next; in FindTokenIdList() local
576 std::shared_ptr<PermissionUsedRecordNode> next = deleteRecordNode->next; in DeleteRecordNode() local
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
Dkey_agreement_version.c25 …id split_ver(char *tmp_ver, const char *sub_ver, struct key_agreement_version *cur_ver, char *next) in split_ver()
48 char *next = NULL; in parse_version() local
/base/update/updater/services/diffpatch/bzip2/
Dbzip2_adapter.cpp53 char *next = reinterpret_cast<char*>(buffer_.data() + offset_ + dataSize_); in WriteData() local
90 char *next = reinterpret_cast<char*>(buffer_.data() + offset_ + dataSize_); in FlushData() local
/base/security/access_token/services/privacymanager/include/record/
Dpermission_record_node.h27 std::shared_ptr<PermissionUsedRecordNode> next; member
/base/powermgr/display_manager/brightness_manager/src/
Dlight_lux_buffer.cpp125 unsigned int next = mEnd; in Push() local
170 unsigned int next = mStart + 1; in Prune() local
/base/security/huks/utils/list/
Dhks_double_list.h21 struct DoubleList *next; member
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
Dcert_manager_double_list.h27 struct DoubleList *next; member
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
Ddcm_asn1.c129 static int32_t Asn1GetObj(struct HksBlob *next, struct HksAsn1Obj *obj, const struct HksBlob *data) in Asn1GetObj()
171 int32_t DcmAsn1ExtractTag(struct HksBlob *next, struct HksAsn1Obj *obj, const struct HksBlob *data, in DcmAsn1ExtractTag()
/base/security/dataclassification/test/unittest/datatransmitmgr/
DDevslinfoListTest.h34 struct DATASLListParams *next; member
/base/security/dataclassification/interfaces/innerkits/datatransmitmgr/include/
Ddev_slinfo_list.h30 struct DATASLListParams *next; member
/base/startup/init/interfaces/kits/jskits/src/
Dnative_parameters_watch.cpp191 static bool GetFristRefence(ParamWatcherPtr watcher, uint32_t &next) in GetFristRefence()
202 static napi_ref GetWatcherReference(ParamWatcherPtr watcher, uint32_t next) in GetWatcherReference()
212 static uint32_t GetNextRefence(ParamWatcherPtr watcher, uint32_t &next) in GetNextRefence()
233 static void DelWatcherCallback(ParamWatcherPtr watcher, uint32_t next) in DelWatcherCallback()
256 uint32_t next = 0; in DelCallback() local
281 uint32_t next = 0; in CheckCallbackEqual() local
423 uint32_t next = 0; in HandleParameterChange() local
/base/hiviewdfx/faultloggerd/frameworks/allocator/include/
Ddfx_allocator.h30 struct DfxBlockInfo* next; member
46 struct DfxPageInfo* next; member
/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/include/
DcJSON.h28 struct cJSON* next; member
/base/security/selinux_adapter/interfaces/policycoreutils/include/
Dselinux_parameter.h37 struct ParamContextsList *next; member
/base/startup/init/interfaces/innerkits/include/
Dlist.h72 struct ListNode *next; member
Dinit_hashmap.h31 struct HashNode_ *next; member
/base/startup/init/services/init/include/
Dinit_service_file.h35 struct ServiceFile_ *next; member
/base/telephony/ril_adapter/services/vendor/include/
Dat_support.h28 struct Line *next; member
/base/startup/init/services/param/base/
Dparam_include.h86 ParamTrieNode *next = GetTrieNode(workSpace, current->child); in FindTrieNode_() local
/base/startup/init/test/unittest/param/
Dparam_stub.h56 struct ParamContextsList *next; member
/base/security/device_security_level/baselib/utils/include/
Dutils_dslm_list.h20 struct TagListHead *next; member
/base/startup/init/services/begetctl/shell/
Dshell_bas.h62 struct BShellCommand_ *next; member
77 struct BShellKey_ *next; member
/base/startup/init/services/utils/
Dinit_hashmap.c142 HashNode *next = node->next; in HashListFree() local
179 HashNode *next = node->next; in OH_HashMapTraverse() local

123