Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_async_call.h34 extern bool g_sync;
36 #define SYNC &g_sync
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h37 extern bool g_sync;
39 #define SYNC &g_sync
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/
H A Dlibcommon.map17 *g_sync*;
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Dnapi_async_call.cpp22 bool g_sync = !g_async; // do not reset the value, used in DECLARE_NAPI_FUNCTION_WITH_DATA only variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_async_call.cpp29 bool g_sync = false; // do not reset the value, used in DECLARE_NAPI_FUNCTION_WITH_DATA only variable