Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Ddata_share_common.h47 std::vector<DSHelperOnOffCB *> NotifyList; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Ddata_ability_helper_common.h51 std::vector<DAHelperOnOffCB *> NotifyList; member
H A Djs_feature_ability_common.h119 std::vector<DAHelperOnOffCB *> NotifyList; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_helper.cpp708 TAG_LOGI(AAFwkTag::FA, "notifyList size: %{public}zu", offCB->NotifyList.size()); in UnRegisterSync()
709 for (auto &iter : offCB->NotifyList) { in UnRegisterSync()
719 offCB->NotifyList.clear(); in UnRegisterSync()
758 data->NotifyList.emplace_back(helper); in FindRegisterObs()
766 data->NotifyList.size()); in FindRegisterObs()