Home
last modified time | relevance | path

Searched refs:CheckResult (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_page_manager_unittest.cpp239 EXPECT_TRUE(CheckResult(GetInstance().Report(), {}));
258 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
277 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
279 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page3" }));
298 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
323 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
337 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page3" }));
340 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
356 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page3" }));
360 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_switcher_test/
H A Dbms_bundle_quick_fix_switcher_test.cpp193 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);
350 CheckResult(callback, BUNDLE_NAME, ERR_BUNDLEMANAGER_QUICK_FIX_INVALID_PATCH_STATUS);
374 CheckResult(callback, BUNDLE_NAME, ERR_BUNDLEMANAGER_QUICK_FIX_NOT_EXISTED_BUNDLE_INFO);
408 CheckResult(callback, BUNDLE_NAME, ERR_OK);
443 CheckResult(callback1, BUNDLE_NAME, ERR_OK);
449 CheckResult(callback2, BUNDLE_NAME, ERR_BUNDLEMANAGER_QUICK_FIX_NO_PATCH_IN_DATABASE);
471 CheckResult(callback, BUNDLE_NAME, ERR_BUNDLEMANAGER_QUICK_FIX_NOT_EXISTED_BUNDLE_INFO);
536 CheckResult(callback, BUNDLE_NAME, ERR_OK);
560 CheckResult(callback, BUNDLE_NAME, ERR_BUNDLEMANAGER_QUICK_FIX_INVALID_PATCH_STATUS);
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-update.md97 | ohos.update | CheckResult | newVersionInfo: NewVersionInfo; | 新增 |
98 | ohos.update | CheckResult | isExistNewVersion: boolean; | 新增 |
163 | ohos.update | NewVersionInfo | checkResults: Array\<CheckResult>; | 删除 |
171 | ohos.update | CheckResult | descriptionId: string; | 删除 |
172 | ohos.update | CheckResult | packageType: PackageTypes; | 删除 |
173 | ohos.update | CheckResult | verifyInfo: string; | 删除 |
174 | ohos.update | CheckResult | size: number; | 删除 |
175 | ohos.update | CheckResult | versionCode: string; | 删除 |
176 | ohos.update | CheckResult | versionName: number; | 删除 |
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_result.h40 CheckResult *checkResult;
53 ReleaseValue<CheckResult>(result.checkResult); in Release()
83 AssignValue<CheckResult>(updateResult.result.checkResult, result.checkResult);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-update.md14 |删除|类名:CheckResult;<br>方法or属性:versionName: number;|NA|@ohos.update.d.ts|
15 |删除|类名:CheckResult;<br>方法or属性:versionCode: string;|NA|@ohos.update.d.ts|
16 |删除|类名:CheckResult;<br>方法or属性:size: number;|NA|@ohos.update.d.ts|
17 |删除|类名:CheckResult;<br>方法or属性:verifyInfo: string;|NA|@ohos.update.d.ts|
18 |删除|类名:CheckResult;<br>方法or属性:packageType: PackageTypes;|NA|@ohos.update.d.ts|
19 |删除|类名:CheckResult;<br>方法or属性:descriptionId: string;|NA|@ohos.update.d.ts|
27 |删除|类名:NewVersionInfo;<br>方法or属性:checkResults: Array\<CheckResult>;|NA|@ohos.update.d.ts|
108 |新增|NA|类名:CheckResult;<br>方法or属性:isExistNewVersion: boolean;|@ohos.update.d.ts|
109 |新增|NA|类名:CheckResult;<br>方法or属性:newVersionInfo: NewVersionInfo;|@ohos.update.d.ts|
208 …法or属性:checkNewVersion(): Promise\<CheckResult>;<br>旧版本信息:|类名:Updater;<br>方法or属性:checkNewVersion():…
[all …]
/ohos5.0/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_…
124 void BmsBundleQuickFixDeleterTest::CheckResult(const sptr<MockQuickFixCallback> &callback, in CheckResult() function in OHOS::BmsBundleQuickFixDeleterTest
182 CheckResult(callback, BUNDLE_NAME, ERR_OK);
202 CheckResult(callback, BUNDLE_NAME, ERR_OK);
222 CheckResult(callback, BUNDLE_NAME, ERR_OK);
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-update.md97 | ohos.update | CheckResult | newVersionInfo: NewVersionInfo; | Added|
98 | ohos.update | CheckResult | isExistNewVersion: boolean; | Added|
163 | ohos.update | NewVersionInfo | checkResults: Array\<CheckResult>; | Deleted|
171 | ohos.update | CheckResult | descriptionId: string; | Deleted|
172 | ohos.update | CheckResult | packageType: PackageTypes; | Deleted|
173 | ohos.update | CheckResult | verifyInfo: string; | Deleted|
174 | ohos.update | CheckResult | size: number; | Deleted|
175 | ohos.update | CheckResult | versionCode: string; | Deleted|
176 | ohos.update | CheckResult | versionName: number; | Deleted|
/ohos5.0/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();
H A Dsqrt_builder_test.cpp33 void CheckResult();
49 void SqrtBuilderTest::CheckResult() in CheckResult() function in OHOS::NeuralNetworkRuntime::UnitTest::SqrtBuilderTest
201 CheckResult();
/ohos5.0/base/update/update_app/common/src/main/ets/manager/
H A DUpdateManager.ts78 checkNewVersion(): Promise<UpgradeData<update.CheckResult>>;
255 async checkNewVersion(): Promise<UpgradeData<update.CheckResult>> {
257 this.otaUpdater?.checkNewVersion().then((result: update.CheckResult) => {
259 let upgradeData: UpgradeData<update.CheckResult> = {
269 let upgradeData: UpgradeData<update.CheckResult> = {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/include/
H A Dmessage_parcel_helper.h53 static int32_t ReadCheckResult(MessageParcel &reply, CheckResult &checkResult);
54 static int32_t WriteCheckResult(MessageParcel &data, const CheckResult &checkResult);
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-update.md14 |Deleted|Class name: CheckResult;<br>Method or attribute name: versionName: number;|NA|@ohos.update…
15 |Deleted|Class name: CheckResult;<br>Method or attribute name: versionCode: string;|NA|@ohos.update…
16 |Deleted|Class name: CheckResult;<br>Method or attribute name: size: number;|NA|@ohos.update.d.ts|
17 |Deleted|Class name: CheckResult;<br>Method or attribute name: verifyInfo: string;|NA|@ohos.update.…
18 |Deleted|Class name: CheckResult;<br>Method or attribute name: packageType: PackageTypes;|NA|@ohos.…
19 |Deleted|Class name: CheckResult;<br>Method or attribute name: descriptionId: string;|NA|@ohos.upda…
27 |Deleted|Class name: NewVersionInfo;<br>Method or attribute name: checkResults: Array\<CheckResult>…
108 |Added|NA|Class name: CheckResult;<br>Method or attribute name: isExistNewVersion: boolean;|@ohos.u…
109 |Added|NA|Class name: CheckResult;<br>Method or attribute name: newVersionInfo: NewVersionInfo;|@oh…
208 …ion(): Promise\<CheckResult>;<br>Old version: |Class name: Updater;<br>Method or attribute name: c…
[all …]
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/check/
H A Dcheck_result.h22 struct CheckResult { struct
/ohos5.0/base/update/updater/services/applypatch/
H A Dtransfer_manager.cpp45 if (!CheckResult(ret, cmd.GetCommandLine(), cmd.GetCommandType())) { in CommandsExecute()
150 bool TransferManager::CheckResult(const CommandResult result, const std::string &cmd, const Command… in CheckResult() function in Updater::TransferManager
/ohos5.0/base/update/updateservice/test/fuzztest/updateservicechecknewversion_fuzzer/
H A Dupdateservicechecknewversion_fuzzer.cpp31 CheckResult checkResult; in FuzzUpdateServiceCheckNewVersion()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-update.md6 …allback: AsyncCallback\<CheckResult>): void;<br>旧版本信息:|类名:Updater;<br>方法or属性:checkNewVersion(callb…
7 …法or属性:checkNewVersion(): Promise\<CheckResult>;<br>旧版本信息:|类名:Updater;<br>方法or属性:checkNewVersion():…
50 |访问级别有变化|类名:CheckResult;<br>方法or属性:export interface CheckResult<br>旧版本信息:|类名:CheckResult;<br>方法or属性…
51 |访问级别有变化|类名:CheckResult;<br>方法or属性:isExistNewVersion: boolean;<br>旧版本信息:|类名:CheckResult;<br>方法or属性:…
52 |访问级别有变化|类名:CheckResult;<br>方法or属性:newVersionInfo: NewVersionInfo;<br>旧版本信息:|类名:CheckResult;<br>方法o…
/ohos5.0/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);
/ohos5.0/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
/ohos5.0/base/update/updateservice/services/firmware/upgrade/data_processor/include/
H A Dfirmware_check_data_processor.h37 void BuildCheckResult(CheckResult &checkResult);
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dtransfer_manager_unittest.cpp55 bool reset = tm->CheckResult(CommandResult::NEED_RETRY, cmd, CommandType::ZERO);
/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/include/
H A Dfirmware_iexecute_mode.h30 using OnCheckComplete = std::function<void(BusinessError &businessError, CheckResult &checkResult)>;
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_execute_result.cpp58 if (!executeResult.CheckResult(wp)) { in UnwrapExecuteResult()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/data_processor/src/
H A Dfirmware_check_data_processor_empty.cpp111 void FirmwareCheckDataProcessor::BuildCheckResult(CheckResult &checkResult) in BuildCheckResult()
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dtransfer_manager.h73 bool CheckResult(const CommandResult result, const std::string &cmd, const CommandType &type);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-update-sys.md115 checkNewVersion(callback: AsyncCallback\<CheckResult>): void
127 | callback | AsyncCallback\<[CheckResult](#checkresult)> | 是 | 回调函数,返回搜包结果对象。 |
143 updater.checkNewVersion((err: BusinessError, result: update.CheckResult) => {
150 checkNewVersion(): Promise\<CheckResult>
162 | Promise\<[CheckResult](#checkresult)> | Promise对象,返回搜包结果对象。 |
179 .then((result: update.CheckResult) => {
1734 ## CheckResult section

123