Home
last modified time | relevance | path

Searched refs:CheckResult (Results 1 - 19 of 19) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_switcher_test/
H A Dbms_bundle_quick_fix_switcher_test.cpp62 void CheckResult(const sptr<MockQuickFixCallback> &callback, const std::string &bundleName, int32_t errCode) const;
193 void BmsBundleQuickFixSwitcherTest::CheckResult(const sptr<MockQuickFixCallback> &callback, in CheckResult() function in OHOS::BmsBundleQuickFixSwitcherTest
296 CheckResult(callback, BUNDLE_NAME, ERR_BUNDLEMANAGER_QUICK_FIX_NO_PATCH_IN_DATABASE); in HWTEST_F()
325 CheckResult(callback, BUNDLE_NAME_TEST, ERR_BUNDLEMANAGER_QUICK_FIX_NO_PATCH_IN_DATABASE); in HWTEST_F()
350 CheckResult(callback, BUNDLE_NAME, ERR_BUNDLEMANAGER_QUICK_FIX_INVALID_PATCH_STATUS); in HWTEST_F()
374 CheckResult(callback, BUNDLE_NAME, ERR_BUNDLEMANAGER_QUICK_FIX_NOT_EXISTED_BUNDLE_INFO); in HWTEST_F()
408 CheckResult(callback, BUNDLE_NAME, ERR_OK); in HWTEST_F()
443 CheckResult(callback1, BUNDLE_NAME, ERR_OK); in HWTEST_F()
449 CheckResult(callback2, BUNDLE_NAME, ERR_BUNDLEMANAGER_QUICK_FIX_NO_PATCH_IN_DATABASE); in HWTEST_F()
471 CheckResult(callbac in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_deleter_test/
H A Dbms_bundle_quick_fix_deleter_test.cpp53 void CheckResult(const sptr<MockQuickFixCallback> &callback, const std::string &bundleName, int32_t errCode) const;
124 void BmsBundleQuickFixDeleterTest::CheckResult(const sptr<MockQuickFixCallback> &callback, in CheckResult() function in OHOS::BmsBundleQuickFixDeleterTest
182 CheckResult(callback, BUNDLE_NAME, ERR_OK); in HWTEST_F()
202 CheckResult(callback, BUNDLE_NAME, ERR_OK); in HWTEST_F()
222 CheckResult(callback, BUNDLE_NAME, ERR_OK); in HWTEST_F()
/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dsquared_difference_builder_test.cpp33 void CheckResult();
49 void SquaredDifferenceBuilderTest::CheckResult() in CheckResult() function in OHOS::NeuralNetworkRuntime::UnitTest::SquaredDifferenceBuilderTest
200 CheckResult(); in HWTEST_F()
H A Dsqrt_builder_test.cpp33 void CheckResult();
49 void SqrtBuilderTest::CheckResult() in CheckResult() function in OHOS::NeuralNetworkRuntime::UnitTest::SqrtBuilderTest
201 CheckResult(); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dinsight_intent_execute_result.h43 static bool CheckResult(std::shared_ptr<const WantParams> result);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_result.cpp57 bool InsightIntentExecuteResult::CheckResult(std::shared_ptr<const WantParams> result) in CheckResult() function in OHOS::AppExecFwk::InsightIntentExecuteResult
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_execute_result.cpp58 if (!executeResult.CheckResult(wp)) { in UnwrapExecuteResult()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecuteresult_fuzzer/
H A Dabilitymgrinsightintentexecuteresult_fuzzer.cpp73 infos->CheckResult(result); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.h89 int32_t CheckResult(bool isRandomEosSuccess, int32_t pushResult);
H A Dvideoenc_sample.cpp387 int32_t VEncFuzzSample::CheckResult(bool isRandomEosSuccess, int32_t pushResult) in CheckResult() function in VEncFuzzSample
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_sample.h101 int32_t CheckResult(bool isRandomEosSuccess, int32_t pushResult);
H A Dvideoenc_api11_sample.h122 int32_t CheckResult(bool isRandomEosSuccess, int32_t pushResult);
H A Dvideoenc_inner_sample.h122 int32_t CheckResult(bool isRandomEosSuccess, int32_t pushResult);
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data_record.h143 inline static bool CheckResult(ResultCode resultCode) in CheckResult() function in OHOS::MiscServices::PasteDataRecord
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp684 int32_t VEncNdkSample::CheckResult(bool isRandomEosSuccess, int32_t pushResult) in CheckResult() function in VEncNdkSample
716 if (CheckResult(isRandomEosSuccess, pushResult) == -1) { in InputDataNormal()
H A Dvideoenc_api11_sample.cpp974 int32_t VEncAPI11Sample::CheckResult(bool isRandomEosSuccess, int32_t pushResult) in CheckResult() function in VEncAPI11Sample
1023 if (CheckResult(isRandomEosSuccess, pushResult) == -1) { in InputFunc()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_reference_test.cpp400 void CheckResult(sqlite3 *db) in CheckResult() function
472 CheckResult(db); in NormalSetReferenceTest()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp502 int32_t VEncNdkInnerSample::CheckResult(bool isRandomEosSuccess, int32_t pushResult) in CheckResult() function in VEncNdkInnerSample
955 if (CheckResult(isRandomEosSuccess, pushResult) == -1) { in InputFunc()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_datamanager_test/src/
H A Dmedialibrary_datamanager_test.cpp1254 void CheckResult(const shared_ptr<DataShare::DataShareResultSet> &resultSet, int count, const vector<string> &names) in CheckResult() function
1292 CheckResult(QueryAlbumWithName(), 2, {albumName1, albumName2}); in HWTEST_F()
1313 CheckResult(QueryAlbumWithName(), 0, {}); in HWTEST_F()

Completed in 20 milliseconds