| /base/powermgr/powermgr_lite/services/src/ |
| D | running_lock_mgr.c | 50 static BOOL AddRunningLockEntryLocked(Vector *vec, RunningLockEntry *entry) in AddRunningLockEntryLocked() 75 static BOOL RemoveRunningLockEntryLocked(Vector *vec, RunningLockEntry *entry) in RemoveRunningLockEntryLocked() 95 Vector *vec = &g_runningLocks[t]; in ShowLocks() local 116 Vector *vec = &g_runningLocks[entry->lock.type]; in RunningLockMgrAcquireEntry() local 131 Vector *vec = &g_runningLocks[entry->lock.type]; in RunningLockMgrReleaseEntry() local
|
| /base/hiviewdfx/hilog/test/unittest/common/ |
| D | hilog_print_test.cpp | 104 vector<string> vec; variable 142 vector<string> vec; variable 168 vector<string> vec; variable 200 vector<string> vec; variable
|
| D | hilogtool_test.cpp | 438 vector<string> vec; variable 558 vector<string> vec; variable 587 vector<string> vec; variable 622 vector<string> vec; variable 696 vector<string> vec; variable 808 vector<string> vec; variable
|
| /base/telephony/state_registry/test/unittest/state_test/ |
| D | state_registry_observer.h | 36 void OnSignalInfoUpdated(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdated() 41 void OnSignalInfoUpdatedExt(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdatedExt() 56 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated() 61 void OnCellInfoUpdatedExt(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdatedExt()
|
| /base/telephony/core_service/test/unittest/ui_client/ |
| D | state_registry_observer.h | 36 void OnSignalInfoUpdated(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdated() 41 void OnSignalInfoUpdatedExt(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdatedExt() 56 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated() 61 void OnCellInfoUpdatedExt(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdatedExt()
|
| /base/security/device_auth/services/identity_manager/src/mock/ |
| D | identity_common_mock.c | 36 void ClearIdentityInfoVec(IdentityInfoVec *vec) in ClearIdentityInfoVec() 48 void ClearProtocolEntityVec(ProtocolEntityVec *vec) in ClearProtocolEntityVec()
|
| /base/hiviewdfx/hidumper/test/unittest/common/ |
| D | memory_dumper_test.cpp | 194 std::vector<std::string> vec; variable 207 std::vector<std::string> vec; variable 225 std::vector<std::string> vec; variable
|
| /base/notification/common_event_service/services/src/ |
| D | common_event_control_manager.cpp | 134 for (auto vec : record.second) { in PublishFrozenEventsInner() local 208 for (auto vec : eventRecord->receivers) { in NotifyUnorderedEventLocked() local 303 for (auto vec : eventRecordPtr->receivers) { in ProcessUnorderedEvent() local 387 for (auto vec : eventRecordPtr->receivers) { in ProcessOrderedEvent() local 453 for (auto vec : eventRecordPtr->receivers) { in EnqueueHistoryEventRecord() local 818 for (auto vec : permission.names) { in CheckSubscriberPermission() local 826 for (auto vec : permission.names) { in CheckSubscriberPermission() local 921 for (auto vec : unorderedEventQueue_) { in GetUnorderedEventRecords() local 927 for (auto vec : unorderedEventQueue_) { in GetUnorderedEventRecords() local 933 for (auto vec : unorderedEventQueue_) { in GetUnorderedEventRecords() local [all …]
|
| /base/telephony/telephony_data/common/src/ |
| D | parser_util.cpp | 98 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec) in ParserPdpProfileJson() 105 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec, const char *path) in ParserPdpProfileJson() 144 void ParserUtil::ParserPdpProfileInfos(std::vector<PdpProfile> &vec, cJSON *itemRoots) in ParserPdpProfileInfos() 230 int ParserUtil::ParserOpKeyJson(std::vector<OpKey> &vec, const char *path) in ParserOpKeyJson() 265 void ParserUtil::ParserOpKeyInfos(std::vector<OpKey> &vec, cJSON *itemRoots) in ParserOpKeyInfos() 335 int ParserUtil::ParserNumMatchJson(std::vector<NumMatch> &vec, const bool hashCheck) in ParserNumMatchJson() 380 void ParserUtil::ParserNumMatchInfos(std::vector<NumMatch> &vec, cJSON *itemRoots) in ParserNumMatchInfos() 429 int ParserUtil::ParserEccDataJson(std::vector<EccNum> &vec, const bool hashCheck) in ParserEccDataJson() 474 void ParserUtil::ParserEccDataInfos(std::vector<EccNum> &vec, cJSON *itemRoots) in ParserEccDataInfos()
|
| /base/security/device_auth/common_lib/impl/src/ |
| D | hc_string_vector.c | 25 void DestroyStrVector(StringVector *vec) in DestroyStrVector()
|
| /base/print/print_fwk/utils/include/ |
| D | print_util.h | 58 std::vector<uint32_t> vec; in Str2Vec() local 67 inline void PrintUtil::Str2VecStr(std::string& str, std::vector<std::string>& vec) in Str2VecStr()
|
| /base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/ |
| D | compatible_auth_sub_session_common.c | 35 GroupEntryVec *vec) in GetAccountRelatedCandidateGroups() 72 GroupEntryVec *vec) in GetAccountUnrelatedCandidateGroups() 88 static void GetCandidateGroups(int32_t osAccountId, const CJson *param, GroupEntryVec *vec) in GetCandidateGroups() 223 const GroupEntryVec *vec, ParamsVecForAuth *paramsVec) in FillAuthParams() 276 GroupEntryVec vec = CreateGroupEntryVec(); in GetCandidateAuthInfo() local 574 void CreateAuthParamsList(ParamsVecForAuth *vec) in CreateAuthParamsList() 579 void DestroyAuthParamsList(ParamsVecForAuth *vec) in DestroyAuthParamsList()
|
| /base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
| D | json_parser.cpp | 73 void JsonParser::ParseUInt32Vec(const Json::Value& root, std::vector<uint32_t>& vec) in ParseUInt32Vec() 83 void JsonParser::ParseStringVec(const Json::Value& root, std::vector<std::string>& vec) in ParseStringVec()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | common_convert_notification.cpp | 57 for (auto vec : displayDevices) { in SetNotificationByDistributedOptions() local 71 for (auto vec : operateDevices) { in SetNotificationByDistributedOptions() local
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| D | ark_cert_manager_adapter_impl.cpp | 78 std::vector<std::string> vec; in GetTrustAnchorsForHostName() local 86 std::vector<std::string> vec; in GetPinSetForHostName() local
|
| D | ark_location_info_impl.cpp | 66 std::vector<std::string> vec = real_->GetAdditions(); in GetAdditions() local
|
| /base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/ |
| D | das_task_main.h | 32 SubTaskVec vec; member
|
| /base/telephony/telephony_data/global_params/src/ |
| D | rdb_global_params_callback.cpp | 70 std::vector<EccNum> vec; in InitEccData() local 106 std::vector<NumMatch> vec; in InitNumMatchData() local
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | operator_config_types.cpp | 326 std::vector<std::string> vec; in ReadFromStringArrayMap() local 343 std::vector<int32_t> vec; in ReadFromIntArrayMap() local 360 std::vector<int64_t> vec; in ReadFromLongArrayMap() local
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| D | ark_location_info_wrapper.cpp | 64 ArkWebStringVector vec = ctocpp_->GetAdditions(); in GetAdditions() local
|
| /base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
| D | creds_manager_test.cpp | 615 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 626 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 638 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 650 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 664 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 678 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 693 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 708 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 723 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 739 IdentityInfoVec vec = CreateIdentityInfoVec(); variable [all …]
|
| /base/security/device_auth/services/identity_manager/src/ |
| D | identity_common.c | 167 void ClearIdentityInfoVec(IdentityInfoVec *vec) in ClearIdentityInfoVec() 178 void ClearProtocolEntityVec(ProtocolEntityVec *vec) in ClearProtocolEntityVec()
|
| /base/hiviewdfx/hiview/base/event_report/event/ |
| D | logger_event.cpp | 55 auto vec = value.GetUint32Vec(); in AddUint32VecValue() local 63 auto vec = value.GetStringVec(); in AddStringVecValue() local
|
| /base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
| D | hilog_input_socket_client.cpp | 42 iovec vec[3]; in WriteLogMessage() local
|
| /base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/ |
| D | credsmanager_fuzzer.cpp | 565 IdentityInfoVec vec = CreateIdentityInfoVec(); in CredsManagerTest02() local 575 IdentityInfoVec vec = CreateIdentityInfoVec(); in CredsManagerTest03() local 586 IdentityInfoVec vec = CreateIdentityInfoVec(); in CredsManagerTest04() local 597 IdentityInfoVec vec = CreateIdentityInfoVec(); in CredsManagerTest05() local 610 IdentityInfoVec vec = CreateIdentityInfoVec(); in CredsManagerTest06() local 623 IdentityInfoVec vec = CreateIdentityInfoVec(); in CredsManagerTest07() local 637 IdentityInfoVec vec = CreateIdentityInfoVec(); in CredsManagerTest08() local 651 IdentityInfoVec vec = CreateIdentityInfoVec(); in CredsManagerTest09() local 665 IdentityInfoVec vec = CreateIdentityInfoVec(); in CredsManagerTest10() local 680 IdentityInfoVec vec = CreateIdentityInfoVec(); in CredsManagerTest11() local [all …]
|