Searched refs:userIdStr (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributed_rdb_tools.h | 34 …arameters(str::string pathStr, std::string storeIdStr, std::string appIdStr, std::string userIdStr) in RdbParameters() 35 : pathStr(pathStr), storeId(storeIdStr), appId(appIdStr), userId(userIdStr) in RdbParameters()
|
H A D | distributeddb_nb_test_tools.h | 32 DBParameters(std::string storeIdStr, std::string appIdStr, std::string userIdStr) in DBParameters() 33 : storeId(storeIdStr), appId(appIdStr), userId(userIdStr) in DBParameters()
|
H A D | distributed_test_tools.h | 43 KvDBParameters(std::string storeIdStr, std::string appIdStr, std::string userIdStr) in KvDBParameters() 44 : storeId(storeIdStr), appId(appIdStr), userId(userIdStr) in KvDBParameters()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_utils.cpp | 130 std::string userIdStr = type.substr(0, userIdPos); in CheckUserIdInEventType() local 131 PRINT_HILOGD("userId: %{public}s", userIdStr.c_str()); in CheckUserIdInEventType() 132 if (userIdStr == std::to_string(callerUserId)) { in CheckUserIdInEventType()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | backup_file_utils.cpp | 681 std::string userIdStr = tmpPath.substr(posStart + 1, posEnd - posStart -1); in GetUserId() local 682 if (userIdStr.empty() || !MediaLibraryDataManagerUtils::IsNumber(userIdStr)) { in GetUserId() 686 return std::atoi(userIdStr.c_str()); in GetUserId()
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_uri.c | 605 char userIdStr[MAX_UINT32_LEN] = { 0 }; in CmConstructCommonUri() local 606 int32_t ret = UintToStr(context->userId, userIdStr, MAX_UINT32_LEN); in CmConstructCommonUri() 621 uriObj.user = userIdStr; in CmConstructCommonUri()
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_system_data.cpp | 779 std::string userIdStr = element.key(); in ParseUserListJsonV1() local 780 if (userIdStr.empty()) { in ParseUserListJsonV1() 784 if (!PrintUtil::ConvertToInt(userIdStr, userId)) { in ParseUserListJsonV1() 785 PRINT_HILOGE("userIdStr [%{public}s] can not parse to number.", userIdStr.c_str()); in ParseUserListJsonV1()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_rdbstore.cpp | 1661 string userIdStr; in GetUserIdAndBundleName() local 1662 GenCloudSyncTriggerFuncParams(store, userIdStr, bundleName); in GetUserIdAndBundleName() 1663 bool isValid = std::all_of(userIdStr.begin(), userIdStr.end(), ::isdigit); in GetUserIdAndBundleName() 1668 userId = static_cast<uint32_t>(std::stoi(userIdStr)); in GetUserIdAndBundleName()
|