| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/ |
| D | rdb_subscriber_manager.h | 31 struct Key { struct 46 int32_t Add(const Key &key, int32_t userId, const Template &tpl); argument
|
| /foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi/ |
| D | PasteBoardUdmfDelayJsunit.test.js | 54 Key: 'text' + KEY_TEST_ELEMENT, property 64 Key: 'plainText' + KEY_TEST_ELEMENT, property 76 Key: 'hyperLink' + KEY_TEST_ELEMENT, property 88 Key: 'html' + KEY_TEST_ELEMENT, property 100 Key: 'file' + KEY_TEST_ELEMENT, property 111 Key: 'folder' + KEY_TEST_ELEMENT, property 122 Key: 'image' + KEY_TEST_ELEMENT, property 133 Key: 'video' + KEY_TEST_ELEMENT, property 144 Key: 'audio' + KEY_TEST_ELEMENT, property
|
| D | PasteBoardUnifiedDataSyncJsunit.test.js | 67 Key: 'text' + KEY_TEST_ELEMENT, property 77 Key: 'plainText' + KEY_TEST_ELEMENT, property 89 Key: 'hyperLink' + KEY_TEST_ELEMENT, property 101 Key: 'html' + KEY_TEST_ELEMENT, property 113 Key: 'file' + KEY_TEST_ELEMENT, property 124 Key: 'folder' + KEY_TEST_ELEMENT, property 135 Key: 'image' + KEY_TEST_ELEMENT, property 146 Key: 'video' + KEY_TEST_ELEMENT, property 157 Key: 'audio' + KEY_TEST_ELEMENT, property
|
| D | PasteBoardUnifiedDataJsunit.test.js | 66 Key: 'text' + KEY_TEST_ELEMENT, property 76 Key: 'plainText' + KEY_TEST_ELEMENT, property 88 Key: 'hyperLink' + KEY_TEST_ELEMENT, property 100 Key: 'html' + KEY_TEST_ELEMENT, property 112 Key: 'file' + KEY_TEST_ELEMENT, property 123 Key: 'folder' + KEY_TEST_ELEMENT, property 134 Key: 'image' + KEY_TEST_ELEMENT, property 145 Key: 'video' + KEY_TEST_ELEMENT, property 156 Key: 'audio' + KEY_TEST_ELEMENT, property
|
| /foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
| D | callbacks_manager.h | 67 static void DefaultProcess(const std::vector<Key> &, std::vector<OperationResult> &){}; in DefaultProcess() 90 …std::function<void(const std::vector<Key> &, const std::shared_ptr<Observer> &observer)> processOn… in AddObservers() 167 std::function<void(const std::vector<Key> &, std::vector<OperationResult> &)> processOnLastDel) in DelObservers() 187 …void *subscriber, std::function<void(const std::vector<Key> &, std::vector<OperationResult> &)> pr… in DelObservers() 227 std::function<void(std::map<Key, std::vector<ObserverNodeOnEnabled>> &)> enableLocalFunc, in EnableObservers() 228 std::function<void(const std::vector<Key> &, std::vector<OperationResult> &)> enableServiceFunc) in EnableObservers() 275 …std::function<void(const std::vector<Key> &, std::vector<OperationResult> &)> processOnLastDisable) in DisableObservers()
|
| /foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/ |
| D | napi_callbacks_manager.h | 44 static void DefaultProcess(const std::vector<Key> &, const std::shared_ptr<Observer> &observer, in DefaultProcess() 64 …std::function<void(const std::vector<Key> &, const std::shared_ptr<Observer> &observer)> processOn… in AddObservers() 111 …std::function<void(const std::vector<Key> &, const std::shared_ptr<Observer> &, std::vector<Operat… in DelObservers()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/ |
| D | check_common.h | 38 using Key = std::vector<uint8_t>; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| D | grid_utils.h | 28 Value GetOrDefault(const std::map<Key, Value>& map, const Key& key, const Value& defaultValue) in GetOrDefault()
|
| /foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/ |
| D | object_storage_engine.h | 27 using Key = std::vector<uint8_t>; variable
|
| /foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/ |
| D | published_data_subscriber_manager.cpp | 136 keys, subscriber, [this](std::map<Key, std::vector<ObserverNodeOnEnabled>> &obsMap) { in EnableObservers() 217 lastChangeNodeMap_.Compute(key, [](const Key &, PublishedDataChangeNode &value) { in Emit() 230 …lastChangeNodeMap_.Compute(key, [&data, &changeNode](const Key &, PublishedDataChangeNode &value) { in Emit() 250 … lastChangeNodeMap_.ComputeIfPresent(key, [&node](const Key &, PublishedDataChangeNode &value) { in Emit() 261 void PublishedDataSubscriberManager::EmitOnEnable(std::map<Key, std::vector<ObserverNodeOnEnabled>>… in EmitOnEnable() 267 PublishedDataChangeNode &value) { in EmitOnEnable()
|
| D | rdb_subscriber_manager.cpp | 143 [this](std::map<Key, std::vector<ObserverNodeOnEnabled>> &obsMap) { in EnableObservers() 243 void RdbSubscriberManager::EmitOnEnable(std::map<Key, std::vector<ObserverNodeOnEnabled>> &obsMap) in EmitOnEnable()
|
| /foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/ |
| D | UdmfJsTest.js | 48 Key: 'text' + KEY_TEST_ELEMENT, property 69 Key: 'text' + KEY_TEST_ELEMENT, property 94 Key: 'link' + KEY_TEST_ELEMENT, property 119 Key: 'html' + KEY_TEST_ELEMENT, property 144 Key: 'file' + KEY_TEST_ELEMENT, property 167 Key: 'folder' + KEY_TEST_ELEMENT, property 190 Key: 'image' + KEY_TEST_ELEMENT, property 213 Key: 'video' + KEY_TEST_ELEMENT, property 1067 Key: inputStr + KEY_TEST_ELEMENT, property
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
| D | kv_types_util.h | 24 using Key = DistributedKv::Key; variable
|
| /foundation/window/window_manager/utils/include/ |
| D | atomic_map.h | 27 void insert(const std::pair<Key, Value>& kv) in insert()
|
| /foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardperf/ |
| D | PasteBoardDelayPerfJsunit.test.js | 49 Key: 'plainText', property
|
| /foundation/ai/ai_engine/services/common/protocol/plugin_config/plugin_config_ini/ |
| D | cv_image_classification.ini | 31 Key = '' key
|
| D | asr_keyword_spotting.ini | 31 Key = '' key
|
| D | sample_plugin_1.ini | 32 Key = '' key
|
| D | sample_plugin_2.ini | 32 Key = '' key
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
| D | db_store_mock.h | 25 using Key = DistributedDB::Key; variable
|
| D | db_store_mock.cpp | 253 DBStatus DBStoreMock::Get(ConcurrentMap<Key, Value> &store, const Key &key, Value &value) const in Get() 260 DBStatus DBStoreMock::GetEntries(ConcurrentMap<Key, Value> &store, const Key &keyPrefix, in GetEntries() 273 DBStatus DBStoreMock::PutBatch(ConcurrentMap<Key, Value> &store, const std::vector<Entry> &entries) in PutBatch() 288 DBStatus DBStoreMock::DeleteBatch(ConcurrentMap<Key, Value> &store, const std::vector<Key> &keys) in DeleteBatch()
|
| /foundation/multimedia/media_foundation/engine/include/plugin/common/ |
| D | plugin_caps.h | 54 enum struct Key : uint32_t { enum
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/ |
| D | gif_encoder.cpp | 596 int GifEncoder::IsInDictionary(uint32_t Key) in IsInDictionary() 609 void GifEncoder::AddToDictionary(uint32_t Key, int Code) in AddToDictionary()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
| D | rd_single_ver_storage_executor.cpp | 298 const std::pair<Key, Key> &pairKey, std::vector<Entry> &entries, GRD_ResultSet **resultSet) in GetEntriesPrepare() 322 int RdSingleVerStorageExecutor::GetEntries(const GRD_KvScanModeE mode, const std::pair<Key, Key> &p… in GetEntries()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
| D | types_export.h | 39 using Key = std::vector<uint8_t>; variable
|