/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 403 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 D | mock_install_client.cpp | 273 ErrCode InstalldClient::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLeng… in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 269 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 D | installd_client.cpp | 465 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 D | base_bundle_installer.cpp | 5663 … return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 223 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 D | bms_install_daemon_ipc_test.cpp | 792 auto ret = installdProxy->DeliverySignProfile(TEST_STRING, DATA_LENGTH, profileBlock); 795 ret = installdProxy->DeliverySignProfile(TEST_STRING, MAX_PARCEL_CAPACITY, profileBlock);
|
H A D | bms_install_daemon_host_impl_test.cpp | 1072 ErrCode ret = installdProxy->DeliverySignProfile(bundleName, profileBlockLength, profileBlock);
|
H A D | bms_install_daemon_test.cpp | 1401 ErrCode ret = hostImpl.DeliverySignProfile(bundleName, profileBlockLength, profileBlock);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 384 virtual ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength, in DeliverySignProfile() function
|
H A D | installd_proxy.h | 216 virtual ErrCode DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLength,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 218 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 D | bms_installd_client_test.cpp | 1374 …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 D | inner_shared_bundle_installer.cpp | 771 … return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 1031 … return InstalldClient::GetInstance()->DeliverySignProfile(provisionInfo.bundleInfo.bundleName, in DeliveryProfileToCodeSign()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 815 ErrCode result = DeliverySignProfile(bundleName, profileBlockLength, profileBlock); in HandDeliverySignProfile()
|
H A D | installd_proxy.cpp | 756 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 D | installd_host_impl.cpp | 1499 ErrCode InstalldHostImpl::DeliverySignProfile(const std::string &bundleName, int32_t profileBlockLe… in DeliverySignProfile() function in OHOS::AppExecFwk::InstalldHostImpl
|