Home
last modified time | relevance | path

Searched refs:set (Results 6076 - 6100 of 14554) sorted by relevance

1...<<241242243244245246247248249250>>...583

/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicamera_service.h19 #include <set>
138 virtual int32_t ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy) = 0;
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture.h22 #include <set>
143 std::set<AVScreenCaptureFilterableAudioContent> filteredAudioContents;
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dsupervisor.h24 #include <set>
98 std::set<int32_t> GetKeyTidSetByRole(int64_t role);
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_manager_proxy.h21 #include <set>
285 std::set<int32_t> onDemandSystemAbilityIdsSet_;
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_supplier_callback_proxy.cpp27 int32_t NetSupplierCallbackProxy::RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps, in RequestNetwork()
66 int32_t NetSupplierCallbackProxy::ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) in ReleaseNetwork()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message.h19 #include <set>
276 static std::set<NegotiateMessageKey> keyIgnoreTable_;
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.h88 MySetFunc set; member
110 void InsertElementToFuncMap(int type, ValueType valueType, MySetFunc set, MyGetFunc get);
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dlink_manager_test.cpp19 #include <set>
41 std::set<int> ids; in HWTEST_F()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_sa_event.h188 std::set<std::string>& GetP2PCallbackEvent();
200 std::set<std::string> p2pRegisteredCallbackEvent;
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Ddev_interface_state_test.cpp52 std::set<NetCap> netCaps; in HWTEST_F()
71 std::set<NetCap> getNetCaps = devInterfaceState.GetNetCaps(); in HWTEST_F()
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_device.h18 #include <set>
287 * @Description Enable device config, when set attemptEnable, disable other device config
290 * @param attemptEnable - if set true, disable other device config
374 * @Description set low latency mode
382 * @Description set frozen app
388 virtual ErrCode SetAppFrozen(std::set<int> pidList, bool isFrozen) = 0;
488 * @Description set low tx power
517 * @Description set satellite state
553 * @Description set data packet identification mark rule
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dsubscribe_manager.cpp90 subProfileEvents.set(static_cast<uint32_t>(profileEvent)); in SubscribeProfileEvents()
125 unsubProfileEvents.set(static_cast<uint32_t>(profileEvent)); in UnsubscribeProfileEvents()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_monitor.h20 #include <set>
449 std::set<std::string> setMonitorIface;
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_device.h18 #include <set>
156 * @Description Enable device config, when set attemptEnable, disable other device config
159 * @param attemptEnable - if set true, disable other device config
366 * @Description set low latency mode
398 * @Description set frozen app
404 virtual ErrCode SetAppFrozen(std::set<int> pidList, bool isFrozen) = 0;
536 * @Description set satellite state
556 * @Description set data packet identification mark rule
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.h122 void SetAppFrozen(std::set<int> pidList, bool isFrozen);
159 std::set<int> frozenPidList;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.cpp78 int EventLoopEpoll::Prepare(const std::set<EventImpl *> &polling) in Prepare()
141 int EventLoopEpoll::Exit(const std::set<EventImpl *> &polling) in Exit()
239 LOGE("Add fd to epoll set failed, err:'%d'", errCode); in AddEvent()
256 LOGE("Remove fd from epoll set failed, err:'%d'", errCode); in RemoveEvent()
279 LOGE("Modify fd in epoll set failed, err:'%d'", errCode); in ModifyEvent()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h19 #include <set>
193 std::set<std::string> onlineDevices_;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h21 #include <set>
55 ALREADY_SET, // already set.
76 UNSET_ERROR, // something should be set not be set
78 CLOUD_SYNC_UNSET, // not set sync option in cloud
113 SET_WIPE_POLICY, // set the policy of wipe remote stale data
195 Query query; // isQuery must be set to true if the query is set
240 std::set<std::string> trackerColNames;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery.h20 #include <set>
150 DB_API Query &InKeys(const std::set<Key> &keys);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Duser_delegate.cpp47 std::set<std::string> UserDelegate::GetLocalUsers() in GetLocalUsers()
54 std::set<std::string> users; in GetLocalUsers()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h21 #include <set>
134 virtual int32_t SetTrackerTable(const std::string &tableName, const std::set<std::string> &trackerColNames,
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_dev.h19 #include <set>
114 std::set<DCameraIndex> actualDevInfo_;
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_client.h212 * @descrition set paste data to the pasteboard.
223 * @descrition set paste data to the pasteboard.
232 * @descrition set paste data to the pasteboard.
240 * @descrition set unified data with uds entries to the pasteboard.
280 * @param patternsToCheck A reference to an set of Pattern to check against the clipboard.
283 std::set<Pattern> DetectPatterns(const std::set<Pattern> &patternsToCheck);
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/include/
H A Dsvc_session_manager_mock.h34 virtual std::set<std::string> GetExtFileNameRequest(const std::string&) = 0;
78 MOCK_METHOD((std::set<std::string>), GetExtFileNameRequest, (const std::string&));
/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_json_entity_ext_manage.cpp173 set<string> BJsonEntityExtManage::GetExtManage() const in GetExtManage()
184 set<string> info; in GetExtManage()

Completed in 18 milliseconds

1...<<241242243244245246247248249250>>...583