Searched refs:openType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | auto_launch.h | 68 …static int GetAutoLaunchProperties(const AutoLaunchParam ¶m, const DBTypeInner &openType, bool… 163 …aunchRequestCallBack(const std::string &identifier, AutoLaunchParam ¶m, DBTypeInner &openType);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | auto_launch.cpp | 755 DBTypeInner openType = DBTypeInner::DB_INVALID; in AutoLaunchExt() local 756 int errCode = ExtAutoLaunchRequestCallBack(identifier, param, openType); in AutoLaunchExt() 762 errCode = AutoLaunch::GetAutoLaunchProperties(param, openType, false, ptr); in AutoLaunchExt() 779 autoLaunchItem.type = openType; in AutoLaunchExt() 973 int AutoLaunch::GetAutoLaunchProperties(const AutoLaunchParam ¶m, const DBTypeInner &openType, … in GetAutoLaunchProperties() argument 977 switch (openType) { in GetAutoLaunchProperties() 1058 DBTypeInner &openType) in ExtAutoLaunchRequestCallBack() argument 1075 openType = type; in ExtAutoLaunchRequestCallBack()
|