Home
last modified time | relevance | path

Searched refs:list (Results 4276 - 4300 of 16882) sorted by relevance

1...<<171172173174175176177178179180>>...676

/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_service.cpp135 std::vector<AppExecFwk::AppStateData> list; in RegisterAppStateObserver() local
136 if (iAppMgr_->GetForegroundApplications(list) == ERR_OK) { in RegisterAppStateObserver()
137 for (auto it = list.begin(); it != list.end(); ++it) { in RegisterAppStateObserver()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_event.cpp41 std::list<HRilEventMessage>::iterator eventIt = timerList_.begin(); in GetNextTimeOut()
64 std::list<HRilEventMessage>::iterator eventIt = timerList_.begin(); in ProcessTimerList()
83 std::list<HRilEventMessage>::iterator eventIt = pendingList_.begin(); in HasEventMessageFromPendingList()
164 std::list<HRilEventMessage>::iterator it = timerList_.begin(); in AddTimerEvent()
/base/telephony/cellular_data/test/mock/
H A Dmock_net_conn_service.h48 MOCK_METHOD(int32_t, GetIfaceNames, (NetBearType bearerType, std::list<std::string> &ifaceNames));
60 MOCK_METHOD(int32_t, GetSpecificNet, (NetBearType bearerType, std::list<int32_t> &netIdList));
61 MOCK_METHOD(int32_t, GetAllNets, (std::list<int32_t> & netIdList));
71 MOCK_METHOD(int32_t, GetNetIdByIdentifier, (const std::string &ident, std::list<int32_t> &netIdList));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_pattern.h272 const RefPtr<CheckBoxGroupPaintProperty>& groupPaintProperty, const std::list<RefPtr<FrameNode>>& list);
273 void UpdateCheckBoxGroupStatus(RefPtr<FrameNode> checkBoxGroupNode, const std::list<RefPtr<FrameNode>>& list);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_change_listener.h155 std::list<V2::Operation> DataOperations; in OnDatasetChange()
169 void TransferJSInfoType(std::list<V2::Operation>& DataOperations, JSRef<JSObject> value) in TransferJSInfoType()
244 std::list<std::string> keyList; in transferKey()
289 void NotifyAll(void (V2::DataChangeListener::*method)(Args...), const std::list<V2::Operation>& args) in NotifyAll()
H A Djs_foreach.cpp122 std::list<std::string> idList = ForEachModel::GetInstance()->GetCurrentIdList(elmtId); in GetIdArray()
153 std::list<std::string> newIdArr; in SetIdArray()
160 const std::list<std::string>& previousIDList = ForEachModel::GetInstance()->GetCurrentIdList(elmtId); in SetIdArray()
185 std::list<int32_t> removedElmtIds; in SetIdArray()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_parser.h80 void ParseProgramInfo(std::list<std::string> &programStrList) const;
81 void ParseBaseUrl(std::list<std::string> &baseUrlStrList) const;
82 void ParseLocation(std::list<std::string> &locationStrlist) const;
83 void ParseMetrics(std::list<std::string> &metricsStrList) const;
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/
H A Dvideo_job_repository.cpp173 void VideoJobRepository::GetRunningJobList(std::vector<std::string>& list) in GetRunningJobList() argument
177 list.clear(); in GetRunningJobList()
178 list.reserve(runningSet_.size()); in GetRunningJobList()
180 list.emplace_back(item); in GetRunningJobList()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dmessage_looper.cpp285 std::list<MsgEvent>::iterator it = m_eventQueue.begin(); in InsertQueue()
306 std::list<MsgEvent>::iterator it = m_eventQueue.begin(); in HasMessage()
326 std::list<MsgEvent>::iterator it = m_eventQueue.begin(); in RemoveMessage()
351 std::list<MsgEvent>::iterator it = m_eventQueue.begin(); in Dump()
/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_manager.cpp160 ErrCode BackgroundTaskManager::GetTransientTaskApps(std::vector<std::shared_ptr<TransientTaskAppInfo>> &list) in GetTransientTaskApps() argument
165 return proxy_->GetTransientTaskApps(list); in GetTransientTaskApps()
247 ErrCode BackgroundTaskManager::GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &list) in GetContinuousTaskApps() argument
252 return proxy_->GetContinuousTaskApps(list); in GetContinuousTaskApps()
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h20 #include <list>
129 std::list<std::shared_ptr<Action>> actionList;
205 std::vector<std::list<std::shared_ptr<ResAction>>> resActionList;
217 resActionList = std::vector<std::list<std::shared_ptr<ResAction>>>(ACTION_TYPE_MAX); in ResStatus()
/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex.cpp226 list.PushBack(ctx->wn.node); in wait()
243 list.PushBack(task->fq_we.node); in wait()
254 if (list.Empty()) { in wake()
258 WaitEntry* we = list.PopFront(&WaitEntry::node); in wake()
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp33 std::list<std::shared_ptr<WorkInfo>> workInfos; in HandleObtainAllWorksRequest()
56 std::list<std::shared_ptr<WorkInfo>> workInfos; in HandleGetAllRunningWorksRequest()
190 int32_t WorkSchedServiceStub::ObtainAllWorksStub(MessageParcel& data, std::list<std::shared_ptr<WorkInfo>>& workInfos) in ObtainAllWorksStub()
202 int32_t WorkSchedServiceStub::GetAllRunningWorksStub(std::list<std::shared_ptr<WorkInfo>>& workInfos) in GetAllRunningWorksStub()
/foundation/resourceschedule/background_task_mgr/services/core/src/
H A Dbackground_task_mgr_service.cpp164 ErrCode BackgroundTaskMgrService::GetTransientTaskApps(std::vector<std::shared_ptr<TransientTaskAppInfo>> &list) in GetTransientTaskApps() argument
170 return DelayedSingleton<BgTransientTaskMgr>::GetInstance()->GetTransientTaskApps(list); in GetTransientTaskApps()
183 ErrCode BackgroundTaskMgrService::GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &list) in GetContinuousTaskApps() argument
189 return BgContinuousTaskMgr::GetInstance()->GetContinuousTaskApps(list); in GetContinuousTaskApps()
340 "options list:\n" in DumpUsage()
346 " All list all request\n" in DumpUsage()
348 " --all list all running continuous task infos\n" in DumpUsage()
352 " --all list all efficiency resource aplications\n" in DumpUsage()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp72 bool SamgrUtil::IsSameEvent(const OnDemandEvent& event, std::list<OnDemandEvent>& enableOnceList) in IsSameEvent()
76 HILOGI("event already exits in enable-once list"); in IsSameEvent()
176 std::list<int32_t> SamgrUtil::GetCacheCommonEventSa(const OnDemandEvent& event, in GetCacheCommonEventSa()
177 const std::list<SaControlInfo>& saControlList) in GetCacheCommonEventSa()
179 std::list<int32_t> saList; in GetCacheCommonEventSa()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_stub_test.h109 int32_t GetIfaceNames(NetBearType bearerType, std::list<std::string> &ifaceNames) override
150 int32_t GetSpecificNet(NetBearType bearerType, std::list<int32_t> &netIdList) override
155 int32_t GetAllNets(std::list<int32_t> &netIdList) override
205 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_service_proxy.h52 int32_t GetIfaceNames(NetBearType bearerType, std::list<std::string> &ifaceNames) override;
61 int32_t GetSpecificNet(NetBearType bearerType, std::list<int32_t> &netIdList) override;
62 int32_t GetAllNets(std::list<int32_t> &netIdList) override;
72 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override;
H A Di_net_conn_service.h60 virtual int32_t GetIfaceNames(NetBearType bearerType, std::list<std::string> &ifaceNames) = 0;
71 virtual int32_t GetSpecificNet(NetBearType bearerType, std::list<int32_t> &netIdList) = 0;
72 virtual int32_t GetAllNets(std::list<int32_t> &netIdList) = 0;
82 virtual int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) = 0;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_stub_test.h109 int32_t GetIfaceNames(NetBearType bearerType, std::list<std::string> &ifaceNames) override
150 int32_t GetSpecificNet(NetBearType bearerType, std::list<int32_t> &netIdList) override
155 int32_t GetAllNets(std::list<int32_t> &netIdList) override
205 int32_t GetNetIdByIdentifier(const std::string &ident, std::list<int32_t> &netIdList) override
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp158 int32_t DistributedDeviceProfileService::SubscribeProfileEvents(const std::list<SubscribeInfo>& subscribeInfos, in SubscribeProfileEvents()
160 std::list<ProfileEvent>& failedEvents) in SubscribeProfileEvents()
175 int32_t DistributedDeviceProfileService::UnsubscribeProfileEvents(const std::list<ProfileEvent>& profileEvents, in UnsubscribeProfileEvents()
177 std::list<ProfileEvent>& failedEvents) in UnsubscribeProfileEvents()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dvpn_database_helper_test.cpp152 std::vector<SysVpnConfig> list; in HWTEST_F() local
154 EXPECT_EQ(vpnDataHelper_.QueryAllData(list, userId), NETMANAGER_EXT_SUCCESS); in HWTEST_F()
222 std::vector<SysVpnConfig> list; in HWTEST_F() local
223 EXPECT_EQ(vpnDataHelper_.QueryAllData(list, vpnBean->userId_), NETMANAGER_EXT_ERR_OPERATION_FAILED); in HWTEST_F()
H A Dnetworkvpn_client_test.cpp162 std::vector<SysVpnConfig> list; in HWTEST_F() local
163 EXPECT_EQ(networkVpnClient_.GetSysVpnConfigList(list), NETMANAGER_EXT_ERR_OPERATION_FAILED); in HWTEST_F()
169 std::vector<SysVpnConfig> list; in HWTEST_F() local
176 EXPECT_EQ(networkVpnClient_.GetSysVpnConfigList(list), NETMANAGER_EXT_ERR_OPERATION_FAILED); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.cpp78 std::list<int> eventTypes; in RegisterObserver()
101 std::list<NotificationChain::Listener *> listenerList; in RegisterObserver()
104 // Register function count in db is also protected by observer list lock. in RegisterObserver()
136 std::list<int> eventTypes; in UnRegisterObserver()
150 // Register function count in db is also protected by observer list lock. in UnRegisterObserver()
340 int GenericKvDBConnection::GetEventType(unsigned mode, std::list<int> &eventTypes) const
/kernel/linux/linux-5.10/drivers/acpi/
H A Dglue.c12 #include <linux/list.h>
45 list_add_tail(&type->list, &bus_type_list); in register_acpi_bus_type()
60 list_del_init(&type->list); in unregister_acpi_bus_type()
75 list_for_each_entry(tmp, &bus_type_list, list) { in acpi_get_bus_type()
204 * Keep the list sorted by node_id so that the IDs of removed nodes can in acpi_bind_one()
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmb_dev_int.c52 struct list_head list; member
101 struct ipmb_request_elem, list); in ipmb_read()
103 list_del(&queue_elem->list); in ipmb_read()
217 list_add(&queue_elem->list, &ipmb_dev->request_queue); in ipmb_handle_request()

Completed in 19 milliseconds

1...<<171172173174175176177178179180>>...676