Home
last modified time | relevance | path

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

123

/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/hiviewdfx/hilog/test/unittest/common/
Dhilog_print_test.cpp103 vector<string> vec; variable
141 vector<string> vec; variable
167 vector<string> vec; variable
199 vector<string> vec; variable
Dhilogtool_test.cpp437 vector<string> vec; variable
557 vector<string> vec; variable
586 vector<string> vec; variable
621 vector<string> vec; variable
695 vector<string> vec; variable
807 vector<string> vec; variable
/base/notification/common_event_service/services/src/
Dcommon_event_control_manager.cpp111 for (auto vec : record.second) { in PublishFrozenEventsInner() local
196 for (auto vec : eventRecord->receivers) { in NotifyUnorderedEvent() local
264 for (auto vec : eventRecordPtr->receivers) { in ProcessUnorderedEvent() local
353 for (auto vec : eventRecordPtr->receivers) { in ProcessOrderedEvent() local
419 for (auto vec : eventRecordPtr->receivers) { in EnqueueHistoryEventRecord() local
762 for (auto vec : permission.names) { in CheckSubscriberPermission() local
770 for (auto vec : permission.names) { in CheckSubscriberPermission() local
869 for (auto vec : unorderedEventQueue_) { in GetUnorderedEventRecords() local
875 for (auto vec : unorderedEventQueue_) { in GetUnorderedEventRecords() local
881 for (auto vec : unorderedEventQueue_) { in GetUnorderedEventRecords() local
[all …]
/base/security/device_auth/common_lib/impl/src/
Dhc_string_vector.c25 void DestroyStrVector(StringVector *vec) in DestroyStrVector()
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_observer.h34 void OnSignalInfoUpdated(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdated()
42 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated()
/base/telephony/data_storage/common/src/
Dparser_util.cpp70 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec) in ParserPdpProfileJson()
101 void ParserUtil::ParserPdpProfileInfos(std::vector<PdpProfile> &vec, Json::Value &root) in ParserPdpProfileInfos()
147 bool ParserUtil::ParseFromCustomSystem(std::vector<OpKey> &vec) in ParseFromCustomSystem()
169 int ParserUtil::ParserOpKeyJson(std::vector<OpKey> &vec, const char *path) in ParserOpKeyJson()
204 void ParserUtil::ParserOpKeyInfos(std::vector<OpKey> &vec, Json::Value &root) in ParserOpKeyInfos()
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c135 static bool LoadStringVectorFromParcel(StringVector *vec, HcParcel *parcel) in LoadStringVectorFromParcel()
160 static bool SaveStringVectorToParcel(const StringVector *vec, HcParcel *parcel) in SaveStringVectorToParcel()
355 static bool LoadGroups(HCDataBaseV1 *db, GroupEntryVec *vec) in LoadGroups()
381 static bool LoadDevices(HCDataBaseV1 *db, DeviceEntryVec *vec) in LoadDevices()
582 static bool SaveGroups(const GroupEntryVec *vec, HCDataBaseV1 *db) in SaveGroups()
601 static bool SaveDevices(const DeviceEntryVec *vec, HCDataBaseV1 *db) in SaveDevices()
713 static TrustedGroupEntry **QueryGroupEntryPtrIfMatch(const GroupEntryVec *vec, const QueryGroupPara… in QueryGroupEntryPtrIfMatch()
725 static TrustedDeviceEntry **QueryDeviceEntryPtrIfMatch(const DeviceEntryVec *vec, const QueryDevice… in QueryDeviceEntryPtrIfMatch()
890 void ClearGroupEntryVec(GroupEntryVec *vec) in ClearGroupEntryVec()
900 void ClearDeviceEntryVec(DeviceEntryVec *vec) in ClearDeviceEntryVec()
[all …]
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Djson_parser.cpp74 void JsonParser::ParseUInt32Vec(const Json::Value& root, std::vector<uint32_t>& vec) in ParseUInt32Vec()
84 void JsonParser::ParseStringVec(const Json::Value& root, std::vector<std::string>& vec) in ParseStringVec()
/base/security/device_auth/services/authenticators/inc/account_unrelated/
Ddas_task_main.h31 SubTaskVec vec; member
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
Dhilog_input_socket_client.cpp42 iovec vec[3]; in WriteLogMessage() local
/base/hiviewdfx/hiview/base/event_report/event/
Dlogger_event.cpp55 auto vec = value.GetUint32Vec(); in AddUint32VecValue() local
63 auto vec = value.GetStringVec(); in AddStringVecValue() local
/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
Dtelephony_state_registry_client.cpp126 int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in UpdateSignalInfo()
137 int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in UpdateCellInfo()
/base/security/device_auth/services/group_auth/src/session/auth_session/
Dauth_session_common.c104 const GroupEntryVec *vec, ParamsVec *paramsVec) in FillAuthParams()
150 QueryGroupParams *queryParams, GroupEntryVec *vec) in GetCandidateGroupByOrder()
163 static void GetCandidateGroupInfo(int32_t osAccountId, const CJson *param, GroupEntryVec *vec) in GetCandidateGroupInfo()
200 GroupEntryVec vec = CreateGroupEntryVec(); in GetCandidateAuthInfo() local
745 void CreateAuthParamsVec(ParamsVec *vec) in CreateAuthParamsVec()
750 void DestroyAuthParamsVec(ParamsVec *vec) in DestroyAuthParamsVec()
/base/security/device_auth/services/authenticators/src/account_related/creds_manager/
Dsym_token_manager.c105 static int32_t CreateTokensFromJson(CJson *tokensJson, SymTokenVec *vec) in CreateTokensFromJson()
157 static int32_t ReadTokensFromFile(int32_t osAccountId, SymTokenVec *vec) in ReadTokensFromFile()
239 static int32_t SaveTokensToFile(int32_t osAccountId, const SymTokenVec *vec) in SaveTokensToFile()
325 static SymToken **QueryTokenPtrIfMatch(const SymTokenVec *vec, const char *userId, const char *devi… in QueryTokenPtrIfMatch()
603 void ClearSymTokenVec(SymTokenVec *vec) in ClearSymTokenVec()
/base/telephony/data_storage/pdp_profile/src/
Drdb_pdp_profile_callback.cpp53 std::vector<PdpProfile> vec; in InitData() local
Drdb_pdp_profile_helper.cpp99 std::vector<PdpProfile> vec; in ResetApn() local
/base/telephony/data_storage/opkey/src/
Drdb_opkey_callback.cpp57 std::vector<OpKey> vec; in InitData() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dget_active.cpp38 for (auto vec : asynccallbackinfo->notifications) { in AsyncCompleteCallbackGetAllActiveNotifications() local
141 for (auto vec : asynccallbackinfo->requests) { in AsyncCompleteCallbackGetActiveNotifications() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dcpu_dumper.cpp179 std::vector<std::string> vec; in ReadLoadAvgInfo() local
243 std::vector<std::string> vec; in AddStrLineToDumpInfo() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_get_active.cpp40 for (auto vec : asynccallbackinfo->notifications) { in AsyncCompleteCallbackNapiGetAllActiveNotifications() local
144 for (auto vec : asynccallbackinfo->requests) { in AsyncCompleteCallbackNapiGetActiveNotifications() local
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer_proxy.cpp79 int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdated()
111 int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated()
/base/hiviewdfx/hilog/frameworks/libhilog/base/
Dhilog_base.cpp177 char tagBuf[], struct iovec *vec) in BuildHilogMessageForOhCore()
203 static size_t BuildHilogMessageForOh(struct HiLogMsgInfo* logMsgInfo, struct iovec *vec) in BuildHilogMessageForOh()
236 struct iovec vec[HILOG_VEC_MAX_SIZE]; in SendMessage() local
/base/hiviewdfx/hisysevent/frameworks/native/util/
Dstring_util.cpp58 int ConvertCStringVec(const std::vector<std::string>& vec, char*** strs, size_t& len) in ConvertCStringVec()

123