Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
H A Dapp_identity.h62 return tokenIdEx_; in GetTokenIdEx()
67 tokenIdEx_ = tokenIdEx; in SetTokenIdEx()
94 tokenIdEx_ = parcel.ReadInt64(); in ReadFromParcel()
104 parcel.WriteInt64(tokenIdEx_) && in Marshalling()
121 uint64_t tokenIdEx_; member in OHOS::Location::AppIdentity
H A Drequest.h81 uint64_t tokenIdEx_; member in OHOS::Location::Request
/base/location/frameworks/location_common/common/source/
H A Dapp_identity.cpp25 tokenIdEx_ = 0; in AppIdentity()
31 : uid_(uid), pid_(pid), tokenId_(tokenId), tokenIdEx_(tokenIdEx), firstTokenId_(firstTokenId) in AppIdentity()
40 ", tokenIdEx : " + std::to_string(tokenIdEx_) + in ToString()
H A Drequest.cpp27 tokenIdEx_ = 0; in Request()
138 tokenIdEx_ = tokenIdEx; in SetTokenIdEx()
143 return tokenIdEx_; in GetTokenIdEx()
363 ", tokenIdEx:" + std::to_string(tokenIdEx_) + in ToString()

Completed in 2 milliseconds