Searched refs:scopeInfos (Results 1 – 1 of 1) sorted by relevance
53 PermStateChangeScope scopeInfos; in UnRegisterPermStateChangeCallbackFuzzTest() local54 scopeInfos.permList = { fuzzData.GenerateRandomString() }; in UnRegisterPermStateChangeCallbackFuzzTest()55 scopeInfos.tokenIDs = { fuzzData.GetData<AccessTokenID>() }; in UnRegisterPermStateChangeCallbackFuzzTest()56 auto callbackPtr = std::make_shared<CbCustomizeTest1>(scopeInfos); in UnRegisterPermStateChangeCallbackFuzzTest()