/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_driver_test.cpp | 301 bool isDirEmpty = IsDriverDirEmpty(); in HWTEST_F() local 302 EXPECT_TRUE(isDirEmpty); in HWTEST_F() 323 bool isDirEmpty = IsDriverDirEmpty(); in HWTEST_F() local 324 EXPECT_TRUE(isDirEmpty); in HWTEST_F() 346 bool isDirEmpty = IsDriverDirEmpty(); in HWTEST_F() local 347 EXPECT_TRUE(isDirEmpty); in HWTEST_F() 366 bool isDirEmpty = IsDriverDirEmpty(); in HWTEST_F() local 367 EXPECT_TRUE(isDirEmpty); in HWTEST_F() 381 bool isDirEmpty = IsDriverDirEmpty(); in HWTEST_F() local 382 EXPECT_TRUE(isDirEmpty); in HWTEST_F() 396 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 412 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 430 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 460 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 483 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 507 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 528 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 545 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 561 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 578 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 594 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 622 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 644 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 666 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 684 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 701 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 719 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 737 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 766 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 789 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 807 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 825 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 843 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 861 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 890 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 907 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 924 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 941 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 959 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 977 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 995 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1013 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1030 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1067 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1092 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1118 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1145 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1172 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1199 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1226 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1253 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1280 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1318 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1365 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1407 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1449 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1497 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1539 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1579 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1606 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1633 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1660 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local 1687 bool isDirEmpty = IsDriverDirEmpty(); HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 326 ErrCode InstalldClient::IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() argument 328 return CallService(&IInstalld::IsDirEmpty, dir, isDirEmpty); in IsDirEmpty()
|
H A D | mock_installd_host_impl.cpp | 189 ErrCode InstalldHostImpl::IsDirEmpty(const std::string &dir, bool &isDirEmpty)
in IsDirEmpty() argument
|
H A D | mock_install_client.cpp | 208 ErrCode InstalldClient::IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_ipc_test.cpp | 470 bool isDirEmpty = true;
in HWTEST_F() local 471 auto ret = proxy->IsDirEmpty(TEST_STRING, isDirEmpty);
in HWTEST_F() 1071 bool isDirEmpty = true;
in HWTEST_F() local 1072 auto ret = proxy->IsDirEmpty(TEST_STRING, isDirEmpty);
in HWTEST_F()
|
H A D | bms_install_daemon_host_impl_test.cpp | 393 bool isDirEmpty = true;
in HWTEST_F() local 394 auto ret = hostImpl->IsDirEmpty(TEST_STRING, isDirEmpty);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 386 ErrCode InstalldClient::IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() argument 388 return CallService(&IInstalld::IsDirEmpty, dir, isDirEmpty); in IsDirEmpty()
|
H A D | base_bundle_installer.cpp | 3602 bool isDirEmpty = false; in RemoveEmptyDirs() local 3603 InstalldClient::GetInstance()->IsDirEmpty(moduleDir, isDirEmpty); in RemoveEmptyDirs() 3604 if (isDirEmpty) { in RemoveEmptyDirs() 5804 bool isDirEmpty = false; in RemoveTempPathOnlyUsedForSo() local 5805 if (InstalldClient::GetInstance()->IsDirEmpty(tempDir, isDirEmpty) != ERR_OK) { in RemoveTempPathOnlyUsedForSo() 5808 if (isDirEmpty && (InstalldClient::GetInstance()->RemoveDir(tempDir) != ERR_OK)) { in RemoveTempPathOnlyUsedForSo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 188 virtual ErrCode IsDirEmpty(const std::string &dir, bool &isDirEmpty) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 174 ErrCode IsDirEmpty(const std::string &dir, bool &isDirEmpty);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 325 virtual ErrCode IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() argument
|
H A D | installd_proxy.h | 189 virtual ErrCode IsDirEmpty(const std::string &dir, bool &isDirEmpty) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 637 bool isDirEmpty = false; in HandleIsDirEmpty() local 638 ErrCode result = IsDirEmpty(dir, isDirEmpty); in HandleIsDirEmpty() 640 if (!reply.WriteBool(isDirEmpty)) { in HandleIsDirEmpty() 641 LOG_E(BMS_TAG_INSTALLD, "write isDirEmpty failed"); in HandleIsDirEmpty()
|
H A D | installd_proxy.cpp | 536 ErrCode InstalldProxy::IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() argument 549 isDirEmpty = reply.ReadBool(); in IsDirEmpty()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1069 bool isDirEmpty = true; in HWTEST_F() local 1070 ErrCode result = installClient_->IsDirEmpty(dir, isDirEmpty); in HWTEST_F() 1071 EXPECT_EQ(result, installClient_->CallService(&IInstalld::IsDirEmpty, dir, isDirEmpty)); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1208 ErrCode InstalldHostImpl::IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() argument 1214 isDirEmpty = InstalldOperator::IsDirEmpty(dir); in IsDirEmpty()
|