Searched refs:retBool (Results 1 - 2 of 2) sorted by relevance
/developtools/syscap_codec/napi/ |
H A D | napi_query_syscap.cpp | 54 char (*priCapArray)[SINGLE_SYSCAP_LEN], bool retBool, int priCapArrayCnt) in CalculateAllStringLength() 62 if (!retBool) { in CalculateAllStringLength() 112 bool retBool; in GetSystemCapability() local 123 retBool = EncodeOsSyscap(osOutput, PCID_MAIN_BYTES); in GetSystemCapability() 124 if (!retBool) { in GetSystemCapability() 128 retBool = EncodePrivateSyscap(&priOutput, &priOutputLen); in GetSystemCapability() 129 if (!retBool) { in GetSystemCapability() 142 retBool = DecodePrivateSyscap(priOutput, &priCapArray, &priCapArrayCnt); in GetSystemCapability() 143 allSyscapBuffer = CalculateAllStringLength(osCapArray, priCapArray, retBool, priCapArrayCnt); in GetSystemCapability() 53 CalculateAllStringLength(char osCapArray[PCID_MAIN_U32][U32_TO_STR_MAX_LEN], char (*priCapArray)[SINGLE_SYSCAP_LEN], bool retBool, int priCapArrayCnt) CalculateAllStringLength() argument
|
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/process_cmd/processcmd024_fuzzer/ |
H A D | processcmd024_fuzzer.cpp | 38 bool retBool = false; in DoSomethingInterestingWithMyAPI() local 57 retBool = param.GetSignatureAlgorithm(str, out); in DoSomethingInterestingWithMyAPI() 60 retBool = VerifyCertOpensslUtils::VerifyCrl(certsChain, nullptr, pkcs7Context); in DoSomethingInterestingWithMyAPI() 62 retBool = VerifyCertOpensslUtils::GetIssuerFromX509(nullptr, str); in DoSomethingInterestingWithMyAPI()
|
Completed in 1 milliseconds