Home
last modified time | relevance | path

Searched refs:appSwitch (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_service_proxy.cpp75 …viceProxy::ChangeAppSwitch(const std::string &id, const std::string &bundleName, int32_t appSwitch) in ChangeAppSwitch() argument
78 int32_t status = IPC_SEND(TRANS_CHANGE_APP_SWITCH, reply, id, bundleName, appSwitch); in ChangeAppSwitch()
81 status, id.c_str(), bundleName.c_str(), appSwitch); in ChangeAppSwitch()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_stub.cpp114 int32_t appSwitch = SWITCH_OFF; in OnChangeAppSwitch() local
115 if (!ITypesUtil::Unmarshal(data, id, bundleName, appSwitch)) { in OnChangeAppSwitch()
119 …uto 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) o…
H A Dcloud_service_impl.cpp148 …rviceImpl::ChangeAppSwitch(const std::string &id, const std::string &bundleName, int32_t appSwitch) in ChangeAppSwitch() argument
174 cloudInfo.apps[bundleName].cloudSwitch = (appSwitch == SWITCH_ON); in ChangeAppSwitch()
179 if (cloudInfo.enableCloud && appSwitch == SWITCH_ON) { in ChangeAppSwitch()
/ohos5.0/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) o…
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_service.h99 …t32_t ChangeAppSwitch(const std::string &id, const std::string &bundleName, int32_t appSwitch) = 0;