Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dnapi_datashare_helper.h65 std::shared_ptr<DataShareHelper> helper, bool isNotifyDetails = false);
67 std::shared_ptr<DataShareHelper> helper, bool isNotifyDetails = false);
69 bool isNotifyDetails = false);
121 bool isNotifyDetails = false; member
H A Dnapi_datashare_inner_observer.h31 … void OnChange(const DataShareObserver::ChangeInfo &changeInfo = {}, bool isNotifyDetails = false);
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_inner_observer.cpp67 … NAPIInnerObserver::OnChange(const DataShareObserver::ChangeInfo& changeInfo, bool isNotifyDetails) in OnChange() argument
90 observerWorker->isNotifyDetails_ = isNotifyDetails; in OnChange()
H A Dnapi_datashare_helper.cpp559 if (!context->isNotifyDetails) { in Notify()
586 context->isNotifyDetails = true; in Napi_NotifyChange()
969 std::shared_ptr<DataShareHelper> helper, bool isNotifyDetails) in RegisteredObserver() argument
985 if (!isNotifyDetails) { in RegisteredObserver()
995 std::shared_ptr<DataShareHelper> helper, bool isNotifyDetails) in UnRegisteredObserver() argument
1010 if (!isNotifyDetails) { in UnRegisteredObserver()
1026 std::shared_ptr<DataShareHelper> helper, bool isNotifyDetails) in UnRegisteredObserver() argument
1037 if (!isNotifyDetails) { in UnRegisteredObserver()