Home
last modified time | relevance | path

Searched defs:funcType (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store.h211 RegisterFuncType funcType; member
Dsqlite_single_ver_natural_store.cpp1639 auto funcType = GetFuncType(observerType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransObserverTypeToRegisterFunctionType() local
1658 auto funcType = GetFuncType(conflictType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransConflictTypeToRegisterFunctionType() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
Dcommon_func.h212 #define PARSE_PROPERTY(env, property, funcType, value) \ argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dgeneric_kvdb_connection.cpp53 RegisterFuncType funcType = RegisterFuncType::REGISTER_FUNC_TYPE_MAX; in RegisterObserverForOneType() local
149 RegisterFuncType funcType = RegisterFuncType::REGISTER_FUNC_TYPE_MAX; in UnRegisterObserver() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_device_identifier_test.cpp384 RegisterFuncType funcType = RegisterFuncType::OBSERVER_SINGLE_VERSION_NS_PUT_EVENT; variable