/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_callback.cpp | 53 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 D | bundle_status_callback_host.cpp | 50 uint8_t installType = data.ReadUint8(); in OnRemoteRequest() local 54 OnBundleStateChanged(installType, resultCode, resultMsg, bundleName); in OnRemoteRequest()
|
H A D | bundle_status_callback_proxy.cpp | 195 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 D | bundle_status_callback.h | 47 * @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 D | launcher_service_test.cpp | 28 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 D | mock_bundle_status.h | 32 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 D | mock_bundle_status.cpp | 21 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 D | bundle_status_callback_interface.h | 30 * @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 D | bundle_status_callback_proxy.h | 32 * @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 D | bundle_status_callback.h | 32 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg,
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | bundle_status_adapter.cpp | 202 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 D | bundle_status_adapter.h | 75 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_event_report.cpp | 150 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 D | bundle_common_event_mgr.cpp | 90 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 D | root_scene.cpp | 46 void OnBundleStateChanged(const uint8_t installType,
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 61 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 D | bms_bundle_mgr_proxy_test.cpp | 50 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 D | bundlemgr_proxy_test.cpp | 47 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 D | bms_launcher_service_system_test.cpp | 337 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 D | bms_bundle_kit_service_test.cpp | 466 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 D | bms_bundle_data_mgr_test.cpp | 924 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 D | acts_bms_kit_system_test.cpp | 142 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 D | scene_session_manager.cpp | 192 void OnBundleStateChanged(const uint8_t installType,
|