Home
last modified time | relevance | path

Searched refs:set (Results 1501 - 1525 of 2088) sorted by relevance

1...<<61626364656667686970>>...84

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_struct.h235 uint16_t set; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.h126 mutable ConcurrentMap<KvStoreObserver *, std::set<Key>> observers_;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h195 int GetExistsDevicesFromMeta(std::set<std::string> &devices);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.h120 int GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) const override;
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dtask_scheduler.h26 #include <set>
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h166 std::set<std::string> kvApps_;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.h88 // Get the result set
93 // Release the result set
241 mutable std::set<IKvDBResultSet *> kvDbResultSets_;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dcloud_sync_log_table_manager.cpp44 std::set<std::string> primaryKeySet; // we need sort primary key by upper name in CalcPrimaryKeyHash()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dmeta_data.h257 // set value: SUBSCRIBE_QUERY_PREFIX + DBCommon::TransferHashString(queryId)
258 // queryId is not in set while key is not found from db first time, and return lastTimestamp = INT64_MAX
259 // if query is in set return 0 while not found from db, means already sync before, don't trigger again
260 mutable std::map<DeviceID, std::set<std::string>> queryIdMap_;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/sync_fuzzer/
H A Dsync_fuzzer.cpp195 std::set<Key> keys; in SubscribeOperation()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp239 std::set<std::string> callKeys(keys.begin(), keys.end()); in RegisterDataObserver()
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
H A Db_dir_test.cpp312 set<string> inc(paths.begin(), paths.end()); in HWTEST_F()
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_throw_mock.cpp92 std::set<std::string> SvcSessionManager::GetExtFileNameRequest(const std::string &bundleName) in GetExtFileNameRequest()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_extension.h151 void AsyncTaskRestore(std::set<std::string> fileSet, const std::vector<ExtManageInfo> extManageInfo);
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_event.cpp59 static std::set<std::string> g_supportEventList = {
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter_lite.cpp65 windowManagerLiteAgentMap_[type] = std::set<sptr<IWindowManagerAgent>>(); in RegisterWindowManagerAgent()
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/pages/index/
H A Dindex.js234 _system3["default"].set({
238 console.log('call storage.set success.');
241 console.log('call storage.set fail, code: ' + code + ', data: ' + data);
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp241 const std::set<NetCap> &netCaps, uint32_t &supplierId) in RegisterNetSupplier()
243 std::set<NetCap> tmp = netCaps; in RegisterNetSupplier()
299 std::set<NetCap> &netCaps = netSpecifier->netCapabilities_.netCaps_; in RequestNetConnection()
425 const std::set<NetCap> &netCaps, uint32_t &supplierId, in RegisterNetSupplierAsync()
1401 std::set<uint32_t> &bestReqList = supplier->GetBestRequestList(); in CallbackForSupplier()
1530 const std::set<NetCap> &netCaps) in GetNetSupplierFromList()
2739 std::set<NetBearType>::iterator iter = iterSupplier->second->GetNetCapabilities().bearerTypes_.find(bearerType); in FindSupplierWithInternetByBearerType()
2826 int32_t NetConnService::EnableVnicNetwork(const sptr<NetLinkInfo> &netLinkInfo, const std::set<int32_t> &uids) in EnableVnicNetwork()
2836 int32_t NetConnService::EnableVnicNetworkAsync(const sptr<NetLinkInfo> &netLinkInfo, const std::set<int32_t> &uids) in EnableVnicNetworkAsync()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp636 const std::set<std::string>& callbacks) in ShowDialog()
651 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog()
667 const std::set<std::string>& callbacks) in ShowDialog()
704 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog()
1069 std::function<void(int32_t, int32_t)>&& callback, const std::set<std::string>& callbacks) in ShowDialogInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp19 #include <set>
44 std::set<uint16_t> discovered_ = {};
92 std::map<uint16_t, std::set<int>> handleMap_ = {};
610 std::make_pair<int, std::set<int>>(std::get<TUPLE_INDEX_SECOND>(deviceInfo), {})); in Connect()
1111 auto map = handleMap_.emplace(std::make_pair<int, std::set<int>>(connectionHandle, {})); in OnConnect()
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp21 #include <set>
825 std::set<std::string> psersistAllowList; in GetPersistAllowList()
852 uint32_t resonCode, std::set<std::string>& restrictSet) in GetEligiableRestrictSet()
855 std::set<std::string> originRestrictSet = StandbyConfigManager::GetInstance()->GetEligiblePersistAllowConfig( in GetEligiableRestrictSet()
859 std::set<std::string> allowSet; in GetEligiableRestrictSet()
1466 STANDBYSERVICE_LOGD("set device state %{public}d, enabled is %{public}d", type, enabled); in SetDeviceState()
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp250 int32_t NetConnServiceStub::OnRequestCheck(uint32_t code, const std::set<std::string> &permissions) in OnRequestCheck()
272 bool NetConnServiceStub::CheckPermission(const std::set<std::string> &permissions) in CheckPermission()
282 bool NetConnServiceStub::CheckPermissionWithCache(const std::set<std::string> &permissions) in CheckPermissionWithCache()
324 std::set<int32_t> uids; in OnEnableVnicNetwork()
427 std::set<NetCap> netCaps; in OnRegisterNetSupplier()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_stub_test.cpp237 const std::set<int32_t> &uids) override
515 int32_t GetNetworkSharingType(std::set<uint32_t>& sharingTypeIsOn) override
545 int32_t NotifyNetBearerTypeChange(std::set<NetBearType> bearerTypes) override
1949 std::set<NetManagerStandard::NetBearType> bearerTypes; in HWTEST_F()
1976 std::set<int32_t> uids; in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_client_test.cpp638 std::set<NetCap> netCaps = {NET_CAPABILITY_INTERNET}; in HWTEST_F()
654 std::set<NetCap> netCaps = {NET_CAPABILITY_INTERNET}; in HWTEST_F()
722 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET}; in HWTEST_F()
779 * @tc.desc: Test NetConnClient::GetAppNet, return NetId set by SetAppNet
968 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET}; in HWTEST_F()
1293 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET}; in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp282 // set view in InitContainer()
530 "subwindow id:%{public}u set focusable %{public}d failed with WMError: %{public}d", window_->GetWindowId(), in ShowWindow()
968 TAG_LOGD(AceLogTag::ACE_SUB_WINDOW, "set hot areas enter"); in SetHotAreas()
973 TAG_LOGI(AceLogTag::ACE_SUB_WINDOW, "set hot area %{public}d", nodeId); in SetHotAreas()
975 TAG_LOGD(AceLogTag::ACE_SUB_WINDOW, "set hot area rect %{public}s", rect.ToString().c_str()); in SetHotAreas()
1229 // set view in InitToastDialogView()
1425 const std::set<std::string>& callbacks) in ShowDialogForAbility()
1447 const std::set<std::string>& callbacks) in ShowDialogForService()
1494 std::function<void(int32_t, int32_t)>&& callback, const std::set<std::string>& callbacks) in ShowDialogForAbility()
1514 std::function<void(int32_t, int32_t)>&& callback, const std::set<st in ShowDialogForService()
[all...]

Completed in 33 milliseconds

1...<<61626364656667686970>>...84