Home
last modified time | relevance | path

Searched refs:GetResultCode (Results 1 - 25 of 79) sorted by relevance

1234

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_manager_test/
H A Dbms_bundle_installer_manager_test.cpp83 * @tc.desc: Verify function CreateInstallTask is called, receiver->GetResultCode() return value is ERR_OK
94 ErrCode result = receiver->GetResultCode(); in HWTEST_F()
101 * @tc.desc: Verify function CreateRecoverTask is called, receiver->GetResultCode() return value is ERR_OK
112 ErrCode result = receiver->GetResultCode(); in HWTEST_F()
119 * @tc.desc: Verify function CreateInstallTask is called, receiver->GetResultCode() return value is ERR_OK
132 ErrCode result = receiver->GetResultCode(); in HWTEST_F()
139 * @tc.desc: Verify function CreateInstallByBundleNameTask is called, receiver->GetResultCode() return value is ERR_OK
150 ErrCode result = receiver->GetResultCode(); in HWTEST_F()
157 * @tc.desc: Verify function CreateUninstallTask is called, receiver->GetResultCode() return value is ERR_OK
168 ErrCode result = receiver->GetResultCode(); in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dtrigger_info.cpp55 resultCode_ = paramInfo.GetResultCode(); in TriggerInfo()
70 resultCode_ = paramInfo.GetResultCode(); in operator =()
95 int TriggerInfo::GetResultCode() const in GetResultCode() function in OHOS::AbilityRuntime::WantAgent::TriggerInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_clean_cache.cpp30 bool MockCleanCache::GetResultCode() in GetResultCode() function in OHOS::AppExecFwk::MockCleanCache
H A Dmock_bundle_status.cpp31 int32_t MockBundleStatus::GetResultCode() in GetResultCode() function in OHOS::AppExecFwk::MockBundleStatus
H A Dmock_status_receiver.cpp45 int32_t MockStatusReceiver::GetResultCode() in GetResultCode() function in OHOS::AppExecFwk::MockStatusReceiver
/foundation/ability/ability_runtime/test/moduletest/mock/src/appmgr/
H A Dmock_status_receiver.cpp35 int32_t MockStatusReceiver::GetResultCode() in GetResultCode() function in OHOS::AppExecFwk::MockStatusReceiver
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_clean_cache.h34 bool GetResultCode();
H A Dmock_status_receiver.h36 int32_t GetResultCode();
H A Dmock_bundle_status.h38 int32_t GetResultCode();
/foundation/bundlemanager/bundle_framework/services/test/mock/src/
H A Dmock_status_receiver.cpp35 int32_t MockStatusReceiver::GetResultCode() in GetResultCode() function in OHOS::AppExecFwk::MockStatusReceiver
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task.cpp78 "startup task: %{public}s, result code: %{public}d", name_.c_str(), result->GetResultCode()); in SaveResult()
80 if (result->GetResultCode() == ERR_OK) { in SaveResult()
H A Dstartup_task_result.cpp41 int32_t StartupTaskResult::GetResultCode() const in GetResultCode() function in OHOS::AbilityRuntime::StartupTaskResult
H A Djs_startup_config.cpp154 if (result->GetResultCode() != ERR_OK) { in BuildResult()
155 return CreateJsError(env, result->GetResultCode(), result->GetResultMessage()); in BuildResult()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
H A Dbms_bundle_hsp_test.cpp128 return receiver->GetResultCode(); in InstallBundle()
148 return receiver->GetResultCode(); in InstallBundle()
172 return receiver->GetResultCode(); in UpdateBundle()
195 return receiver->GetResultCode(); in UnInstallBundle()
/foundation/ability/ability_runtime/test/moduletest/mock/include/appmgr/
H A Dmock_status_receiver.h35 int32_t GetResultCode();
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dinstaller_callback.h33 int32_t GetResultCode();
H A Dinstaller_callback.cpp35 int32_t InstallerCallback::GetResultCode() in GetResultCode() function in OHOS::AppExecFwk::InstallerCallback
/foundation/bundlemanager/bundle_framework/services/test/mock/include/
H A Dmock_status_receiver.h35 int32_t GetResultCode();
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dquick_fix_status_callback_host_impl.h35 ErrCode GetResultCode(std::shared_ptr<QuickFixResult> &quickFixRes) const;
H A Dstatus_receiver_impl.h32 int32_t GetResultCode() const;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dability_connection.h85 int GetResultCode() const;
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H A Dstartup_task_result.h43 int32_t GetResultCode() const;
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dquick_fix_status_callback_host_impl.cpp54 ErrCode QuickFixStatusCallbackHostlmpl::GetResultCode(std::shared_ptr<QuickFixResult> &quickFixRes) const in GetResultCode() function in OHOS::AppExecFwk::QuickFixStatusCallbackHostlmpl
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/
H A Dbms_bundle_crowdtesting_test.cpp133 return receiver->GetResultCode(); in InstallBundle()
162 return receiver->GetResultCode(); in InstallBundle()
188 return receiver->GetResultCode(); in UpdateBundle()
215 return receiver->GetResultCode(); in UpdateBundle()
238 return receiver->GetResultCode(); in UnInstallBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_start_full_test.cpp112 return receiver->GetResultCode(); in InstallBundle()
135 return receiver->GetResultCode(); in UnInstallBundle()

Completed in 7 milliseconds

1234