/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_bundle_stream_installer_host_impl.cpp | 25 …eStreamInstallerHostImpl::BundleStreamInstallerHostImpl(uint32_t installerId, int32_t installedUid) in BundleStreamInstallerHostImpl() argument 29 installedUid_ = installedUid; in BundleStreamInstallerHostImpl()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_stream_installer_host_impl.h | 30 BundleStreamInstallerHostImpl(uint32_t installerId, int32_t installedUid);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_stream_installer_host_impl.cpp | 27 …eStreamInstallerHostImpl::BundleStreamInstallerHostImpl(uint32_t installerId, int32_t installedUid) in BundleStreamInstallerHostImpl() argument 31 installedUid_ = installedUid; in BundleStreamInstallerHostImpl()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 353 int32_t installedUid = 100; variable 371 int32_t installedUid = 100; variable 387 int32_t installedUid = 100; variable 402 int32_t installedUid = 100; variable 419 int32_t installedUid = 100; variable 433 int32_t installedUid = 100; variable 448 int32_t installedUid = 100; variable 462 int32_t installedUid = 100; variable 477 int32_t installedUid = 100; variable 5033 int32_t installedUid = 100; variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1255 int32_t installedUid = 100; variable 1256 BundleStreamInstallerHostImpl impl(installerId, installedUid); 1270 int32_t installedUid = 100; variable 1271 BundleStreamInstallerHostImpl impl(installerId, installedUid);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/ |
H A D | bms_service_startup_test.cpp | 1151 int32_t installedUid = 100; variable 1152 BundleStreamInstallerHostImpl impl(installerId, installedUid); 1165 int32_t installedUid = 100; variable 1166 BundleStreamInstallerHostImpl impl(installerId, installedUid);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 1113 int32_t installedUid = 100; variable 1114 BundleStreamInstallerHostImpl impl(installerId, installedUid);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 10013 int32_t installedUid = 100; variable 10014 BundleStreamInstallerHostImpl impl(installerId, installedUid); 10031 int32_t installedUid = 0; variable 10032 BundleStreamInstallerHostImpl impl(installerId, installedUid); 10046 int32_t installedUid = 0; variable 10047 BundleStreamInstallerHostImpl impl(installerId, installedUid); 10061 int32_t installedUid = 100; variable 10062 BundleStreamInstallerHostImpl impl(installerId, installedUid); 10076 int32_t installedUid = 0; variable 10077 BundleStreamInstallerHostImpl impl(installerId, installedUid); [all …]
|