Searched refs:CheckStoreParameter (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | param_check_utils.h | 35 …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 D | param_check_utils.cpp | 57 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 D | auto_launch.cpp | 1040 …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 D | kv_store_delegate_manager.cpp | 199 …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 D | runtime_config.cpp | 158 if (!ParamCheckUtils::CheckStoreParameter(storeId, appId, userId, syncDualTupleMode)) { in GetStoreIdentifier()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_manager.cpp | 85 …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 D | db_status_adapter.cpp | 306 …if (!ParamCheckUtils::CheckStoreParameter({srcInfo.storeId, srcInfo.appId, srcInfo.userId}, false,… in MergeDBInfos()
|