/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 412 ErrCode InstalldClient::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldClient 417 return CallService(&IInstalld::RemoveSignProfile, bundleName); in RemoveSignProfile()
|
H A D | mock_install_client.cpp | 279 ErrCode InstalldClient::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 275 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 D | installd_client.cpp | 475 ErrCode InstalldClient::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldClient 481 return CallService(&IInstalld::RemoveSignProfile, bundleName); in RemoveSignProfile()
|
H A D | base_bundle_installer.cpp | 5672 return InstalldClient::GetInstance()->RemoveSignProfile(bundleName); in RemoveProfileFromCodeSign()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 226 ErrCode RemoveSignProfile(const std::string &bundleName);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 390 virtual ErrCode RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function
|
H A D | installd_proxy.h | 219 virtual ErrCode RemoveSignProfile(const std::string &bundleName) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 221 virtual ErrCode RemoveSignProfile(const std::string &bundleName) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1573 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 D | bms_install_daemon_ipc_test.cpp | 809 auto ret = installdProxy->RemoveSignProfile(TEST_STRING);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 824 ErrCode result = RemoveSignProfile(bundleName); in HandRemoveSignProfile()
|
H A D | installd_proxy.cpp | 783 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 D | installd_host_impl.cpp | 1529 ErrCode InstalldHostImpl::RemoveSignProfile(const std::string &bundleName) in RemoveSignProfile() function in OHOS::AppExecFwk::InstalldHostImpl
|