Home
last modified time | relevance | path

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

1234

/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.cpp104 vector<string> vec; variable
142 vector<string> vec; variable
168 vector<string> vec; variable
200 vector<string> vec; variable
Dhilogtool_test.cpp435 vector<string> vec; variable
555 vector<string> vec; variable
584 vector<string> vec; variable
619 vector<string> vec; variable
693 vector<string> vec; variable
805 vector<string> vec; variable
/base/security/device_auth/services/identity_manager/src/mock/
Didentity_common_mock.c36 void ClearIdentityInfoVec(IdentityInfoVec *vec) in ClearIdentityInfoVec()
48 void ClearProtocolEntityVec(ProtocolEntityVec *vec) in ClearProtocolEntityVec()
/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/security/device_auth/test/unittest/deviceauth/unit_test/source/
Daccount_related_creds_manager_dir_test.cpp166 AccountTokenVec vec = CreateAccountTokenVec(); variable
200 AccountTokenVec vec = CreateAccountTokenVec(); variable
227 AccountTokenVec vec = CreateAccountTokenVec(); variable
Didentical_account_group_test.cpp116 GroupEntryVec vec; variable
123 GroupEntryVec vec; variable
/base/notification/common_event_service/services/src/
Dcommon_event_control_manager.cpp111 for (auto vec : record.second) { in PublishFrozenEventsInner() local
191 for (auto vec : eventRecord->receivers) { in NotifyUnorderedEvent() local
259 for (auto vec : eventRecordPtr->receivers) { in ProcessUnorderedEvent() local
337 for (auto vec : eventRecordPtr->receivers) { in ProcessOrderedEvent() local
403 for (auto vec : eventRecordPtr->receivers) { in EnqueueHistoryEventRecord() local
766 for (auto vec : permission.names) { in CheckSubscriberPermission() local
774 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/telephony_data/common/src/
Dparser_util.cpp92 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec) in ParserPdpProfileJson()
133 void ParserUtil::ParserPdpProfileInfos(std::vector<PdpProfile> &vec, Json::Value &root) in ParserPdpProfileInfos()
198 bool ParserUtil::ParseFromCustomSystem(std::vector<OpKey> &vec) in ParseFromCustomSystem()
221 int ParserUtil::ParserOpKeyJson(std::vector<OpKey> &vec, const char *path) in ParserOpKeyJson()
257 void ParserUtil::ParserOpKeyInfos(std::vector<OpKey> &vec, Json::Value &root) in ParserOpKeyInfos()
333 int ParserUtil::ParserNumMatchJson(std::vector<NumMatch> &vec) in ParserNumMatchJson()
375 void ParserUtil::ParserNumMatchInfos(std::vector<NumMatch> &vec, Json::Value &root) in ParserNumMatchInfos()
401 int ParserUtil::ParserEccDataJson(std::vector<EccNum> &vec) in ParserEccDataJson()
443 void ParserUtil::ParserEccDataInfos(std::vector<EccNum> &vec, Json::Value &roots) in ParserEccDataInfos()
/base/request/request/services/service/request/src/manager/events/
Dsearch.rs22 let mut vec = Vec::<u32>::new(); in search() localVariable
/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()
88 static void GetCandidateGroups(int32_t osAccountId, const CJson *param, GroupEntryVec *vec) in GetCandidateGroups()
176 const GroupEntryVec *vec, ParamsVecForAuth *paramsVec) in FillAuthParams()
221 GroupEntryVec vec = CreateGroupEntryVec(); in GetCandidateAuthInfo() local
510 void CreateAuthParamsList(ParamsVecForAuth *vec) in CreateAuthParamsList()
515 void DestroyAuthParamsList(ParamsVecForAuth *vec) in DestroyAuthParamsList()
/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/legacy/authenticators/inc/account_unrelated/
Ddas_task_main.h31 SubTaskVec vec; member
/base/telephony/telephony_data/global_params/src/
Drdb_global_params_callback.cpp67 std::vector<EccNum> vec; in InitEccData() local
93 std::vector<NumMatch> vec; in InitNumMatchData() local
/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
Dget_active.cpp39 for (auto vec : asynccallbackinfo->notifications) { in AsyncCompleteCallbackGetAllActiveNotifications() local
137 for (auto vec : asynccallbackinfo->requests) { in AsyncCompleteCallbackGetActiveNotifications() local
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c139 static bool LoadStringVectorFromParcel(StringVector *vec, HcParcel *parcel) in LoadStringVectorFromParcel()
164 static bool SaveStringVectorToParcel(const StringVector *vec, HcParcel *parcel) in SaveStringVectorToParcel()
359 static bool LoadGroups(HCDataBaseV1 *db, GroupEntryVec *vec) in LoadGroups()
388 static bool LoadDevices(HCDataBaseV1 *db, DeviceEntryVec *vec) in LoadDevices()
747 static bool SaveGroups(const GroupEntryVec *vec, HCDataBaseV1 *db) in SaveGroups()
766 static bool SaveDevices(const DeviceEntryVec *vec, HCDataBaseV1 *db) in SaveDevices()
854 static TrustedGroupEntry **QueryGroupEntryPtrIfMatch(const GroupEntryVec *vec, const QueryGroupPara… in QueryGroupEntryPtrIfMatch()
866 static TrustedDeviceEntry **QueryDeviceEntryPtrIfMatch(const DeviceEntryVec *vec, const QueryDevice… in QueryDeviceEntryPtrIfMatch()
1083 void ClearGroupEntryVec(GroupEntryVec *vec) in ClearGroupEntryVec()
1093 void ClearDeviceEntryVec(DeviceEntryVec *vec) in ClearDeviceEntryVec()
[all …]
/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/security/device_auth/services/identity_manager/src/
Didentity_common.c167 void ClearIdentityInfoVec(IdentityInfoVec *vec) in ClearIdentityInfoVec()
178 void ClearProtocolEntityVec(ProtocolEntityVec *vec) in ClearProtocolEntityVec()
/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/test/unittest/tdd_framework/unit_test/services/creds_manager/
Dcreds_manager_test.cpp619 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
630 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
642 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
654 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
668 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
682 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
697 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
712 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
727 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
743 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
[all …]
/base/telephony/core_service/services/network_search/src/
Doperator_name_utils.cpp71 int32_t OperatorNameUtils::ParserOperatorNameCustJson(std::vector<OperatorNameCust> &vec) in ParserOperatorNameCustJson()
163 void OperatorNameUtils::ParserOperatorNames(std::vector<OperatorNameCust> &vec, Json::Value &root) in ParserOperatorNames()
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
Dsym_token_manager.c131 static int32_t CreateTokensFromJson(CJson *tokensJson, SymTokenVec *vec) in CreateTokensFromJson()
166 static int32_t ReadTokensFromFile(SymTokenVec *vec, const char *tokenPath) in ReadTokensFromFile()
250 static int32_t SaveTokensToFile(const SymTokenVec *vec, const char *tokenPath) in SaveTokensToFile()
299 static SymToken **QueryTokenPtrIfMatch(const SymTokenVec *vec, const char *userId, const char *devi… in QueryTokenPtrIfMatch()
732 void ClearSymTokenVec(SymTokenVec *vec) in ClearSymTokenVec()

1234