/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_remote.c | 251 static uint32_t CheckAndUpdateBusinessAll(BusinessDataAll *curInfo, const BusinessDataAll *newInfo, int8_t *updated) in CheckAndUpdateBusinessAll() argument 259 *updated = NSTACKX_TRUE; in CheckAndUpdateBusinessAll() 267 *updated = NSTACKX_TRUE; in CheckAndUpdateBusinessAll() 297 static int32_t UpdateDeviceInfoBusinessData(DeviceInfo *curInfo, const DeviceInfo *newInfo, int8_t *updated) in UpdateDeviceInfoBusinessData() argument 299 return CheckAndUpdateBusinessAll(&curInfo->businessData, &newInfo->businessData, updated); in UpdateDeviceInfoBusinessData() 303 int8_t *updated) in UpdateCapabilityBitmap() 310 *updated = NSTACKX_TRUE; in UpdateCapabilityBitmap() 327 static int32_t UpdateDeviceInfoInner(DeviceInfo *curInfo, const DeviceInfo *newInfo, int8_t *updated) in UpdateDeviceInfoInner() argument 339 *updated = NSTACKX_TRUE; in UpdateDeviceInfoInner() 342 if (UpdateCapabilityBitmap(curInfo, newInfo, updated) ! in UpdateDeviceInfoInner() 302 UpdateCapabilityBitmap(DeviceInfo *curInfo, const DeviceInfo *newInfo, int8_t *updated) UpdateCapabilityBitmap() argument 362 int8_t updated = NSTACKX_FALSE; UpdateDeviceInfo() local 416 UpdatedByTimeout(RxIface *rxIface, int8_t *updated) UpdatedByTimeout() argument 427 UpdateRemoteNode(RemoteNode *remoteNode, RxIface *rxIface, const DeviceInfo *deviceInfo, int8_t *updated) UpdateRemoteNode() argument 438 UpdateRemoteNodeChangeStateActive(UpdateState *curState, int8_t *updated) UpdateRemoteNodeChangeStateActive() argument 465 UpdateRemoteNodeChangeStatePassive(UpdateState *curState, int8_t *updated) UpdateRemoteNodeChangeStatePassive() argument 492 CheckAndUpdateRemoteNodeChangeState(RemoteNode *remoteNode, const DeviceInfo *deviceInfo, int8_t *updated) CheckAndUpdateRemoteNodeChangeState() argument 615 UpdateRemoteNodeByDeviceInfo(const char *deviceId, const NSTACKX_InterfaceInfo *interfaceInfo, const struct in_addr *remoteIp, const DeviceInfo *deviceInfo, int8_t *updated) UpdateRemoteNodeByDeviceInfo() argument [all...] |
H A D | nstackx_device.c | 121 int8_t updated = NSTACKX_FALSE; in UpdateDeviceDbInDeviceList() local 122 if (UpdateRemoteNodeByDeviceInfo(deviceId, &info, remoteIp, deviceInfo, &updated) != NSTACKX_EOK) { in UpdateDeviceDbInDeviceList() 128 return updated ? DeviceInfoNotify(deviceInfo) : NSTACKX_EOK; in UpdateDeviceDbInDeviceList() 130 if (updated || forceUpdate) { in UpdateDeviceDbInDeviceList() 131 DFINDER_LOGD(TAG, "updated is: %hhu, forceUpdate is: %hhu", updated, forceUpdate); in UpdateDeviceDbInDeviceList()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | observer_bridge.cpp | 86 auto updated = ConvertDB(data.GetEntriesUpdated(), deviceId, convert_); in OnChange() local 88 ChangeNotification notice(std::move(inserted), std::move(updated), std::move(deleted), deviceId, false); in OnChange() 104 auto updated = ObserverBridge::ConvertDB(data.GetUpdateEntries(), deviceId, convert_); in OnChange() local 106 ChangeNotification notice(std::move(inserted), std::move(updated), std::move(deleted), deviceId, false); in OnChange()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | multi_ver_def.h | 62 std::list<Entry> updated; member 68 updated.clear(); in Reset()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
H A D | netsys_wrapper_test.cpp | 42 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, 124 int32_t NetlinkNativeNotifyCallBack::OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, in OnRouteChanged() argument 131 EXPECT_TRUE(updated); in OnRouteChanged() 133 EXPECT_FALSE(updated); in OnRouteChanged()
|
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | priority_queue.h | 97 auto [updated, time] = updater(index->second->second.task_); in Update() 98 if (!updated) { in Update() 110 auto [updated, time] = updater((*running).second.task_); in Update() 111 return updated; in Update()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store_commit_notify_data.cpp | 55 return diffData_.updated; in GetUpdatedEntries() 84 diffData_.updated.empty() && in IsChangedDataEmpty()
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/ |
H A D | surface_image.h | 59 void OnUpdateBufferAvailableState(bool updated) in OnUpdateBufferAvailableState() argument 61 updateSurfaceImage_ = updated; in OnUpdateBufferAvailableState()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_types_util.cpp | 81 return ITypesUtil::Marshal(data, input.table, input.inserted, input.updated, input.normal); in Marshalling() 87 return ITypesUtil::Unmarshal(data, output.table, output.inserted, output.updated, output.normal); in Unmarshalling()
|
/foundation/arkui/ace_engine/frameworks/core/components/display/ |
H A D | render_display.cpp | 218 bool updated = false; in OnStatusStyleChanged() local 220 updated = true; in OnStatusStyleChanged() 234 if (updated) { in OnStatusStyleChanged()
|
/foundation/communication/netmanager_base/services/common/src/ |
H A D | route_utils.cpp | 80 std::list<Route> updated; in UpdateRoutes() local 92 updated.push_back(*iterf); in UpdateRoutes() 121 return (!added.empty() || !updated.empty() || !removed.empty()) ? 1 : 0; in UpdateRoutes()
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | lru_bucket.h | 139 bool updated = false; in Update() local 150 updated = true; in Update() 155 return updated; in Update()
|
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | lru_bucket.h | 139 bool updated = false; in Update() local 150 updated = true; in Update() 155 return updated; in Update()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_device_remote.h | 33 const struct in_addr *remoteIp, const DeviceInfo *deviceInfo, int8_t *updated);
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_image_view.cpp | 506 bool updated = false; in SetSrc() local 519 updated = true; in SetSrc() 521 updated = image_.SetSrc(src); in SetSrc() 524 bool updated = image_.SetSrc(src); in SetSrc() 526 if (!updated) { in SetSrc() 568 bool updated = image_.SetSrc(src); in SetSrc() local 569 if (!updated) { in SetSrc()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | notify_callback_proxy_test.cpp | 103 bool updated = false; in HWTEST_F() local 107 int32_t ret = notifyProxy->OnRouteChanged(updated, route, gateway, ifName); in HWTEST_F()
|
H A D | notify_callback_stub_test.cpp | 207 bool updated = false; in HWTEST_F() local 215 if (!data.WriteBool(updated)) { in HWTEST_F()
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | notify_callback_proxy.h | 35 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
|
H A D | i_notify_callback.h | 42 virtual int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
|
/foundation/communication/netmanager_base/test/commonduplicatedcode/ |
H A D | common_notify_callback_test.h | 58 bool updated, const std::string &route, const std::string &gateway, const std::string &ifName) override
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_store_observer.h | 34 std::vector<PrimaryKey> updated; member
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_distributor.cpp | 277 void WrapperDistributor::NotifyRouteChange(bool updated, const std::string &route, const std::string &gateway, in NotifyRouteChange() argument 281 updated ? "updated" : "removed", ToAnonymousIp(route).c_str(), ToAnonymousIp(gateway).c_str(), in NotifyRouteChange() 290 callback->OnRouteChanged(updated, route, gateway, ifName); in NotifyRouteChange()
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/ |
H A D | wrapper_distributor.h | 53 void NotifyRouteChange(bool updated, const std::string &route, const std::string &gateway,
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
H A D | cloud_types.h | 61 int32_t updated = 0; member
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_utils.cpp | 237 napi_value updated = Convert2JSValue(env, value.updated); in Convert2JSValue() local 241 napi_set_named_property(env, jsValue, "updated", updated); in Convert2JSValue()
|