/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | check_encryption_param.cpp | 23 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 D | installd_host.cpp | 699 std::unique_ptr<CheckEncryptionParam> info(data.ReadParcelable<CheckEncryptionParam>()); in HandleCheckEncryption()
|
H A D | installd_proxy.cpp | 630 ErrCode InstalldProxy::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | check_encryption_param.h | 31 struct CheckEncryptionParam : public Parcelable { struct 41 static CheckEncryptionParam *Unmarshalling(Parcel &parcel);
|
H A D | installd_interface.h | 351 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
|
H A D | installd_proxy.h | 200 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 260 static bool CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption); 262 static bool CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
|
H A D | installd_host_impl.h | 199 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 202 ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_installd_host_impl.cpp | 235 ErrCode InstalldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption)
in CheckEncryption()
|
H A D | mock_install_client.cpp | 234 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
|
H A D | installd_client.cpp | 355 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1272 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 D | bms_install_daemon_ipc_test.cpp | 631 * @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 D | bms_install_daemon_operator_test.cpp | 1121 CheckEncryptionParam checkEncryptionParam;
in HWTEST_F() 1554 CheckEncryptionParam checkEncryptionParam;
in HWTEST_F() 1588 CheckEncryptionParam checkEncryptionParam;
in HWTEST_F()
|
H A D | bms_install_daemon_host_impl_test.cpp | 845 CheckEncryptionParam checkEncryptionParam;
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_permission_test.cpp | 484 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
|
H A D | bms_bundle_installer_test.cpp | 5494 CheckEncryptionParam checkEncryptionParam; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 416 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
|
H A D | base_bundle_installer.cpp | 5306 CheckEncryptionParam param; in CheckSoEncryption() 5511 CheckEncryptionParam param; in CheckHapEncryption()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1425 bool InstalldOperator::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() 1478 bool InstalldOperator::CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckHapEncryption()
|
H A D | installd_host_impl.cpp | 1273 ErrCode InstalldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption()
|