Home
last modified time | relevance | path

Searched refs:boolResult (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/systemproperties_fuzzer/
H A Dsystem_properties_adapter_impl_fuzzer.cpp34 bool boolResult = NWeb::SystemPropertiesAdapterImpl::GetInstance().GetBoolParameter(key, false); in SystemPropertiesAdapterFuzzTest() local
40 (void)boolResult; in SystemPropertiesAdapterFuzzTest()
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_verify_unittest.cpp134 bool boolResult = VerifyX509CertByIssuerCert(nullptr, nullptr); in TestOpensslUtilFailed() local
135 EXPECT_EQ(boolResult, false); in TestOpensslUtilFailed()
136 boolResult = VerifyX509CertByIssuerCert(cert, cert); in TestOpensslUtilFailed()
137 EXPECT_EQ(boolResult, false); in TestOpensslUtilFailed()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_crl_test.cpp1299 bool boolResult = true; variable
1300 CfResult result = crlEntry->hasExtensions(nullptr, &boolResult);
1316 bool boolResult = false; variable
1317 CfResult result = crlEntry->hasExtensions(crlEntry, &boolResult);
1319 EXPECT_EQ(boolResult, false);
1338 bool boolResult = false; variable
1339 CfResult result = crlEntry->hasExtensions(crlEntry, &boolResult);
1341 EXPECT_EQ(boolResult, true);
1474 bool boolResult = true; variable
1476 CfResult result = crlEntry->hasExtensions((HcfX509CrlEntry *)&obj, &boolResult);
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_crl_entry.cpp321 bool boolResult = false; in HasExtensions() local
322 CfResult result = x509CrlEntry->hasExtensions(x509CrlEntry, &boolResult); in HasExtensions()
329 napi_get_boolean(env, boolResult, &ret); in HasExtensions()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dalbum_napi.cpp549 bool boolResult = false; in GetFetchOptionsParam() local
565 napi_is_array(env, property, &boolResult) == napi_ok && boolResult) { in GetFetchOptionsParam()
H A Dsmart_album_napi.cpp1050 bool boolResult = false; in GetFetchOptionsParam() local
1066 napi_is_array(env, property, &boolResult) == napi_ok && boolResult) { in GetFetchOptionsParam()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp1075 bool boolResult = false; variable
1076 EXPECT_GT(mInner.HasOperatorPrivileges(0, boolResult), TELEPHONY_ERR_SUCCESS);
1077 EXPECT_GT(mInner.HasSimCard(0, boolResult), TELEPHONY_ERR_SUCCESS);
1084 EXPECT_GT(mInner.IsCTSimCard(0, boolResult), TELEPHONY_ERR_SUCCESS);
1472 bool boolResult = false; variable
1473 EXPECT_GT(simManager->HasSimCard(0, boolResult), TELEPHONY_ERR_SUCCESS);
1474 EXPECT_GT(simManager->HasSimCard(INVALID_SLOTID, boolResult), TELEPHONY_ERR_SUCCESS);
1574 bool boolResult = false; variable
1575 EXPECT_GT(simManager->HasOperatorPrivileges(0, boolResult), TELEPHONY_ERR_SUCCESS);
1576 EXPECT_GT(simManager->HasOperatorPrivileges(INVALID_SLOTID, boolResult), TELEPHONY_ERR_SUCCESS);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp8747 bool boolResult = camSession->SetBeautyValue(BeautyType::SKIN_TONE, 0); variable
8748 EXPECT_FALSE(boolResult);
10068 bool boolResult = portraitSession->SetBeautyValue(beautyLists[0], rangeLists[0]); variable
10069 EXPECT_TRUE(boolResult);