Home
last modified time | relevance | path

Searched refs:apiVersion (Results 1 - 25 of 76) sorted by relevance

1234

/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_update_verify.cpp47 bool CheckApiVersion(const std::string &apiVersion) in CheckApiVersion() argument
50 int hmpApiVersion = Utils::String2Int<int>(apiVersion, Utils::N_DEC); in CheckApiVersion()
102 std::string apiVersion; in CheckPackInfoVer() local
103 if (type == HMP_APP_TYPE && GetPackInfoVer(root, HMP_API_VERSION, apiVersion)) { in CheckPackInfoVer()
104 return CheckApiVersion(apiVersion); in CheckPackInfoVer()
113 GetPackInfoVer(root, HMP_API_VERSION, apiVersion)) { in CheckPackInfoVer()
114 return CheckApiVersion(apiVersion) && CheckSaSdkVersion(saSdkVersion); in CheckPackInfoVer()
H A Dmodule_ipc_helper.cpp24 version.apiVersion = reply.ReadUint32(); in ReadSaVersion()
31 data.WriteUint32(version.apiVersion); in WriteSaVersion()
68 info.apiVersion = reply.ReadInt32(); in ReadModulePackageInfo()
81 data.WriteInt32(info.apiVersion); in WriteModulePackageInfo()
/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_auth_proxy.h31 int32_t GetAvailableStatus(int32_t apiVersion, int32_t userId, AuthType authType,
33 int32_t GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) override;
41 uint64_t Auth(int32_t apiVersion, const std::vector<uint8_t> &challenge, AuthType authType,
43 uint64_t AuthWidget(int32_t apiVersion, const AuthParamInner &authParam,
51 int32_t GetEnrolledState(int32_t apiVersion, AuthType authType, EnrolledState &enrolledState) override;
69 int32_t GetAvailableStatusInner(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel,
/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h42 int32_t GetAvailableStatus(int32_t apiVersion, int32_t userId, AuthType authType,
44 int32_t GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) override;
52 uint64_t Auth(int32_t apiVersion, const std::vector<uint8_t> &challenge, AuthType authType,
54 uint64_t AuthWidget(int32_t apiVersion, const AuthParamInner &authParam,
62 int32_t GetEnrolledState(int32_t apiVersion, AuthType authType, EnrolledState &enrolledState) override;
74 std::shared_ptr<ContextCallback> GetAuthContextCallback(int32_t apiVersion,
77 std::shared_ptr<ContextCallback> GetAuthContextCallback(int32_t apiVersion,
87 uint64_t StartAuthContext(int32_t apiVersion, Authentication::AuthenticationPara para,
110 int32_t GetAvailableStatusInner(int32_t apiVersion, int32_t userId, AuthType authType,
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Duser_auth_interface.h36 virtual int32_t GetAvailableStatus(int32_t apiVersion, int32_t userId, AuthType authType,
39 virtual int32_t GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) = 0;
50 virtual uint64_t Auth(int32_t apiVersion, const std::vector<uint8_t> &challenge, AuthType authType,
53 virtual uint64_t AuthWidget(int32_t apiVersion, const AuthParamInner &authParam,
67 virtual int32_t GetEnrolledState(int32_t apiVersion, AuthType authType, EnrolledState &enrolledState) = 0;
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_user_auth_service.h27 MOCK_METHOD3(GetEnrolledState, int32_t(int32_t apiVersion, AuthType authType, EnrolledState &enrolledState));
29 MOCK_METHOD4(GetAvailableStatus, int32_t(int32_t apiVersion, int32_t userId, AuthType authType,
32 int32_t GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus() argument
48 uint64_t(int32_t apiVersion, const std::vector<uint8_t> &challenge, AuthType authType,
51 MOCK_METHOD4(AuthWidget, uint64_t(int32_t apiVersion, const AuthParamInner &authParam,
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dinner_app_account_manager.h48 AppAccountCallingInfo &appAccountCallingInfo, const uint32_t apiVersion = Constants::API_VERSION7);
50 AppAccountCallingInfo &appAccountCallingInfo, const uint32_t apiVersion = Constants::API_VERSION7);
73 std::string &token, const uint32_t apiVersion = Constants::API_VERSION8);
76 const AuthenticatorSessionRequest &request, const uint32_t apiVersion = Constants::API_VERSION8);
78 const uint32_t apiVersion = Constants::API_VERSION8);
80 bool &isVisible, const uint32_t apiVersion = Constants::API_VERSION8);
83 std::set<std::string> &oauthList, const uint32_t apiVersion = Constants::API_VERSION8);
H A Dapp_account_control_manager.h54 const uint32_t apiVersion = Constants::API_VERSION7);
57 const uint32_t apiVersion = Constants::API_VERSION7);
78 std::string &token, const uint32_t apiVersion = Constants::API_VERSION8);
81 const AuthenticatorSessionRequest &request, const uint32_t apiVersion = Constants::API_VERSION8);
83 const AuthenticatorSessionRequest &request, const uint32_t apiVersion = Constants::API_VERSION8);
85 bool &isVisible, const uint32_t apiVersion = Constants::API_VERSION8);
88 std::set<std::string> &oauthList, const uint32_t apiVersion = Constants::API_VERSION8);
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp96 AppAccountCallingInfo &appAccountCallingInfo, const uint32_t apiVersion) in EnableAppAccess()
101 name, authorizedApp, appAccountCallingInfo, appAccountInfo, apiVersion); in EnableAppAccess()
110 AppAccountCallingInfo &appAccountCallingInfo, const uint32_t apiVersion) in DisableAppAccess()
115 name, authorizedApp, appAccountCallingInfo, appAccountInfo, apiVersion); in DisableAppAccess()
233 const AuthenticatorSessionRequest &request, std::string &token, const uint32_t apiVersion) in GetOAuthToken()
235 return controlManager_.GetOAuthToken(request, token, apiVersion); in GetOAuthToken()
252 ErrCode InnerAppAccountManager::DeleteOAuthToken(const AuthenticatorSessionRequest &request, const uint32_t apiVersion) in DeleteOAuthToken() argument
254 return controlManager_.DeleteOAuthToken(request, apiVersion); in DeleteOAuthToken()
258 const AuthenticatorSessionRequest &request, const uint32_t apiVersion) in SetOAuthTokenVisibility()
260 return controlManager_.SetOAuthTokenVisibility(request, apiVersion); in SetOAuthTokenVisibility()
95 EnableAppAccess(const std::string &name, const std::string &authorizedApp, AppAccountCallingInfo &appAccountCallingInfo, const uint32_t apiVersion) EnableAppAccess() argument
109 DisableAppAccess(const std::string &name, const std::string &authorizedApp, AppAccountCallingInfo &appAccountCallingInfo, const uint32_t apiVersion) DisableAppAccess() argument
232 GetOAuthToken( const AuthenticatorSessionRequest &request, std::string &token, const uint32_t apiVersion) GetOAuthToken() argument
257 SetOAuthTokenVisibility( const AuthenticatorSessionRequest &request, const uint32_t apiVersion) SetOAuthTokenVisibility() argument
263 CheckOAuthTokenVisibility( const AuthenticatorSessionRequest &request, bool &isVisible, const uint32_t apiVersion) CheckOAuthTokenVisibility() argument
282 GetOAuthList( const AuthenticatorSessionRequest &request, std::set<std::string> &oauthList, const uint32_t apiVersion) GetOAuthList() argument
[all...]
/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp93 int32_t UserAuthClientImpl::GetNorthAvailableStatus(int32_t apiVersion, AuthType authType, in GetNorthAvailableStatus() argument
96 IAM_LOGI("start, apiVersion:%{public}d authType:%{public}d authTrustLevel:%{public}u", in GetNorthAvailableStatus()
97 apiVersion, authType, authTrustLevel); in GetNorthAvailableStatus()
103 return proxy->GetAvailableStatus(apiVersion, authType, authTrustLevel); in GetNorthAvailableStatus()
241 uint64_t UserAuthClientImpl::BeginNorthAuthentication(int32_t apiVersion, const std::vector<uint8_t> &challenge, in BeginNorthAuthentication() argument
244 IAM_LOGI("start, apiVersion:%{public}d authType:%{public}d atl:%{public}u", apiVersion, authType, atl); in BeginNorthAuthentication()
273 return proxy->Auth(apiVersion, challenge, authType, atl, wrapper); in BeginNorthAuthentication()
429 uint64_t UserAuthClientImpl::BeginWidgetAuth(int32_t apiVersion, const WidgetAuthParam &authParam, in BeginWidgetAuth() argument
432 IAM_LOGI("start, apiVersion in BeginWidgetAuth()
445 BeginWidgetAuthInner(int32_t apiVersion, const AuthParamInner &authParam, const WidgetParam &widgetParam, const std::shared_ptr<AuthenticationCallback> &callback) BeginWidgetAuthInner() argument
504 GetEnrolledState(int32_t apiVersion, AuthType authType, EnrolledState &enrolledState) GetEnrolledState() argument
[all...]
/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_auth_client_impl.h35 int32_t GetNorthAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel);
43 uint64_t BeginNorthAuthentication(int32_t apiVersion, const std::vector<uint8_t> &challenge, AuthType authType,
52 uint64_t BeginWidgetAuth(int32_t apiVersion, const WidgetAuthParam &authParam, const WidgetParam &widgetParam,
56 int32_t GetEnrolledState(int32_t apiVersion, AuthType authType, EnrolledState &enrolledState);
68 uint64_t BeginWidgetAuthInner(int32_t apiVersion, const AuthParamInner &authParam,
/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Dhap_token_info.h68 int32_t apiVersion; member in OHOS::Security::AccessToken::final
82 int32_t apiVersion; member in OHOS::Security::AccessToken::final
103 int32_t apiVersion; member in OHOS::Security::AccessToken::final
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_info.h57 ErrCode EnableAppAccess(const std::string &authorizedApp, const uint32_t apiVersion = Constants::API_VERSION7);
58 ErrCode DisableAppAccess(const std::string &authorizedApp, const uint32_t apiVersion = Constants::API_VERSION7);
77 const std::string &authType, std::string &token, const uint32_t apiVersion = Constants::API_VERSION8) const;
82 const std::string &bundleName, bool isVisible, const uint32_t apiVersion = Constants::API_VERSION8);
84 const std::string &bundleName, bool &isVisible, const uint32_t apiVersion = Constants::API_VERSION8) const;
87 std::set<std::string> &oauthList, const uint32_t apiVersion = Constants::API_VERSION8) const;
/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp145 int32_t apiVersion = parcel.ReadInt32(); in FuzzGetEnrolledState() local
148 g_userAuthService.GetEnrolledState(apiVersion, authType, enrolledState); in FuzzGetEnrolledState()
155 int32_t apiVersion = 8; in FuzzGetAvailableStatusOtherScene() local
160 g_userAuthService.GetAvailableStatus(apiVersion, userId, authType, authTrustLevel); in FuzzGetAvailableStatusOtherScene()
167 int32_t apiVersion = parcel.ReadInt32(); in FuzzGetAvailableStatus() local
171 g_userAuthService.GetAvailableStatus(apiVersion, userId, authType, authTrustLevel); in FuzzGetAvailableStatus()
217 int32_t apiVersion = parcel.ReadInt32(); in FuzzAuth() local
226 g_userAuthService.Auth(apiVersion, challenge, authType, authTrustLevel, callback); in FuzzAuth()
283 int32_t apiVersion = parcel.ReadInt32(); in FuzzAuthWidget() local
300 g_userAuthService.AuthWidget(apiVersion, authPara in FuzzAuthWidget()
412 int32_t apiVersion = parcel.ReadInt32(); FuzzGetAuthContextCallback() local
531 int32_t apiVersion = parcel.ReadInt32(); FuzzStartAuthContext() local
[all...]
/base/security/access_token/frameworks/accesstoken/src/
H A Dhap_info_parcel.cpp29 RETURN_IF_FALSE(out.WriteInt32(this->hapInfoParameter.apiVersion)); in Marshalling()
46 RELEASE_IF_FALSE(in.ReadInt32(hapInfoParcel->hapInfoParameter.apiVersion), hapInfoParcel); in Unmarshalling()
H A Dhap_token_info_parcel.cpp28 RETURN_IF_FALSE(out.WriteInt32(this->hapTokenInfoParams.apiVersion)); in Marshalling()
53 RELEASE_IF_FALSE(in.ReadInt32(hapTokenInfoParcel->hapTokenInfoParams.apiVersion), hapTokenInfoParcel); in Unmarshalling()
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_stub.cpp95 int32_t apiVersion; in GetAvailableStatusStub() local
114 if (!data.ReadInt32(apiVersion)) { in GetAvailableStatusStub()
115 IAM_LOGE("failed to read apiVersion"); in GetAvailableStatusStub()
121 result = GetAvailableStatus(apiVersion, userId, static_cast<AuthType>(authType), in GetAvailableStatusStub()
124 result = GetAvailableStatus(apiVersion, static_cast<AuthType>(authType), in GetAvailableStatusStub()
228 int32_t apiVersion; in AuthStub() local
229 if (!data.ReadInt32(apiVersion)) { in AuthStub()
230 IAM_LOGE("failed to read apiVersion"); in AuthStub()
251 uint64_t contextId = Auth(apiVersion, authParam.challenge, authParam.authType, authParam.authTrustLevel, in AuthStub()
288 int32_t apiVersion; in AuthWidgetStub() local
542 int32_t apiVersion; GetEnrolledStateStub() local
[all...]
H A Duser_auth_proxy.cpp36 int32_t UserAuthProxy::GetAvailableStatus(int32_t apiVersion, int32_t userId, AuthType authType, in GetAvailableStatus() argument
53 return GetAvailableStatusInner(apiVersion, authType, authTrustLevel, data); in GetAvailableStatus()
56 int32_t UserAuthProxy::GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus() argument
68 return GetAvailableStatusInner(apiVersion, authType, authTrustLevel, data); in GetAvailableStatus()
71 int32_t UserAuthProxy::GetAvailableStatusInner(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel, in GetAvailableStatusInner() argument
82 if (!data.WriteInt32(apiVersion)) { in GetAvailableStatusInner()
83 IAM_LOGE("failed to write apiVersion"); in GetAvailableStatusInner()
289 uint64_t UserAuthProxy::Auth(int32_t apiVersion, const std::vector<uint8_t> &challenge, AuthType authType, in Auth() argument
303 if (!data.WriteInt32(apiVersion)) { in Auth()
304 IAM_LOGE("failed to write apiVersion"); in Auth()
335 AuthWidget(int32_t apiVersion, const AuthParamInner &authParam, const WidgetParam &widgetParam, sptr<UserAuthCallbackInterface> &callback) AuthWidget() argument
663 GetEnrolledState(int32_t apiVersion, AuthType authType, EnrolledState &enrolledState) GetEnrolledState() argument
[all...]
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Dhap_token_info_inner.cpp41 tokenInfoBasic_.apiVersion = 0; in HapTokenInfoInner()
58 tokenInfoBasic_.apiVersion = GetApiVersion(info.apiVersion); in HapTokenInfoInner()
93 tokenInfoBasic_.apiVersion = GetApiVersion(info.apiVersion); in Update()
120 outGenericValues.Put(TokenFiledConst::FIELD_API_VERSION, tokenInfoBasic_.apiVersion); in TranslationIntoGenericValues()
142 tokenInfoBasic_.apiVersion = GetApiVersion(inGenericValues.GetInt(TokenFiledConst::FIELD_API_VERSION)); in RestoreHapTokenBasicInfo()
295 int32_t HapTokenInfoInner::GetApiVersion(int32_t apiVersion) in GetApiVersion() argument
298 std::string apiStr = std::to_string(apiVersion); in GetApiVersion()
301 return apiVersion; in GetApiVersion()
[all...]
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_service_test.cpp817 int32_t apiVersion = 10; in HWTEST_F() local
830 EXPECT_EQ(service.AuthWidget(apiVersion, authParam, widgetParam, testUserAuthCallback), (uint64_t)0); in HWTEST_F()
836 int32_t apiVersion = 10; in HWTEST_F() local
853 uint64_t conxtId = service.AuthWidget(apiVersion, authParam, widgetParam, callbackInterface); in HWTEST_F()
861 int32_t apiVersion = 10; in HWTEST_F() local
878 uint64_t conxtId = service.AuthWidget(apiVersion, authParam, widgetParam, callbackInterface); in HWTEST_F()
886 int32_t apiVersion = 10; in HWTEST_F() local
903 uint64_t conxtId = service.AuthWidget(apiVersion, authParam, widgetParam, callbackInterface); in HWTEST_F()
911 int32_t apiVersion = 10; in HWTEST_F() local
929 uint64_t conxtId = service.AuthWidget(apiVersion, authPara in HWTEST_F()
938 int32_t apiVersion = 10; HWTEST_F() local
965 int32_t apiVersion = 10; HWTEST_F() local
999 int32_t apiVersion = 10; HWTEST_F() local
1025 int32_t apiVersion = 10; HWTEST_F() local
1051 int32_t apiVersion = 10; HWTEST_F() local
1077 int32_t apiVersion = 10; HWTEST_F() local
1103 int32_t apiVersion = 10; HWTEST_F() local
1130 int32_t apiVersion = 10; HWTEST_F() local
1160 int32_t apiVersion = 10; HWTEST_F() local
1187 int32_t apiVersion = 10; HWTEST_F() local
1232 int32_t apiVersion = 10; HWTEST_F() local
1283 int32_t apiVersion = 10; HWTEST_F() local
1335 int32_t apiVersion = 10; HWTEST_F() local
1386 int32_t apiVersion = 10; HWTEST_F() local
1438 int32_t apiVersion = 10; HWTEST_F() local
1487 int32_t apiVersion = 10; HWTEST_F() local
1536 int32_t apiVersion = 10; HWTEST_F() local
1585 int32_t apiVersion = 10; HWTEST_F() local
[all...]
/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h38 constexpr const char *HMP_API_VERSION = "apiVersion";
55 uint32_t apiVersion; member
61 return std::to_string(apiVersion) + std::to_string(versionCode) + std::to_string(patchVersion); in operator std::string()
81 int apiVersion {-1};
/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp181 int32_t UserAuthService::GetAvailableStatus(int32_t apiVersion, int32_t userId, AuthType authType, in GetAvailableStatus() argument
190 return GetAvailableStatusInner(apiVersion, userId, authType, authTrustLevel); in GetAvailableStatus()
193 int32_t UserAuthService::GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus() argument
202 if (apiVersion <= API_VERSION_8 && authType == PIN) { in GetAvailableStatus()
211 return GetAvailableStatusInner(apiVersion, userId, authType, authTrustLevel); in GetAvailableStatus()
214 int32_t UserAuthService::GetAvailableStatusInner(int32_t apiVersion, int32_t userId, AuthType authType, in GetAvailableStatusInner() argument
354 std::shared_ptr<ContextCallback> UserAuthService::GetAuthContextCallback(int32_t apiVersion, in GetAuthContextCallback() argument
372 contextCallback->SetTraceSdkVersion(apiVersion); in GetAuthContextCallback()
398 uint64_t UserAuthService::Auth(int32_t apiVersion, const std::vector<uint8_t> &challenge, in Auth() argument
402 auto contextCallback = GetAuthContextCallback(apiVersion, challeng in Auth()
448 StartAuthContext(int32_t apiVersion, Authentication::AuthenticationPara para, const std::shared_ptr<ContextCallback> &contextCallback) StartAuthContext() argument
933 AuthWidget(int32_t apiVersion, const AuthParamInner &authParam, const WidgetParam &widgetParam, sptr<UserAuthCallbackInterface> &callback) AuthWidget() argument
996 GetAuthContextCallback(int32_t apiVersion, const AuthParamInner &authParam, const WidgetParam &widgetParam, sptr<UserAuthCallbackInterface> &callback) GetAuthContextCallback() argument
1081 GetEnrolledState(int32_t apiVersion, AuthType authType, EnrolledState &enrolledState) GetEnrolledState() argument
[all...]
/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
H A Duser_auth_client_fuzzer.cpp109 auto apiVersion = parcel.ReadInt32(); in FuzzClientGetEnrolledState() local
112 UserAuthClientImpl::Instance().GetEnrolledState(apiVersion, authType, enrolledState); in FuzzClientGetEnrolledState()
122 auto apiVersion = static_cast<AuthTrustLevel>(parcel.ReadInt32()); in FuzzClientGetAvailableStatus() local
124 UserAuthClientImpl::Instance().GetNorthAvailableStatus(apiVersion, authType, atl); in FuzzClientGetAvailableStatus()
172 int32_t apiVersion = parcel.ReadInt32(); in FuzzClientBeginAuthentication002() local
178 UserAuthClientImpl::Instance().BeginNorthAuthentication(apiVersion, challenge, authType, atl, callback); in FuzzClientBeginAuthentication002()
179 UserAuthClientImpl::Instance().BeginNorthAuthentication(apiVersion, challenge, authType, atl, nullptr); in FuzzClientBeginAuthentication002()
261 int32_t apiVersion = parcel.ReadInt32(); in FuzzBeginWidgetAuth() local
275 UserAuthClientImpl::Instance().BeginWidgetAuth(apiVersion, authParam, widgetParam, callback); in FuzzBeginWidgetAuth()
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_info_test.cpp726 int32_t apiVersion = 9; in HWTEST_F() local
728 STRING_AUTH_TYPE, STRING_BUNDLE_NAME, isVisible, apiVersion); in HWTEST_F()
730 result = appAccountInfo.CheckOAuthTokenVisibility(STRING_AUTH_TYPE, STRING_BUNDLE_NAME, isVisible, apiVersion); in HWTEST_F()
771 int32_t apiVersion = 9; in HWTEST_F() local
778 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); in HWTEST_F()
783 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); in HWTEST_F()
798 int32_t apiVersion = 9; in HWTEST_F() local
805 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); in HWTEST_F()
810 result = appAccountInfo.GetOAuthToken(STRING_AUTH_TYPE, token, apiVersion); in HWTEST_F()
825 int32_t apiVersion in HWTEST_F() local
855 int32_t apiVersion = 9; HWTEST_F() local
[all...]
/base/security/access_token/test/fuzztest/services/accesstoken/updatehaptokenstub_fuzzer/
H A Dupdatehaptokenstub_fuzzer.cpp64 int32_t apiVersion = 8; in UpdateHapTokenStubFuzzTest() local
79 if (!datas.WriteInt32(apiVersion)) { in UpdateHapTokenStubFuzzTest()

Completed in 16 milliseconds

1234