Home
last modified time | relevance | path

Searched defs:delegates (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp107 tokenId, [&stores, &storeName](auto &, std::map<std::string, Delegate> &delegates) -> bool { in GetStoresIfPresent()
151 [this, &storeId, isScreenLocked, &storeIds, &closeStores](auto &key, auto &delegates) { in CloseStore()
167 stores_.ComputeIfPresent(tokenId, [this, &storeIds](auto &key, auto &delegates) { in CloseStore()
183 …EraseIf([&users, isScreenLocked](const auto &tokenId, std::map<std::string, Delegate> &delegates) { in CloseExcept()
217 …raseIf([&current, isForce, isScreenLocked](auto &key, std::map<std::string, Delegate> &delegates) { in GarbageCollect()
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp134 auto delegates = delegateProviders.CreateAllDelegates(); in PrepareModel() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_cursor_testcase.cpp1978 void VerifyResultSetInterfaces(KvStoreNbDelegate **delegates, unsigned long delegateCount) in VerifyResultSetInterfaces()
2024 KvStoreNbDelegate *delegates[OPEN_DB_TIMES] = {nullptr}; in ResultSetDb027() local