Home
last modified time | relevance | path

Searched refs:StringToInt64 (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/common/include/
H A Ddm_anonymous.h42 int64_t StringToInt64(const std::string &str, int32_t base);
/foundation/distributedhardware/device_manager/common/src/
H A Ddm_anonymous.cpp218 int64_t StringToInt64(const std::string &str, int32_t base) in StringToInt64() function
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_anonymous.cpp436 int64_t ret = StringToInt64(str, base); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp225 authRequestContext_->tokenId = StringToInt64(jsonObject[TAG_TOKENID].get<std::string>(), STRTOLL_BASE_10); in GetAuthParam()

Completed in 6 milliseconds