Home
last modified time | relevance | path

Searched refs:SYNC_RESULT_ELEMNT_NUM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_common_utils.h45 constexpr int32_t SYNC_RESULT_ELEMNT_NUM = 2; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_js_utils.h62 static constexpr int32_t SYNC_RESULT_ELEMNT_NUM = 2; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_js_utils.cpp263 status = napi_create_array_with_length(env, SYNC_RESULT_ELEMNT_NUM, &jsElement); in Convert2JSValue()