/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/ |
H A D | cloud_status_test.cpp | 138 * @tc.desc: Verify the CloudStatus::ChangeAppSwitch function 148 auto ret = cloudStatus.ChangeAppSwitch(bundleName, userId, appSwitchStatus); in HWTEST_F() 154 * @tc.desc: Verify the CloudStatus::ChangeAppSwitch function 164 auto ret = cloudStatus.ChangeAppSwitch(bundleName, userId, appSwitchStatus); in HWTEST_F() 170 * @tc.desc: Verify the CloudStatus::ChangeAppSwitch function 181 auto ret = cloudStatus.ChangeAppSwitch(bundleName, userId, appSwitchStatus); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | cloud_status_mock.cpp | 31 int32_t CloudStatus::ChangeAppSwitch(const std::string &bundleName, const int32_t userId, bool appSwitchStatus) in ChangeAppSwitch() function in OHOS::FileManagement::CloudSync::CloudStatus
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/ |
H A D | cloud_status.h | 30 static int32_t ChangeAppSwitch(const std::string &bundleName, const int32_t userId, bool appSwitchStatus);
|
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/ |
H A D | cloud_status.cpp | 70 int32_t CloudStatus::ChangeAppSwitch(const std::string &bundleName, const int32_t userId, bool appSwitchStatus) in ChangeAppSwitch() function in OHOS::FileManagement::CloudSync::CloudStatus
|
/foundation/filemanagement/dfs_service/test/mock/ipc/ |
H A D | cloud_sync_service_proxy_mock.cpp | 45 int32_t CloudSyncServiceProxy::ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) in ChangeAppSwitch() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
|
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/ |
H A D | cloud_service_proxy.h | 30 int32_t ChangeAppSwitch(const std::string &id, const std::string &bundleName, int32_t appSwitch) override;
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | i_cloud_sync_service.h | 37 virtual int32_t ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) = 0;
|
H A D | cloud_sync_manager.h | 86 virtual int32_t ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) = 0;
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
H A D | cloud_service.h | 99 virtual int32_t ChangeAppSwitch(const std::string &id, const std::string &bundleName, int32_t appSwitch) = 0;
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_service_proxy.h | 38 int32_t ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) override;
|
H A D | cloud_sync_manager_impl.h | 42 int32_t ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) override;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_manager_impl_unnomal_test.cpp | 136 * @tc.desc: Verify the ChangeAppSwitch function. 147 auto res = managePtr_->ChangeAppSwitch(accoutId, bundleName, status); in HWTEST_F()
|
H A D | cloud_sync_manager_impl_test.cpp | 288 * @tc.desc: Verify the ChangeAppSwitch function. 299 auto res = CloudSyncManagerImpl::GetInstance().ChangeAppSwitch(accoutId, bundleName, status); in HWTEST_F()
|
H A D | cloud_sync_service_proxy_test.cpp | 336 * @tc.desc: Verify the ChangeAppSwitch function. 342 GTEST_LOG_(INFO) << "ChangeAppSwitch Start"; in HWTEST_F() 348 int result = proxy_->ChangeAppSwitch(accoutId, bundleName, status); in HWTEST_F() 350 GTEST_LOG_(INFO) << "ChangeAppSwitch End"; in HWTEST_F() 355 * @tc.desc: Verify the ChangeAppSwitch function. 361 GTEST_LOG_(INFO) << "ChangeAppSwitch Start"; in HWTEST_F() 367 int result = proxy_->ChangeAppSwitch(accoutId, bundleName, status); in HWTEST_F() 369 GTEST_LOG_(INFO) << "ChangeAppSwitch End"; in HWTEST_F()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/ |
H A D | i_cloud_sync_service_mock.h | 74 int32_t ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) override
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_manager_impl.cpp | 169 int32_t CloudSyncManagerImpl::ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) in ChangeAppSwitch() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl 179 int32_t ret = CloudSyncServiceProxy->ChangeAppSwitch(accoutId, bundleName, status); in ChangeAppSwitch() 180 LOGI("ChangeAppSwitch ret %{public}d", ret); in ChangeAppSwitch()
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/ |
H A D | cloud_sync_service_proxy_lite.cpp | 172 int32_t CloudSyncServiceProxy::ChangeAppSwitch(const std::string &accoutId,
in ChangeAppSwitch() function in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/ |
H A D | cloud_sync_service.h | 48 int32_t ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) override;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | cloud_sync_service_stub_test.cpp | 40 MOCK_METHOD3(ChangeAppSwitch, int32_t(const std::string &accoutId, const std::string &bundleName, bool status)); 272 EXPECT_CALL(service, ChangeAppSwitch(_, _, _)).WillOnce(Return(E_OK)); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/ |
H A D | cloudsyncmanager_fuzzer.cpp | 110 CloudSyncManager::GetInstance().ChangeAppSwitch(accoutId, bundleName, status); in ChangeAppSwitchFuzzTest()
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | cloud_sync_service.cpp | 467 int32_t CloudSyncService::ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) in ChangeAppSwitch() function in OHOS::FileManagement::CloudSync::CloudSyncService 472 auto ret = CloudStatus::ChangeAppSwitch(bundleName, callerUserId, status); in ChangeAppSwitch()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_service_impl_test.cpp | 120 * @tc.desc: Test ChangeAppSwitch functions with user is invalid. 128 cloudServiceImpl_->ChangeAppSwitch(TEST_CLOUD_APPID, TEST_CLOUD_BUNDLE, CloudData::CloudService::SWITCH_ON); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_stub.cpp | 119 auto result = ChangeAppSwitch(id, CloudConfigManager::GetInstance().ToLocal(bundleName), appSwitch); in OnChangeAppSwitch()
|
H A D | cloud_service_impl.h | 41 int32_t ChangeAppSwitch(const std::string &id, const std::string &bundleName, int32_t appSwitch) override;
|
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_service_proxy.cpp | 75 int32_t CloudServiceProxy::ChangeAppSwitch(const std::string &id, const std::string &bundleName, int32_t appSwitch) in ChangeAppSwitch() function in OHOS::CloudData::CloudServiceProxy
|