Home
last modified time | relevance | path

Searched refs:RemoveSignProfile (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp412 ErrCode InstalldClient::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldClient
417 return CallService(&IInstalld::RemoveSignProfile, bundleName); in RemoveSignProfile()
H A Dmock_install_client.cpp279 ErrCode InstalldClient::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp275 ErrCode InstalldHostImpl::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp475 ErrCode InstalldClient::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldClient
481 return CallService(&IInstalld::RemoveSignProfile, bundleName); in RemoveSignProfile()
H A Dbase_bundle_installer.cpp5672 return InstalldClient::GetInstance()->RemoveSignProfile(bundleName); in RemoveProfileFromCodeSign()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h226 ErrCode RemoveSignProfile(const std::string &bundleName);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h390 virtual ErrCode RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function
H A Dinstalld_proxy.h219 virtual ErrCode RemoveSignProfile(const std::string &bundleName) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h221 virtual ErrCode RemoveSignProfile(const std::string &bundleName) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1573 ErrCode result = installClient_->RemoveSignProfile(bundleName);
1585 ErrCode result = installClient_->RemoveSignProfile(bundleName);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp809 auto ret = installdProxy->RemoveSignProfile(TEST_STRING);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp824 ErrCode result = RemoveSignProfile(bundleName); in HandRemoveSignProfile()
H A Dinstalld_proxy.cpp783 ErrCode InstalldProxy::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1529 ErrCode InstalldHostImpl::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldHostImpl