Home
last modified time | relevance | path

Searched refs:CheckStoreParameter (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dparam_check_utils.h35 …static bool CheckStoreParameter(const std::string &storeId, const std::string &appId, const std::s…
38 static bool CheckStoreParameter(const StoreInfo &info, bool isIgnoreUserIdCheck = false,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp57 bool ParamCheckUtils::CheckStoreParameter(const std::string &storeId, const std::string &appId, in CheckStoreParameter() function in DistributedDB::ParamCheckUtils
60 return CheckStoreParameter({userId, appId, storeId}, isIgnoreUserIdCheck, subUser); in CheckStoreParameter()
63 bool ParamCheckUtils::CheckStoreParameter(const StoreInfo &info, bool isIgnoreUserIdCheck, in CheckStoreParameter() function in DistributedDB::ParamCheckUtils
172 if (!ParamCheckUtils::CheckStoreParameter(param.storeId, param.appId, param.userId)) { in CheckAndTransferAutoLaunchParam()
H A Dauto_launch.cpp1040 …if (!ParamCheckUtils::CheckStoreParameter({param.storeId, param.appId, param.userId}, false, "", t… in GetAutoLaunchRelationProperties()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp199 …if (!ParamCheckUtils::CheckStoreParameter(storeId, appId_, userId_, false, subUser_) || GetKvStore… in GetKvStore()
271 if (!ParamCheckUtils::CheckStoreParameter(storeId, appId_, userId_, false, subUser_) || in GetKvStoreParamCheck()
483 if (!ParamCheckUtils::CheckStoreParameter(storeId, appId_, userId_)) { in GetKvStoreDiskSize()
511 if (!ParamCheckUtils::CheckStoreParameter(storeId, appId, userId)) { in GetDatabaseDir()
H A Druntime_config.cpp158 if (!ParamCheckUtils::CheckStoreParameter(storeId, appId, userId, syncDualTupleMode)) { in GetStoreIdentifier()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp85 …if (!ParamCheckUtils::CheckStoreParameter({userId_, appId_, storeId}, false, subUser_, true) || pa… in PreCheckOpenStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Ddb_status_adapter.cpp306 …if (!ParamCheckUtils::CheckStoreParameter({srcInfo.storeId, srcInfo.appId, srcInfo.userId}, false,… in MergeDBInfos()