Home
last modified time | relevance | path

Searched refs:GetAutoLaunchProperties (Results 1 – 3 of 3) 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…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp574 int errCode = AutoLaunch::GetAutoLaunchProperties(param, DBTypeInner::DB_KV, true, ptr); in EnableKvStoreAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp762 errCode = AutoLaunch::GetAutoLaunchProperties(param, openType, false, ptr); in AutoLaunchExt()
973 int AutoLaunch::GetAutoLaunchProperties(const AutoLaunchParam &param, const DBTypeInner &openType, … in GetAutoLaunchProperties() function in DistributedDB::AutoLaunch