Home
last modified time | relevance | path

Searched refs:installType (Results 1 - 23 of 23) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_callback.cpp53 int32_t InnerCallback(uint32_t installType, uint8_t resultCode, const char *bundleName) in InnerCallback() argument
66 callback(installType, resultCode, ObtainErrorMessage(resultCode).c_str(), bundleName, callbackInfo.data); in InnerCallback()
70 if (installType == INSTALL_CALLBACK) { in InnerCallback()
71 callback(installType, resultCode, INSTALL_SUCCESS, bundleName, callbackInfo.data); in InnerCallback()
75 if (installType == UNINSTALL_CALLBACK) { in InnerCallback()
76 callback(installType, resultCode, UNINSTALL_SUCCESS, bundleName, callbackInfo.data); in InnerCallback()
79 HILOG_ERROR(HILOG_MODULE_APP, "param installType is invalid!"); in InnerCallback()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_status_callback_host.cpp50 uint8_t installType = data.ReadUint8(); in OnRemoteRequest() local
54 OnBundleStateChanged(installType, resultCode, resultMsg, bundleName); in OnRemoteRequest()
H A Dbundle_status_callback_proxy.cpp195 const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) in OnBundleStateChanged()
205 if (!data.WriteUint8(installType)) { in OnBundleStateChanged()
206 APP_LOGE("fail to call OnBundleStateChanged, for write installType failed"); in OnBundleStateChanged()
194 OnBundleStateChanged( const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) OnBundleStateChanged() argument
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_status_callback.h47 * @param installType Indicates the installation, update, or uninstallation state. The value <b>0</b> indicates that
60 typedef void (*BundleStateCallback)(const uint8_t installType, const uint8_t resultCode, const void *resultMessage,
/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/
H A Dlauncher_service_test.cpp28 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode,
37 void TestBundleStatusCallback::OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, in OnBundleStateChanged() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_bundle_status.h32 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_status.cpp21 const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) in OnBundleStateChanged()
20 OnBundleStateChanged( const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) OnBundleStateChanged() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_status_callback_interface.h30 * @param installType Indicates the installation, update, or uninstallation state.
38 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
H A Dbundle_status_callback_proxy.h32 * @param installType Indicates the installation, update, or uninstallation state.
40 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Dbundle_status_callback.h32 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.cpp202 void BundleStatusCallbackImpl::OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, in OnBundleStateChanged() argument
205 if (installType == static_cast<uint8_t>(AppExecFwk::InstallType::UNINSTALL_CALLBACK)) { in OnBundleStateChanged()
H A Dbundle_status_adapter.h75 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_event_report.cpp150 std::string installType = NORMAL_INSTALL_TYPE; in GetInstallType() local
152 installType = FREE_INSTALL_TYPE; in GetInstallType()
154 installType = PRE_BUNDLE_INSTALL_TYPE; in GetInstallType()
157 return installType; in GetInstallType()
H A Dbundle_common_event_mgr.cpp90 uint8_t installType = ((installResult.type == NotifyType::UNINSTALL_BUNDLE) || in NotifyBundleStatus() local
111 callback->OnBundleStateChanged(installType, installResult.resultCode, Constants::EMPTY_STRING, in NotifyBundleStatus()
/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp46 void OnBundleStateChanged(const uint8_t installType,
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp61 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
82 const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) in OnBundleStateChanged()
85 installType, in OnBundleStateChanged()
81 OnBundleStateChanged( const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) OnBundleStateChanged() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp50 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
58 void IBundleStatusCallbackTest::OnBundleStateChanged(const uint8_t installType, in OnBundleStateChanged() argument
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp47 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
58 const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) in OnBundleStateChanged()
57 OnBundleStateChanged( const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) OnBundleStateChanged() argument
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp337 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
349 const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) in OnBundleStateChanged()
348 OnBundleStateChanged( const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) OnBundleStateChanged() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp466 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string& resultMsg,
475 const uint8_t installType, const int32_t resultCode, const std::string& resultMsg, const std::string& bundleName) in OnBundleStateChanged()
7357 uint8_t installType = static_cast<uint8_t>(InstallType::INSTALL_CALLBACK); in HWTEST_F() local
7359 proxy->OnBundleStateChanged(installType, resultCode, resultMsg, BUNDLE_NAME_TEST); in HWTEST_F()
7403 * 2.bundle state changed fail by wrong installType
7413 int32_t installType = 0; in HWTEST_F() local
7415 proxy->OnBundleStateChanged(installType, resultCode, resultMsg, BUNDLE_NAME_TEST); in HWTEST_F()
7433 uint8_t installType = static_cast<uint8_t>(InstallType::INSTALL_CALLBACK); in HWTEST_F() local
7435 proxy->OnBundleStateChanged(installType, resultCode, resultMsg, BUNDLE_NAME_TEST); in HWTEST_F()
7437 EXPECT_EQ(installType, in HWTEST_F()
474 OnBundleStateChanged( const uint8_t installType, const int32_t resultCode, const std::string& resultMsg, const std::string& bundleName) OnBundleStateChanged() argument
7455 uint8_t installType = static_cast<uint8_t>(InstallType::INSTALL_CALLBACK); HWTEST_F() local
7476 uint8_t installType = static_cast<uint8_t>(InstallType::INSTALL_CALLBACK); HWTEST_F() local
[all...]
H A Dbms_bundle_data_mgr_test.cpp924 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
932 void IBundleStatusCallbackTest::OnBundleStateChanged(const uint8_t installType, in OnBundleStateChanged() argument
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp142 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
163 const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) in OnBundleStateChanged()
166 installType, in OnBundleStateChanged()
162 OnBundleStateChanged( const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) OnBundleStateChanged() argument
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp192 void OnBundleStateChanged(const uint8_t installType,

Completed in 76 milliseconds