Home
last modified time | relevance | path

Searched refs:ROLE_NIL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h26 ROLE_NIL = -1, enumerator
52 int32_t role = Role::ROLE_NIL;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h28 ROLE_NIL = -1, enumerator
54 int32_t role = Role::ROLE_NIL;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp62 if (output.role < CloudData::Role::ROLE_NIL || output.role >= CloudData::Role::ROLE_BUTT) { in Convert2Value()
144 if (value.role == CloudData::Role::ROLE_NIL) { in Convert2JSValue()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_types_util.cpp57 if (!data.ReadInt32(result) || result < Role::ROLE_NIL || result >= Role::ROLE_BUTT) { in Unmarshalling()