Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_account_observer.h27 extern std::atomic<int> g_kvStoreAccountEventStatus;
30 if (g_kvStoreAccountEventStatus == 1) { \
H A Dkvstore_account_observer.cpp25 std::atomic<int> g_kvStoreAccountEventStatus {0}; variable
H A Dkvstore_data_service.cpp512 g_kvStoreAccountEventStatus = 1; in AccountEventChanged()
532 g_kvStoreAccountEventStatus = 0; in AccountEventChanged()