Home
last modified time | relevance | path

Searched refs:ChangeAppSwitch (Results 1 - 25 of 31) sorted by relevance

12

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/
H A Dcloud_status_test.cpp138 * @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 Dcloud_status_mock.cpp31 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 Dcloud_status.h30 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 Dcloud_status.cpp70 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 Dcloud_sync_service_proxy_mock.cpp45 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 Dcloud_service_proxy.h30 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 Di_cloud_sync_service.h37 virtual int32_t ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) = 0;
H A Dcloud_sync_manager.h86 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 Dcloud_service.h99 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 Dcloud_sync_service_proxy.h38 int32_t ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) override;
H A Dcloud_sync_manager_impl.h42 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 Dcloud_sync_manager_impl_unnomal_test.cpp136 * @tc.desc: Verify the ChangeAppSwitch function.
147 auto res = managePtr_->ChangeAppSwitch(accoutId, bundleName, status); in HWTEST_F()
H A Dcloud_sync_manager_impl_test.cpp288 * @tc.desc: Verify the ChangeAppSwitch function.
299 auto res = CloudSyncManagerImpl::GetInstance().ChangeAppSwitch(accoutId, bundleName, status); in HWTEST_F()
H A Dcloud_sync_service_proxy_test.cpp336 * @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 Di_cloud_sync_service_mock.h74 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 Dcloud_sync_manager_impl.cpp169 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 Dcloud_sync_service_proxy_lite.cpp172 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 Dcloud_sync_service.h48 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 Dcloud_sync_service_stub_test.cpp40 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 Dcloudsyncmanager_fuzzer.cpp110 CloudSyncManager::GetInstance().ChangeAppSwitch(accoutId, bundleName, status); in ChangeAppSwitchFuzzTest()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp467 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 Dcloud_service_impl_test.cpp120 * @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 Dcloud_service_stub.cpp119 auto result = ChangeAppSwitch(id, CloudConfigManager::GetInstance().ToLocal(bundleName), appSwitch); in OnChangeAppSwitch()
H A Dcloud_service_impl.h41 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 Dcloud_service_proxy.cpp75 int32_t CloudServiceProxy::ChangeAppSwitch(const std::string &id, const std::string &bundleName, int32_t appSwitch) in ChangeAppSwitch() function in OHOS::CloudData::CloudServiceProxy

Completed in 13 milliseconds

12