Home
last modified time | relevance | path

Searched refs:CheckEncryptionParam (Results 1 - 22 of 22) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dcheck_encryption_param.cpp23 bool CheckEncryptionParam::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
34 bool CheckEncryptionParam::Marshalling(Parcel &parcel) const in Marshalling()
45 CheckEncryptionParam *CheckEncryptionParam::Unmarshalling(Parcel &parcel) in Unmarshalling()
47 CheckEncryptionParam *info = new (std::nothrow) CheckEncryptionParam(); in Unmarshalling()
H A Dinstalld_host.cpp699 std::unique_ptr<CheckEncryptionParam> info(data.ReadParcelable<CheckEncryptionParam>()); in HandleCheckEncryption()
H A Dinstalld_proxy.cpp630 ErrCode InstalldProxy::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dcheck_encryption_param.h31 struct CheckEncryptionParam : public Parcelable { struct
41 static CheckEncryptionParam *Unmarshalling(Parcel &parcel);
H A Dinstalld_interface.h351 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
H A Dinstalld_proxy.h200 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h260 static bool CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
262 static bool CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
H A Dinstalld_host_impl.h199 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h202 ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_installd_host_impl.cpp235 ErrCode InstalldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
H A Dmock_install_client.cpp234 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
H A Dinstalld_client.cpp355 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1272 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
1287 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
1302 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
1316 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp631 * @tc.name: test Marshalling function of CheckEncryptionParam
639 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
651 * @tc.name: test Marshalling function of CheckEncryptionParam
659 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
H A Dbms_install_daemon_operator_test.cpp1121 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
1554 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
1588 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp845 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp484 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
H A Dbms_bundle_installer_test.cpp5494 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp416 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
H A Dbase_bundle_installer.cpp5306 CheckEncryptionParam param; in CheckSoEncryption()
5511 CheckEncryptionParam param; in CheckHapEncryption()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1425 bool InstalldOperator::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
1478 bool InstalldOperator::CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckHapEncryption()
H A Dinstalld_host_impl.cpp1273 ErrCode InstalldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()

Completed in 47 milliseconds