| /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 | 103 vector<string> vec; variable 141 vector<string> vec; variable 167 vector<string> vec; variable 199 vector<string> vec; variable
|
| D | hilogtool_test.cpp | 437 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/ |
| D | common_event_control_manager.cpp | 111 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/ |
| D | hc_string_vector.c | 25 void DestroyStrVector(StringVector *vec) in DestroyStrVector()
|
| /base/telephony/state_registry/test/unittest/state_test/ |
| D | state_registry_observer.h | 34 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/ |
| D | parser_util.cpp | 70 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/ |
| D | data_manager.c | 135 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/ |
| D | json_parser.cpp | 74 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/ |
| D | das_task_main.h | 31 SubTaskVec vec; member
|
| /base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
| D | hilog_input_socket_client.cpp | 42 iovec vec[3]; in WriteLogMessage() local
|
| /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/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
|
| D | telephony_state_registry_client.cpp | 126 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/ |
| D | auth_session_common.c | 104 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/ |
| D | sym_token_manager.c | 105 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/ |
| D | rdb_pdp_profile_callback.cpp | 53 std::vector<PdpProfile> vec; in InitData() local
|
| D | rdb_pdp_profile_helper.cpp | 99 std::vector<PdpProfile> vec; in ResetApn() local
|
| /base/telephony/data_storage/opkey/src/ |
| D | rdb_opkey_callback.cpp | 57 std::vector<OpKey> vec; in InitData() local
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | get_active.cpp | 38 for (auto vec : asynccallbackinfo->notifications) { in AsyncCompleteCallbackGetAllActiveNotifications() local 141 for (auto vec : asynccallbackinfo->requests) { in AsyncCompleteCallbackGetActiveNotifications() local
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
| D | cpu_dumper.cpp | 179 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/ |
| D | napi_get_active.cpp | 40 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/ |
| D | telephony_observer_proxy.cpp | 79 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/ |
| D | hilog_base.cpp | 177 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/ |
| D | string_util.cpp | 58 int ConvertCStringVec(const std::vector<std::string>& vec, char*** strs, size_t& len) in ConvertCStringVec()
|