Home
last modified time | relevance | path

Searched refs:updated (Results 1 - 25 of 57) sorted by relevance

123

/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c251 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 Dnstackx_device.c121 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 Dobserver_bridge.cpp86 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 Dmulti_ver_def.h62 std::list<Entry> updated; member
68 updated.clear(); in Reset()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp42 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 Dpriority_queue.h97 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 Dmulti_ver_natural_store_commit_notify_data.cpp55 return diffData_.updated; in GetUpdatedEntries()
84 diffData_.updated.empty() && in IsChangedDataEmpty()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/
H A Dsurface_image.h59 void OnUpdateBufferAvailableState(bool updated) in OnUpdateBufferAvailableState() argument
61 updateSurfaceImage_ = updated; in OnUpdateBufferAvailableState()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.cpp81 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 Drender_display.cpp218 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 Droute_utils.cpp80 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 Dlru_bucket.h139 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 Dlru_bucket.h139 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 Dnstackx_device_remote.h33 const struct in_addr *remoteIp, const DeviceInfo *deviceInfo, int8_t *updated);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp506 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 Dnotify_callback_proxy_test.cpp103 bool updated = false; in HWTEST_F() local
107 int32_t ret = notifyProxy->OnRouteChanged(updated, route, gateway, ifName); in HWTEST_F()
H A Dnotify_callback_stub_test.cpp207 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 Dnotify_callback_proxy.h35 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
H A Di_notify_callback.h42 virtual int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_notify_callback_test.h58 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 Dnapi_rdb_store_observer.h34 std::vector<PrimaryKey> updated; member
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp277 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 Dwrapper_distributor.h53 void NotifyRouteChange(bool updated, const std::string &route, const std::string &gateway,
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h61 int32_t updated = 0; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp237 napi_value updated = Convert2JSValue(env, value.updated); in Convert2JSValue() local
241 napi_set_named_property(env, jsValue, "updated", updated); in Convert2JSValue()

Completed in 11 milliseconds

123