Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Ddistributeddata_data_share_ipc_interface_code.h35 CMD_NOTIFY_CHANGE, enumerator
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Ddatashare_stub.cpp51 …stubFuncMap_[static_cast<uint32_t>(IDataShareInterfaceCode::CMD_NOTIFY_CHANGE)] = &DataShareStub::… in DataShareStub()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_proxy.cpp561 static_cast<uint32_t>(IDataShareInterfaceCode::CMD_NOTIFY_CHANGE), data, reply, option); in NotifyChange()