Home
last modified time | relevance | path

Searched refs:DeliverySignProfile (Results 1 - 18 of 18) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp398 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 Dmock_installd_host_impl.cpp262 ErrCode InstalldHostImpl::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength, in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp266 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 Dinstalld_client.cpp454 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 Dbase_bundle_installer.cpp5775 return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h215 virtual ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h218 ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h378 virtual ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength, in DeliverySignProfile() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h213 virtual ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp783 * @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 Dbms_install_daemon_host_impl_test.cpp1064 * @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 Dbms_install_daemon_test.cpp1103 * @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 Dinner_shared_bundle_installer.cpp779 return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1382 * @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 Dapp_service_fwk_installer.cpp1124 return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp788 ErrCode result = DeliverySignProfile(bundleName, profileBlockLength, profileBlock); in HandDeliverySignProfile()
H A Dinstalld_proxy.cpp727 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 Dinstalld_host_impl.cpp1447 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()

Completed in 35 milliseconds