Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 25 of 172) sorted by relevance

1234567

/base/powermgr/powermgr_lite/services/src/
Drunning_lock_mgr.c50 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/
Dwebview_utils.cpp49 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/
Dstate_registry_observer.h36 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/
Dstate_registry_observer.h36 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/
Dhilog_print_test.cpp134 vector<string> vec; variable
172 vector<string> vec; variable
198 vector<string> vec; variable
230 vector<string> vec; variable
Dhilogtool_test.cpp438 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/
Didentity_common_mock.c36 void ClearIdentityInfoVec(IdentityInfoVec *vec) in ClearIdentityInfoVec()
48 void ClearProtocolEntityVec(ProtocolEntityVec *vec) in ClearProtocolEntityVec()
/base/notification/common_event_service/services/src/
Dcommon_event_control_manager.cpp133 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/
Dsts_subscribe.cpp113 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/
Dmemory_dumper_test.cpp361 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/
Dhisysevent_adapter.cpp70 std::vector<std::string> vec; in GetFileOrFolderPath() local
77 std::vector<std::uint64_t> vec; in GetFileOrFolderSize() local
/base/telephony/telephony_data/common/src/
Dparser_util.cpp98 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/
Dcredential_data_manager_mock.c49 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/
Dhc_string_vector.c25 void DestroyStrVector(StringVector *vec) in DestroyStrVector()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
Dcompatible_auth_sub_session_common.c35 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/
Djson_parser.cpp73 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/
Dcommon_convert_notification.cpp57 for (auto vec : displayDevices) { in SetNotificationByDistributedOptions() local
71 for (auto vec : operateDevices) { in SetNotificationByDistributedOptions() local
/base/print/print_fwk/utils/include/
Dprint_util.h63 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/
Drdb_global_params_callback.cpp71 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/
Dcreds_manager_test.cpp616 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/
Dos_account_test.cpp437 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/
Drequest_action.cpp94 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/
Ddas_task_main.h32 SubTaskVec vec; member
/base/telephony/core_service/frameworks/native/src/
Doperator_config_types.cpp326 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/
Didentity_common.c170 void ClearIdentityInfoVec(IdentityInfoVec *vec) in ClearIdentityInfoVec()
181 void ClearProtocolEntityVec(ProtocolEntityVec *vec) in ClearProtocolEntityVec()

1234567