Home
last modified time | relevance | path

Searched refs:RemoveSignProfile (Results 1 - 15 of 15) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp407 ErrCode InstalldClient::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldClient
412 return CallService(&IInstalld::RemoveSignProfile, bundleName); in RemoveSignProfile()
H A Dmock_installd_host_impl.cpp268 ErrCode InstalldHostImpl::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp272 ErrCode InstalldClient::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp464 ErrCode InstalldClient::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldClient
470 return CallService(&IInstalld::RemoveSignProfile, bundleName); in RemoveSignProfile()
H A Dbase_bundle_installer.cpp5784 return InstalldClient::GetInstance()->RemoveSignProfile(bundleName); in RemoveProfileFromCodeSign()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h218 virtual ErrCode RemoveSignProfile(const std::string &bundleName) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h221 ErrCode RemoveSignProfile(const std::string &bundleName);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h384 virtual ErrCode RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h216 virtual ErrCode RemoveSignProfile(const std::string &bundleName) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp801 * @tc.name: test Marshalling function of RemoveSignProfile
802 * @tc.desc: 1. calling RemoveSignProfile of proxy
809 auto ret = installdProxy->RemoveSignProfile(TEST_STRING); in HWTEST_F()
956 * @tc.name: test Marshalling function of RemoveSignProfile
957 * @tc.desc: 1. calling RemoveSignProfile of proxy
964 auto ret = proxy->RemoveSignProfile(TEST_STRING); in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp1264 * @tc.desc: 1. calling RemoveSignProfile of hostImpl
1270 ErrCode res = hostImpl->RemoveSignProfile(""); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1597 * @tc.name: RemoveSignProfile
1598 * @tc.desc: call RemoveSignProfile.
1604 ErrCode result = installClient_->RemoveSignProfile(bundleName); in HWTEST_F()
1610 * @tc.name: RemoveSignProfile
1611 * @tc.desc: call RemoveSignProfile.
1617 ErrCode result = installClient_->RemoveSignProfile(bundleName); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp797 ErrCode result = RemoveSignProfile(bundleName); in HandRemoveSignProfile()
H A Dinstalld_proxy.cpp754 ErrCode InstalldProxy::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1477 ErrCode InstalldHostImpl::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldHostImpl
1487 LOG_E(BMS_TAG_INSTALLD, "Calling the function RemoveSignProfile with invalid param"); in RemoveSignProfile()

Completed in 33 milliseconds