| /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/web/webview/interfaces/kits/cj/src/ |
| D | webview_utils.cpp | 49 char** VectorToCArrString(const std::vector<std::string>& vec) in VectorToCArrString() 64 uint8_t* VectorToCArrUI8(const std::vector<uint8_t> vec) in VectorToCArrUI8() 81 std::vector<std::string> vec; in CArrStringToVector() local
|
| /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/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/hiviewdfx/hilog/test/unittest/common/ |
| D | hilog_print_test.cpp | 134 vector<string> vec; variable 172 vector<string> vec; variable 198 vector<string> vec; variable 230 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/security/device_auth/services/legacy/identity_manager/src/mock/ |
| D | identity_common_mock.c | 36 void ClearIdentityInfoVec(IdentityInfoVec *vec) in ClearIdentityInfoVec() 48 void ClearProtocolEntityVec(ProtocolEntityVec *vec) in ClearProtocolEntityVec()
|
| /base/notification/common_event_service/services/src/ |
| D | common_event_control_manager.cpp | 133 for (auto vec : record.second) { in PublishFrozenEventsInner() local 199 for (auto vec : eventRecord->receivers) { in NotifyUnorderedEventLocked() local 292 for (auto vec : eventRecordPtr->receivers) { in ProcessUnorderedEvent() local 376 for (auto vec : eventRecordPtr->receivers) { in ProcessOrderedEvent() local 703 for (auto vec : unorderedEventQueue_) { in GetUnorderedEventRecords() local 709 for (auto vec : unorderedEventQueue_) { in GetUnorderedEventRecords() local 715 for (auto vec : unorderedEventQueue_) { in GetUnorderedEventRecords() local 731 for (auto vec : orderedEventQueue_) { in GetOrderedEventRecords() local 737 for (auto vec : orderedEventQueue_) { in GetOrderedEventRecords() local 743 for (auto vec : orderedEventQueue_) { in GetOrderedEventRecords() local
|
| /base/notification/distributed_notification_service/frameworks/ets/ani/src/ |
| D | sts_subscribe.cpp | 113 std::vector<ani_ref> vec; in OnCanceled() local 142 std::vector<ani_ref> vec; in OnConsumed() local 169 std::vector<ani_ref> vec; in OnUpdate() local 196 std::vector<ani_ref> vec; in OnConnected() local 217 std::vector<ani_ref> vec; in OnDisconnected() local 243 std::vector<ani_ref> vec; in OnDied() local 269 std::vector<ani_ref> vec; in onDoNotDisturbChanged() local 297 std::vector<ani_ref> vec; in OnEnabledNotificationChanged() local 324 std::vector<ani_ref> vec; in OnBadgeChanged() local 351 std::vector<ani_ref> vec; in OnBadgeEnabledChanged() local [all …]
|
| /base/hiviewdfx/hidumper/test/unittest/common/ |
| D | memory_dumper_test.cpp | 361 std::vector<std::string> vec; variable 374 std::vector<std::string> vec; variable 392 std::vector<std::string> vec; variable 425 std::vector<std::string> vec; variable
|
| /base/global/font_manager/frameworks/fontmgr/src/ |
| D | hisysevent_adapter.cpp | 70 std::vector<std::string> vec; in GetFileOrFolderPath() local 77 std::vector<std::uint64_t> vec; in GetFileOrFolderSize() local
|
| /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() 235 int ParserUtil::ParserOpKeyJson(std::vector<OpKey> &vec, const char *path) in ParserOpKeyJson() 270 void ParserUtil::ParserOpKeyInfos(std::vector<OpKey> &vec, cJSON *itemRoots) in ParserOpKeyInfos() 340 int ParserUtil::ParserNumMatchJson(std::vector<NumMatch> &vec, const bool hashCheck) in ParserNumMatchJson() 385 void ParserUtil::ParserNumMatchInfos(std::vector<NumMatch> &vec, cJSON *itemRoots) in ParserNumMatchInfos() 434 int ParserUtil::ParserEccDataJson(std::vector<EccNum> &vec, const bool hashCheck) in ParserEccDataJson() 479 void ParserUtil::ParserEccDataInfos(std::vector<EccNum> &vec, cJSON *itemRoots) in ParserEccDataInfos()
|
| /base/security/device_auth/services/data_manager/cred_data_manager/src/mock/ |
| D | credential_data_manager_mock.c | 49 void ClearCredentialVec(CredentialVec *vec) in ClearCredentialVec() 76 …32_t QueryCredentials(int32_t osAccountId, const QueryCredentialParams *params, CredentialVec *vec) in QueryCredentials()
|
| /base/security/device_auth/common_lib/impl/src/ |
| D | hc_string_vector.c | 25 void DestroyStrVector(StringVector *vec) in DestroyStrVector()
|
| /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() 89 static void GetCandidateGroups(int32_t osAccountId, const CJson *param, GroupEntryVec *vec) in GetCandidateGroups() 224 const GroupEntryVec *vec, ParamsVecForAuth *paramsVec) in FillAuthParams() 277 GroupEntryVec vec = CreateGroupEntryVec(); in GetCandidateAuthInfo() local 575 void CreateAuthParamsList(ParamsVecForAuth *vec) in CreateAuthParamsList() 580 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/print/print_fwk/utils/include/ |
| D | print_util.h | 63 std::vector<uint32_t> vec; in Str2Vec() local 76 inline void PrintUtil::Str2VecStr(std::string& str, std::vector<std::string>& vec) in Str2VecStr()
|
| /base/telephony/telephony_data/global_params/src/ |
| D | rdb_global_params_callback.cpp | 71 std::vector<EccNum> vec; in InitEccData() local 107 std::vector<NumMatch> vec; in InitNumMatchData() local
|
| /base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
| D | creds_manager_test.cpp | 616 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 627 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 639 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 651 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 665 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 679 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 694 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 709 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 724 IdentityInfoVec vec = CreateIdentityInfoVec(); variable 740 IdentityInfoVec vec = CreateIdentityInfoVec(); variable [all …]
|
| /base/account/os_account/frameworks/osaccount/core/test/unittest/ |
| D | os_account_test.cpp | 437 std::vector<std::string> vec = {CONSTRAINT_WIFI}; variable 484 std::vector<std::string> vec = {CONSTRAINT_WIFI}; variable 518 std::vector<std::string> vec = {CONSTRAINT_WIFI}; variable 567 std::vector<std::string> vec = {CONSTRAINT_WIFI}; variable 598 std::vector<std::string> vec = {CONSTRAINT_WIFI}; variable
|
| /base/request/request/frameworks/native/request_action/src/ |
| D | request_action.cpp | 94 std::vector<ExceptionErrorCode> vec; in StartTasks() local 110 std::vector<ExceptionErrorCode> vec; in StopTasks() local 126 std::vector<ExceptionErrorCode> vec; in ResumeTasks() local 142 std::vector<ExceptionErrorCode> vec; in PauseTasks() local 158 std::vector<TaskInfoRet> vec; in ShowTasks() local 174 std::vector<TaskInfoRet> vec; in TouchTasks() local 190 std::vector<ExceptionErrorCode> vec; in SetMaxSpeeds() local 211 std::vector<ExceptionErrorCode> vec; in DisableTaskNotification() local 928 std::vector<ExceptionErrorCode> vec; in RemoveTasks() local
|
| /base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/ |
| D | das_task_main.h | 32 SubTaskVec vec; member
|
| /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/security/device_auth/services/legacy/identity_manager/src/ |
| D | identity_common.c | 170 void ClearIdentityInfoVec(IdentityInfoVec *vec) in ClearIdentityInfoVec() 181 void ClearProtocolEntityVec(ProtocolEntityVec *vec) in ClearProtocolEntityVec()
|