Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 25 of 79) 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/test/unittest/deviceauth/unit_test/source/
Daccount_related_creds_manager_dir_test.cpp166 AccountTokenVec vec = CreateAccountTokenVec(); variable
198 AccountTokenVec vec = CreateAccountTokenVec(); variable
225 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.cpp69 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec) in ParserPdpProfileJson()
109 void ParserUtil::ParserPdpProfileInfos(std::vector<PdpProfile> &vec, Json::Value &root) in ParserPdpProfileInfos()
155 bool ParserUtil::ParseFromCustomSystem(std::vector<OpKey> &vec) in ParseFromCustomSystem()
177 int ParserUtil::ParserOpKeyJson(std::vector<OpKey> &vec, const char *path) in ParserOpKeyJson()
212 void ParserUtil::ParserOpKeyInfos(std::vector<OpKey> &vec, Json::Value &root) in ParserOpKeyInfos()
/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()
46 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
Dcompatible_auth_sub_session_common.c31 GroupEntryVec *vec) in GetAccountRelatedCandidateGroups()
49 GroupEntryVec *vec) in GetAccountUnrelatedCandidateGroups()
65 static void GetCandidateGroups(int32_t osAccountId, const CJson *param, GroupEntryVec *vec) in GetCandidateGroups()
153 const GroupEntryVec *vec, ParamsVecForAuth *paramsVec) in FillAuthParams()
198 GroupEntryVec vec = CreateGroupEntryVec(); in GetCandidateAuthInfo() local
480 void CreateAuthParamsList(ParamsVecForAuth *vec) in CreateAuthParamsList()
485 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/authenticators/inc/account_unrelated/
Ddas_task_main.h31 SubTaskVec vec; member
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c137 static bool LoadStringVectorFromParcel(StringVector *vec, HcParcel *parcel) in LoadStringVectorFromParcel()
162 static bool SaveStringVectorToParcel(const StringVector *vec, HcParcel *parcel) in SaveStringVectorToParcel()
357 static bool LoadGroups(HCDataBaseV1 *db, GroupEntryVec *vec) in LoadGroups()
383 static bool LoadDevices(HCDataBaseV1 *db, DeviceEntryVec *vec) in LoadDevices()
584 static bool SaveGroups(const GroupEntryVec *vec, HCDataBaseV1 *db) in SaveGroups()
603 static bool SaveDevices(const DeviceEntryVec *vec, HCDataBaseV1 *db) in SaveDevices()
715 static TrustedGroupEntry **QueryGroupEntryPtrIfMatch(const GroupEntryVec *vec, const QueryGroupPara… in QueryGroupEntryPtrIfMatch()
727 static TrustedDeviceEntry **QueryDeviceEntryPtrIfMatch(const DeviceEntryVec *vec, const QueryDevice… in QueryDeviceEntryPtrIfMatch()
938 void ClearGroupEntryVec(GroupEntryVec *vec) in ClearGroupEntryVec()
948 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/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/test/unittest/tdd_framework/unit_test/services/creds_manager/
Dcreds_manager_test.cpp620 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
631 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
643 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
655 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
669 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
683 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
698 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
713 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
728 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
744 IdentityInfoVec vec = CreateIdentityInfoVec(); variable
[all …]
/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/telephony_data/pdp_profile/src/
Drdb_pdp_profile_callback.cpp59 std::vector<PdpProfile> vec; in InitData() local
Drdb_pdp_profile_helper.cpp99 std::vector<PdpProfile> vec; in ResetApn() 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/security/device_auth/services/creds_manager/src/
Dcreds_operation_utils.c265 void ClearIdentityInfoVec(IdentityInfoVec *vec) in ClearIdentityInfoVec()
275 void ClearProtocolEntityVec(ProtocolEntityVec *vec) in ClearProtocolEntityVec()
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
Dstats_service_test.cpp119 std::vector<std::u16string> vec; variable
/base/telephony/telephony_data/opkey/src/
Drdb_opkey_callback.cpp64 std::vector<OpKey> vec; in InitData() local

1234