Searched refs:DoNotify (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_manager.cpp | 413 DoNotify(tokenId, value, data, true); // no asset, data ready means all ready
in NotifyChange() 471 DoNotify(tokenId, value, data, true);
in ComputeStatus() 479 DoNotify(tokenId, value, data, false);
in ComputeStatus() 633 void ObjectStoreManager::DoNotify(uint32_t tokenId, const CallbackInfo& value,
in DoNotify() function in OHOS::DistributedObject::ObjectStoreManager
|
H A D | object_manager.h | 166 void DoNotify(uint32_t tokenId, const CallbackInfo& value, const std::map<std::string, ObjectRecord>& data,
|
Completed in 4 milliseconds