15b8fca66Sopenharmony_ci/* 25b8fca66Sopenharmony_ci * Copyright (c) 2023 Huawei Device Co., Ltd. 35b8fca66Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 45b8fca66Sopenharmony_ci * you may not use this file except in compliance with the License. 55b8fca66Sopenharmony_ci * You may obtain a copy of the License at 65b8fca66Sopenharmony_ci * 75b8fca66Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 85b8fca66Sopenharmony_ci * 95b8fca66Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 105b8fca66Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 115b8fca66Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 125b8fca66Sopenharmony_ci * See the License for the specific language governing permissions and 135b8fca66Sopenharmony_ci * limitations under the License. 145b8fca66Sopenharmony_ci */ 155b8fca66Sopenharmony_ci 165b8fca66Sopenharmony_ci#ifndef ADD_STATE_REGISTRY_TOKEN_FUZZER_H 175b8fca66Sopenharmony_ci#define ADD_STATE_REGISTRY_TOKEN_FUZZER_H 185b8fca66Sopenharmony_ci 195b8fca66Sopenharmony_ci#include "accesstoken_kit.h" 205b8fca66Sopenharmony_ci 215b8fca66Sopenharmony_cinamespace OHOS { 225b8fca66Sopenharmony_ciclass AddStateRegistryTokenFuzzer { 235b8fca66Sopenharmony_cipublic: 245b8fca66Sopenharmony_ci AddStateRegistryTokenFuzzer(); 255b8fca66Sopenharmony_ci ~AddStateRegistryTokenFuzzer(); 265b8fca66Sopenharmony_ci 275b8fca66Sopenharmony_ciprivate: 285b8fca66Sopenharmony_ci Security::AccessToken::AccessTokenID currentID_ = 0; 295b8fca66Sopenharmony_ci}; 305b8fca66Sopenharmony_ci} // namespace OHOS 315b8fca66Sopenharmony_ci#endif // ADD_STATE_REGISTRY_TOKEN_FUZZER_H 32