Searched refs:appSwitch (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_service_proxy.cpp | 75 …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 D | cloud_service_stub.cpp | 114 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 D | cloud_service_impl.h | 41 …int32_t ChangeAppSwitch(const std::string &id, const std::string &bundleName, int32_t appSwitch) o…
|
H A D | cloud_service_impl.cpp | 148 …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 D | cloud_service_proxy.h | 30 …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 D | cloud_service.h | 99 …t32_t ChangeAppSwitch(const std::string &id, const std::string &bundleName, int32_t appSwitch) = 0;
|