Home
last modified time | relevance | path

Searched refs:userStore (Results 1 – 2 of 2) sorted by relevance

/base/security/certificate_manager/test/fuzz_test/cmgetusercertlist_fuzzer/
Dcmgetusercertlist_fuzzer.cpp35 uint32_t userStore; in DoSomethingInterestingWithMyAPI() local
36 if (!GetUintFromBuffer(myData, &remainSize, &offset, &userStore)) { in DoSomethingInterestingWithMyAPI()
48 (void)CmGetUserCertList(userStore, &userCertList); in DoSomethingInterestingWithMyAPI()
/base/security/certificate_manager/test/fuzz_test/cmsetusercertstatus_fuzzer/
Dcmsetusercertstatus_fuzzer.cpp41 uint32_t userStore; in DoSomethingInterestingWithMyAPI() local
42 if (!GetUintFromBuffer(myData, &remainSize, &offset, &userStore)) { in DoSomethingInterestingWithMyAPI()
55 (void)CmSetUserCertStatus(&setUserUri, userStore, status); in DoSomethingInterestingWithMyAPI()