Searched defs:delegates (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/ |
H A D | auto_cache.cpp | 107 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([¤t, 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 D | label_classify.cpp | 134 auto delegates = delegateProviders.CreateAllDelegates(); in PrepareModel() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_cursor_testcase.cpp | 1978 void VerifyResultSetInterfaces(KvStoreNbDelegate **delegates, unsigned long delegateCount) in VerifyResultSetInterfaces() 2024 KvStoreNbDelegate *delegates[OPEN_DB_TIMES] = {nullptr}; in ResultSetDb027() local
|