Home
last modified time | relevance | path

Searched refs:CFM_UNAVAILABLE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_value_util.cpp53 case Confirmation::CFM_UNAVAILABLE: in Convert()
54 return SharingCfm::CFM_UNAVAILABLE; in Convert()
83 case SharingCfm::CFM_UNAVAILABLE: in Convert()
84 return Confirmation::CFM_UNAVAILABLE; in Convert()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h38 CFM_UNAVAILABLE, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h40 CFM_UNAVAILABLE, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_const_properties.cpp65 SetNamedProperty(env, state, "STATE_UNAVAILABLE", Confirmation::CFM_UNAVAILABLE); in ExportShareState()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1363 cfm = CloudData::SharingUtil::Convert(Confirmation::CFM_UNAVAILABLE);
1364 EXPECT_EQ(cfm, SharingCfm::CFM_UNAVAILABLE);
1385 cfm = CloudData::SharingUtil::Convert(SharingCfm::CFM_UNAVAILABLE);
1386 EXPECT_EQ(cfm, Confirmation::CFM_UNAVAILABLE);