Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp403 ErrCode InstalldClient::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLeng… in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldClient
409 … return CallService(&IInstalld::DeliverySignProfile, bundleName, profileBlockLength, profileBlock); in DeliverySignProfile()
H A Dmock_install_client.cpp273 ErrCode InstalldClient::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLeng… in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp269 ErrCode InstalldHostImpl::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLe… in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp465 ErrCode InstalldClient::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLeng… in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldClient
472 … return CallService(&IInstalld::DeliverySignProfile, bundleName, profileBlockLength, profileBlock); in DeliverySignProfile()
H A Dbase_bundle_installer.cpp5663 … return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h223 ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp792 auto ret = installdProxy->DeliverySignProfile(TEST_STRING, DATA_LENGTH, profileBlock);
795 ret = installdProxy->DeliverySignProfile(TEST_STRING, MAX_PARCEL_CAPACITY, profileBlock);
H A Dbms_install_daemon_host_impl_test.cpp1072 ErrCode ret = installdProxy->DeliverySignProfile(bundleName, profileBlockLength, profileBlock);
H A Dbms_install_daemon_test.cpp1401 ErrCode ret = hostImpl.DeliverySignProfile(bundleName, profileBlockLength, profileBlock);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h384 virtual ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength, in DeliverySignProfile() function
H A Dinstalld_proxy.h216 virtual ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h218 virtual ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1374 …ErrCode result = installClient_->DeliverySignProfile(bundleName, profileBlockLength, profileBlock);
1388 …ErrCode result = installClient_->DeliverySignProfile(bundleName, profileBlockLength, profileBlock);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp771 … return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp1031 … return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp815 ErrCode result = DeliverySignProfile(bundleName, profileBlockLength, profileBlock); in HandDeliverySignProfile()
H A Dinstalld_proxy.cpp756 ErrCode InstalldProxy::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLengt… in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1499 ErrCode InstalldHostImpl::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLe… in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldHostImpl