Home
last modified time | relevance | path

Searched refs:normalIdentifier (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h82 …int DisableKvStoreAutoLaunch(const std::string &normalIdentifier, const std::string &dualTupleIden…
115 …ableKvStoreAutoLaunchParmCheck(AutoLaunchItem &autoLaunchItem, const std::string &normalIdentifier,
H A Druntime_context.h94 …virtual int DisableKvStoreAutoLaunch(const std::string &normalIdentifier, const std::string &dualT…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp123 …ableKvStoreAutoLaunchParmCheck(AutoLaunchItem &autoLaunchItem, const std::string &normalIdentifier, in EnableKvStoreAutoLaunchParmCheck() argument
128 if (isDualTupleMode && autoLaunchItemMap_.count(normalIdentifier) != 0 && in EnableKvStoreAutoLaunchParmCheck()
129 autoLaunchItemMap_[normalIdentifier].count(userId) != 0) { in EnableKvStoreAutoLaunchParmCheck()
138 std::string identifier = isDualTupleMode ? dualTupleIdentifier : normalIdentifier; in EnableKvStoreAutoLaunchParmCheck()
385 int AutoLaunch::DisableKvStoreAutoLaunch(const std::string &normalIdentifier, const std::string &du… in DisableKvStoreAutoLaunch() argument
392 …identifier = (autoLaunchItemMap_.count(normalIdentifier) == 0) ? dualTupleIdentifier : normalIdent… in DisableKvStoreAutoLaunch()
H A Druntime_context_impl.h79 …int DisableKvStoreAutoLaunch(const std::string &normalIdentifier, const std::string &dualTupleIden…
H A Druntime_context_impl.cpp451 int RuntimeContextImpl::DisableKvStoreAutoLaunch(const std::string &normalIdentifier, in DisableKvStoreAutoLaunch() argument
454 return autoLaunch_.DisableKvStoreAutoLaunch(normalIdentifier, dualTupleIdentifier, userId); in DisableKvStoreAutoLaunch()