Searched refs:GetOpkeyVersion (Results 1 – 9 of 9) sorted by relevance
46 … int32_t ret = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpkeyVersion(versionInfo); in Query()
913 int32_t GetOpkeyVersion(std::string &versionInfo);
150 virtual int32_t GetOpkeyVersion(std::string &versionInfo) = 0;
147 int32_t GetOpkeyVersion(std::string &versionInfo) override;
1074 int32_t CoreServiceClient::GetOpkeyVersion(std::string &versionInfo) in GetOpkeyVersion() function in OHOS::Telephony::CoreServiceClient1081 return proxy->GetOpkeyVersion(versionInfo); in GetOpkeyVersion()
3160 int32_t CoreServiceProxy::GetOpkeyVersion(std::string &versionInfo) in GetOpkeyVersion() function in OHOS::Telephony::CoreServiceProxy
259 int32_t GetOpkeyVersion(std::string &versionInfo) override;
1634 int32_t CoreService::GetOpkeyVersion(std::string &versionInfo) in GetOpkeyVersion() function in OHOS::Telephony::CoreService
1922 int32_t result = GetOpkeyVersion(versionInfo); in OnGetOpkeyVersion()