/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 398 ErrCode InstalldClient::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength, in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldClient 404 return CallService(&IInstalld::DeliverySignProfile, bundleName, profileBlockLength, profileBlock); in DeliverySignProfile()
|
H A D | mock_installd_host_impl.cpp | 262 ErrCode InstalldHostImpl::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength,
in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 266 ErrCode InstalldClient::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength, in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldClient
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 454 ErrCode InstalldClient::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength, in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldClient 461 return CallService(&IInstalld::DeliverySignProfile, bundleName, profileBlockLength, profileBlock); in DeliverySignProfile()
|
H A D | base_bundle_installer.cpp | 5775 return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 215 virtual ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 218 ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 378 virtual ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength, in DeliverySignProfile() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 213 virtual ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_ipc_test.cpp | 783 * @tc.name: test Marshalling function of DeliverySignProfile
784 * @tc.desc: 1. calling DeliverySignProfile of proxy
792 auto ret = installdProxy->DeliverySignProfile(TEST_STRING, DATA_LENGTH, profileBlock);
in HWTEST_F() 795 ret = installdProxy->DeliverySignProfile(TEST_STRING, MAX_PARCEL_CAPACITY, profileBlock);
in HWTEST_F() 880 * @tc.name: test function of DeliverySignProfile
881 * @tc.desc: 1. calling DeliverySignProfile of proxy
890 auto ret = proxy->DeliverySignProfile(TEST_STRING, profileBlockLength, profileBlock);
in HWTEST_F()
|
H A D | bms_install_daemon_host_impl_test.cpp | 1064 * @tc.desc: 1. calling DeliverySignProfile of hostImpl
1075 ErrCode ret = installdProxy->DeliverySignProfile(bundleName, profileBlockLength, profileBlock);
in HWTEST_F() 1251 * @tc.desc: 1. calling DeliverySignProfile of hostImpl
1257 ErrCode res = hostImpl->DeliverySignProfile("", 0, nullptr);
in HWTEST_F()
|
H A D | bms_install_daemon_test.cpp | 1103 * @tc.desc: 1. test DeliverySignProfile 1111 ErrCode ret = hostImpl.DeliverySignProfile(bundleName, profileBlockLength, profileBlock); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 779 return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1382 * @tc.name: DeliverySignProfile 1383 * @tc.desc: call DeliverySignProfile. 1391 ErrCode result = installClient_->DeliverySignProfile(bundleName, profileBlockLength, profileBlock); in HWTEST_F() 1397 * @tc.name: DeliverySignProfile 1398 * @tc.desc: call DeliverySignProfile. 1406 ErrCode result = installClient_->DeliverySignProfile(bundleName, profileBlockLength, profileBlock); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 1124 return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 788 ErrCode result = DeliverySignProfile(bundleName, profileBlockLength, profileBlock); in HandDeliverySignProfile()
|
H A D | installd_proxy.cpp | 727 ErrCode InstalldProxy::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength, in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldProxy
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1447 ErrCode InstalldHostImpl::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength, in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldHostImpl 1458 LOG_E(BMS_TAG_INSTALLD, "Calling the function DeliverySignProfile with invalid param"); in DeliverySignProfile()
|