/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | icamera_service.h | 19 #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 D | screen_capture.h | 22 #include <set> 143 std::set<AVScreenCaptureFilterableAudioContent> filteredAudioContents;
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/ |
H A D | supervisor.h | 24 #include <set> 98 std::set<int32_t> GetKeyTidSetByRole(int64_t role);
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_manager_proxy.h | 21 #include <set> 285 std::set<int32_t> onDemandSystemAbilityIdsSet_;
|
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_supplier_callback_proxy.cpp | 27 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 D | negotiate_message.h | 19 #include <set> 276 static std::set<NegotiateMessageKey> keyIgnoreTable_;
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | vtp_stream_socket.h | 88 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 D | link_manager_test.cpp | 19 #include <set> 41 std::set<int> ids; in HWTEST_F()
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_sa_event.h | 188 std::set<std::string>& GetP2PCallbackEvent(); 200 std::set<std::string> p2pRegisteredCallbackEvent;
|
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | dev_interface_state_test.cpp | 52 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 D | wifi_device.h | 18 #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 D | subscribe_manager.cpp | 90 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 D | p2p_monitor.h | 20 #include <set> 449 std::set<std::string> setMonitorIface;
|
/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_device.h | 18 #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 D | wifi_internal_event_dispatcher.h | 122 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 D | event_loop_epoll.cpp | 78 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 D | auto_launch.h | 19 #include <set> 193 std::set<std::string> onlineDevices_;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | store_types.h | 21 #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 D | query.h | 20 #include <set> 150 DB_API Query &InKeys(const std::set<Key> &keys);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | user_delegate.cpp | 47 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 D | general_store.h | 21 #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 D | dcamera_source_dev.h | 19 #include <set> 114 std::set<DCameraIndex> actualDevInfo_;
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/ |
H A D | pasteboard_client.h | 212 * @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 D | svc_session_manager_mock.h | 34 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 D | b_json_entity_ext_manage.cpp | 173 set<string> BJsonEntityExtManage::GetExtManage() const in GetExtManage() 184 set<string> info; in GetExtManage()
|