/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_hotspot_impl.cpp | 226 ErrCode WifiHotspotImpl::GetSupportedPowerModel(std::set<PowerModel>& setPowerModelList) in GetSupportedPowerModel()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_struct.h | 235 uint16_t set; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | db_store_mock.h | 126 mutable ConcurrentMap<KvStoreObserver *, std::set<Key>> observers_;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.h | 195 int GetExistsDevicesFromMeta(std::set<std::string> &devices);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_single_ver_sync_db_Interface.h | 120 int GetCompressionAlgo(std::set<CompressAlgorithm> &algorithmSet) const override;
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | task_scheduler.h | 26 #include <set>
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | sync_manager.h | 166 std::set<std::string> kvApps_;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_connection.h | 88 // 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 D | cloud_sync_log_table_manager.cpp | 44 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 D | meta_data.h | 257 // 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 D | sync_fuzzer.cpp | 195 std::set<Key> keys; in SubscribeOperation()
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_base.cpp | 239 std::set<std::string> callKeys(keys.begin(), keys.end()); in RegisterDataObserver()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/ |
H A D | b_dir_test.cpp | 312 set<string> inc(paths.begin(), paths.end()); in HWTEST_F()
|
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
H A D | svc_session_manager_throw_mock.cpp | 92 std::set<std::string> SvcSessionManager::GetExtFileNameRequest(const std::string &bundleName) in GetExtFileNameRequest()
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/ |
H A D | ext_extension.h | 151 void AsyncTaskRestore(std::set<std::string> fileSet, const std::vector<ExtManageInfo> extManageInfo);
|
/foundation/communication/connected_nfc_tag/frameworks/js/napi/ |
H A D | nfc_napi_event.cpp | 59 static std::set<std::string> g_supportEventList = {
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter_lite.cpp | 65 windowManagerLiteAgentMap_[type] = std::set<sptr<IWindowManagerAgent>>(); in RegisterWindowManagerAgent()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-it87.c | 170 * them allow all the lines to be set/unset to Simple I/O. in it87_gpio_request() 176 * newly-exported GPIO interfaces are set to input. in it87_gpio_request() 257 /* set the output enable bit */ in it87_gpio_direction_out() 275 .set = it87_gpio_set,
|
H A D | gpio-gpio-mm.c | 33 * @io_state: bit I/O state (whether bit is set to input or output) 157 /* ensure that GPIO is set for input */ in gpiomm_gpio_get() 234 /* update output state data and set device gpio register */ in gpiomm_gpio_set_multiple() 282 gpiommgpio->chip.set = gpiomm_gpio_set; in gpiomm_probe()
|
H A D | gpio-sprd.c | 249 sprd_gpio->chip.set = sprd_gpio_set; in sprd_gpio_probe()
|
H A D | gpio-siox.c | 232 ddata->gchip.set = gpio_siox_set; in gpio_siox_probe()
|
H A D | gpio-zx.c | 237 chip->gc.set = zx_set_value; in zx_gpio_probe()
|
H A D | gpio-crystalcove.c | 70 * @set_irq_mask: true if the IRQ mask needs to be set, false to clear. 349 cg->chip.set = crystalcove_gpio_set; in crystalcove_gpio_probe()
|
H A D | gpio-cs5535.c | 297 .set = chip_gpio_set, 329 /* set up the driver-specific struct */ in cs5535_gpio_probe()
|
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/ |
H A D | simdisk.c | 64 .set = simdisk_param_set_filename,
|