Home
last modified time | relevance | path

Searched refs:openType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h68 …static int GetAutoLaunchProperties(const AutoLaunchParam &param, const DBTypeInner &openType, bool…
163 …aunchRequestCallBack(const std::string &identifier, AutoLaunchParam &param, DBTypeInner &openType);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp755 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 &param, const DBTypeInner &openType, … in GetAutoLaunchProperties() argument
977 switch (openType) { in GetAutoLaunchProperties()
1058 DBTypeInner &openType) in ExtAutoLaunchRequestCallBack() argument
1075 openType = type; in ExtAutoLaunchRequestCallBack()