Home
last modified time | relevance | path

Searched defs:cStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_config.cpp85 int32_t cStatus = proxy->EnableCloud(ctxt->accountId, ctxt->switches); in EnableCloud() local
129 int32_t cStatus = proxy->DisableCloud(ctxt->accountId); in DisableCloud() local
187 int32_t cStatus = proxy->ChangeAppSwitch(ctxt->accountId, ctxt->bundleName, ctxt->state); in ChangeAppCloudSwitch() local
239 int32_t cStatus = proxy->Clean(ctxt->accountId, ctxt->appActions); in Clean() local
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_status.c606 struct CertStatus *cStatus = node->value; in SetUserCertStatusNode() local
624 struct CertStatus *cStatus = CMMalloc(sizeof(struct CertStatus)); in SetUserCertStatusNode() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp939 Status cStatus = Status::SUCCESS; in DoSync() local