Home
last modified time | relevance | path

Searched refs:CbCustomizeTest2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/access_token/test/fuzztest/innerkits/accesstoken/registerpermstatechangecallback_fuzzer/
H A Dregisterpermstatechangecallback_fuzzer.cpp27 class CbCustomizeTest2 : public PermStateChangeCallbackCustomize { class
29 explicit CbCustomizeTest2(const PermStateChangeScope &scopeInfo) in CbCustomizeTest2() function in CbCustomizeTest2
34 ~CbCustomizeTest2() in ~CbCustomizeTest2()
56 auto callbackPtr = std::make_shared<CbCustomizeTest2>(scopeInfo); in RegisterPermStateChangeCallbackFuzzTest()
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/registerpermstatechangecallbackstub_fuzzer/
H A Dregisterpermstatechangecallbackstub_fuzzer.cpp30 class CbCustomizeTest2 : public PermStateChangeCallbackCustomize { class
32 explicit CbCustomizeTest2(const PermStateChangeScope &scopeInfo) in CbCustomizeTest2() function in CbCustomizeTest2
37 ~CbCustomizeTest2() in ~CbCustomizeTest2()
62 auto callbackPtr = std::make_shared<CbCustomizeTest2>(scopeInfo); in RegisterPermStateChangeCallbackStubFuzzTest()
/ohos5.0/base/security/access_token/interfaces/innerkits/privacy/test/unittest/src/
H A Dprivacy_kit_test.cpp1050 class CbCustomizeTest2 : public PermActiveStatusCustomizedCbk { class
1052 explicit CbCustomizeTest2(const std::vector<std::string> &permList) in CbCustomizeTest2() function in CbCustomizeTest2
1058 ~CbCustomizeTest2() in ~CbCustomizeTest2()
1148 auto callbackPtr2 = std::make_shared<CbCustomizeTest2>(permList2);
1152 auto callbackPtr3 = std::make_shared<CbCustomizeTest2>(permList3);