Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dshort_cuts_test_ng.cpp93 std::vector<ModifierKey> keys; variable
135 std::vector<ModifierKey> keys; variable
160 std::vector<ModifierKey> keys; variable
194 std::vector<ModifierKey> keys; variable
228 std::vector<ModifierKey> keys; variable
253 std::vector<ModifierKey> keys; variable
287 std::vector<ModifierKey> keys; variable
321 std::vector<ModifierKey> keys; variable
363 std::vector<ModifierKey> keys; variable
388 std::vector<ModifierKey> keys; variable
[all …]
H A Dshort_cuts_little_test_ng.cpp88 std::vector<ModifierKey> keys; variable
113 std::vector<ModifierKey> keys; variable
147 std::vector<ModifierKey> keys; variable
181 std::vector<ModifierKey> keys; variable
223 std::vector<ModifierKey> keys; variable
248 std::vector<ModifierKey> keys; variable
274 std::vector<ModifierKey> keys; variable
300 std::vector<ModifierKey> keys; variable
326 std::vector<ModifierKey> keys; variable
351 std::vector<ModifierKey> keys; variable
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_report_entity_test.cpp155 unordered_map<string, int> keys; variable
200 unordered_map<string, int> keys; variable
242 unordered_map<string, int> keys; variable
267 unordered_map<string, int> keys; variable
291 unordered_map<string, int> keys; variable
315 unordered_map<string, int> keys; variable
339 unordered_map<string, int> keys; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_utils.cpp63 std::set<Key> keys; in FillQueryInKeys() local
81 void QueryUtils::FillStringQueryKeys(std::set<Key> &keys, const std::vector<Type> &pkList) in FillStringQueryKeys()
92 void QueryUtils::FillByteQueryKeys(std::set<Key> &keys, const std::vector<Type> &pkList) in FillByteQueryKeys()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.cpp200 std::vector<std::string> keys = { "start" }; in JsOnStart() local
218 std::vector<std::string> keys = { "pause" }; in JsOnPause() local
236 std::vector<std::string> keys = { "finish" }; in JsOnFinish() local
254 std::vector<std::string> keys = { "stop" }; in JsOnStop() local
272 std::vector<std::string> keys = { "fullscreen" }; in JsOnFullscreenChange() local
290 std::vector<std::string> keys = { "duration" }; in JsOnPrepared() local
308 std::vector<std::string> keys = { "time" }; in JsOnSeeking() local
326 std::vector<std::string> keys = { "time" }; in JsOnSeeked() local
344 std::vector<std::string> keys = { "time" }; in JsOnUpdate() local
362 std::vector<std::string> keys = { "error" }; in JsOnError() local
[all …]
H A Djs_form.cpp186 std::vector<std::string> keys = { "id", "idString" }; in JsOnAcquired() local
200 std::vector<std::string> keys = { "errcode", "msg" }; in JsOnError() local
214 std::vector<std::string> keys = { "id", "idString" }; in JsOnUninstall() local
228 std::vector<std::string> keys = { "action" }; in JsOnRouter() local
242 std::vector<std::string> keys; in JsOnLoad() local
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_report_entity.cpp67 static void ParseSplitsItem(const vector<string> &splits, const unordered_map<string, int> &keys, in ParseSplitsItem()
82 const unordered_map<string, int> &keys) in ParseReportInfo()
133 static void DealLine(unordered_map<string, int> &keys, in DealLine()
166 static struct ReportFileInfo StorageDealLine(unordered_map<string, int> &keys, int &num, const stri… in StorageDealLine()
204 unordered_map<string, int> keys; in GetReportInfos() local
231 static unordered_map<string, int> keys; in GetStorageReportInfos() local
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
H A Ddevicekvstore_fuzzer.cpp102 std::vector<Key> keys; in PutBatchFuzz() local
137 std::string keys = "test_"; in GetEntriesFuzz1() local
154 std::string keys = "test_"; in GetEntriesFuzz2() local
174 std::string keys = "test_"; in SyncCallbackFuzz() local
192 std::string keys = "test_"; in GetResultSetFuzz1() local
217 std::string keys = "test_"; in GetResultSetFuzz2() local
235 std::string keys = "test_"; in GetResultSetFuzz3() local
286 std::string keys = "test_"; in GetCountFuzz1() local
301 std::vector<std::string> keys; in GetCountFuzz2() local
356 std::string keys = "test_"; in SubscribeKvStoreFuzz() local
[all …]
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal_utils.c139 static uint32_t FindOffsetByLanguage(const char *language, const Key *keys, uint32_t configNum) in FindOffsetByLanguage()
176 static uint32_t FindOffsetByLangWithScriptOrRegion(char **resConfig, const Key *keys, uint32_t conf… in FindOffsetByLangWithScriptOrRegion()
211 static uint32_t FindOffsetByAllParam(char **resConfig, const Key *keys, uint32_t configNum) in FindOffsetByAllParam()
258 static uint32_t GetIdHeaderOffsetByCount(char **resConfig, const Key *keys, uint32_t configNum, int… in GetIdHeaderOffsetByCount()
280 static void FreeKeyParams(Key *keys, int32_t count) in FreeKeyParams()
294 static int32_t GetKeyParams(int32_t file, Key *keys, uint32_t resConfigNum) in GetKeyParams()
377 Key *keys = (Key *)malloc(size); in GetOffsetByLocale() local
478 static uint32_t GetIdHeaderOffsetByLocale(const char *locale, const Key *keys, uint32_t configNum) in GetIdHeaderOffsetByLocale()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/dbadapter/src/
H A Ddb_adapter_test.cpp160 std::vector<std::string> keys; variable
185 std::vector<std::string> keys { std::string(TEST_DEV_ID_2 + TEST_DH_ID_0) }; variable
203 std::vector<std::string> keys { std::string(TEST_DEV_ID_2 + TEST_DH_ID_0) }; variable
254 std::vector<std::string> keys { std::string(TEST_DEV_ID_2 + TEST_DH_ID_0) }; variable
272 std::vector<std::string> keys { std::string(TEST_DEV_ID_2 + TEST_DH_ID_0) }; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_register_syncdb_test.cpp454 vector<Key> keys; variable
499 vector<Key> keys; variable
547 vector<Key> keys; variable
587 vector<Key> keys; variable
1063 vector<Key> keys; variable
1124 vector<Key> keys; variable
1160 vector<Key> keys; variable
1489 vector<Key> keys; variable
1693 vector<Key> keys; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/
H A Dsinglekvstore_fuzzer.cpp104 std::vector<Key> keys; in PutBatchFuzz() local
139 std::string keys = "test_"; in GetEntriesFuzz1() local
156 std::string keys = "test_"; in GetEntriesFuzz2() local
173 std::string keys = "test_"; in SubscribeKvStoreFuzz() local
194 std::string keys = "test_"; in SyncCallbackFuzz() local
212 std::string keys = "test_"; in GetResultSetFuzz1() local
237 std::string keys = "test_"; in GetResultSetFuzz2() local
255 std::string keys = "test_"; in GetResultSetFuzz3() local
305 std::string keys = "test_"; in GetCountFuzz1() local
320 std::vector<std::string> keys; in GetCountFuzz2() local
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_connection.cpp72 bool SingleVerNaturalStoreConnection::CheckAndGetKeyLen(const std::vector<Key> &keys, const uint32_… in CheckAndGetKeyLen()
103 std::vector<Key> keys; in Delete() local
109 …t SingleVerNaturalStoreConnection::DeleteBatch(const IOption &option, const std::vector<Key> &keys) in DeleteBatch()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_stats.cpp64 auto keys = ifaceStatsMap.GetAllKeys(); in GetTotalStats() local
104 auto keys = uidSimStatsMap.GetAllKeys(); in GetAllSimStatsInfo() local
152 auto keys = uidIfaceStatsMap.GetAllKeys(); in GetAllStatsInfo() local
190 auto keys = uidStatsMap.GetAllKeys(); in DeleteStatsInfo() local
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/src/
H A Dnapi_subscriber_manager.cpp31 std::vector<Key> keys; in AddObservers() local
75 std::vector<Key> keys; in DelObservers() local
107 void NapiRdbSubscriberManager::Emit(const std::vector<Key> &keys, const std::shared_ptr<Observer> &… in Emit()
126 std::vector<Key> keys; in AddObservers() local
170 std::vector<Key> keys; in DelObservers() local
216 void NapiPublishedSubscriberManager::Emit(const std::vector<Key> &keys, const std::shared_ptr<Obser… in Emit()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_data_change_listener.cpp46 void KvDataChangeListener::OnChange(const DistributedKv::DataOrigin &origin, Keys &&keys) in OnChange()
67 const std::vector<std::string> &keys) in ConvertCloudChangeDataToEntries()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_meta_executor.cpp54 std::vector<Key> keys; in GetMetaKeysByKeyPrefix() local
67 int SqliteMetaExecutor::GetAllKeys(sqlite3_stmt *statement, bool isMemDb, std::vector<Key> &keys) in GetAllKeys()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsStateManagement.js62 static keys() { method in AppStorageV2
127 static keys() { method in PersistenceV2
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_local_batch_crud_test.cpp121 vector<Key> keys; variable
273 vector<Key> keys; variable
480 vector<Key> keys; variable
503 vector<Key> keys; variable
548 vector<Key> keys; variable
723 vector<Key> keys; variable
835 vector<Key> keys; variable
875 vector<Key> keys; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Drdb_subscriber_manager.cpp45 std::vector<Key> keys; in AddObservers() local
92 std::vector<Key> keys; in DelObservers() local
138 std::vector<Key> keys; in EnableObservers() local
177 std::vector<Key> keys; in DisableObservers() local
203 std::vector<Key> keys = CallbacksManager::GetKeys(); in RecoverObservers() local
233 void RdbSubscriberManager::Emit(const std::vector<Key> &keys, const std::shared_ptr<Observer> &obse… in Emit()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dcallbacks_manager.h88 …vector<OperationResult> CallbacksManager<Key, Observer>::AddObservers(const std::vector<Key> &keys, in AddObservers()
121 std::vector<Key> keys; in GetKeys() local
186 …vector<OperationResult> CallbacksManager<Key, Observer>::DelObservers(const std::vector<Key> &keys, in DelObservers()
226 const std::vector<Key> &keys, void *subscriber, in EnableObservers()
273 …or<OperationResult> CallbacksManager<Key, Observer>::DisableObservers(const std::vector<Key> &keys, in DisableObservers()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp159 std::vector<std::string> keys = {"key1"}; variable
195 std::vector<std::string> keys = {"key1"}; variable
212 std::vector<std::string> keys = {"key1"}; variable
255 std::vector<std::string> keys; variable
315 auto keys = advancedNotificationService_->GetLocalNotificationKeys(bundle2); variable
/ohos5.0/foundation/multimodalinput/input/uinput/
H A Dvirtual_keyboard.cpp32 static const std::vector<uint32_t> keys {KEY_BACK}; in GetKeys() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslots.rs341 let mut keys = Vec::new(); in ut_slots_push_back() localVariable
352 let mut keys = Vec::new(); in ut_slots_push_back() localVariable
372 let mut keys = Vec::new(); in ut_slots_push_back() localVariable
427 let mut keys = Vec::new(); in ut_slots_remove() localVariable
458 let mut keys = Vec::new(); in ut_slots_huge_data_push_back() localVariable
480 let mut keys = Vec::new(); in ut_slots_huge_data_remove() localVariable
548 let mut keys = Vec::new(); in ut_slots_huge_data_find() localVariable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp253 vector<Key> keys; variable
277 vector<Key> keys; variable
318 std::vector<Key> keys; variable
474 std::vector<Key> keys; variable

12345678910>>...17