Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dflat_container.cpp107 IObject::Ptr added; in Replace() local
127 added = replaceWith; in Replace()
133 added = replaceWith; in Replace()
136 ChildChangedInfo addedInfo { added, index, parent_ }; in Replace()
146 if (added) { in Replace()
156 if (added) { in Replace()
157 SetObjectParent(added, interface_pointer_cast<IObject>(parent_)); in Replace()
160 return added || removed; in Replace()
H A Dcontainer.cpp121 IObject::Ptr added; in Replace() local
162 // 'replaceWith' was added in Replace()
163 added = replaceWith; in Replace()
178 added = replaceWith; in Replace()
184 ChildChangedInfo addedInfo { added, toIndex, parent_ }; in Replace()
195 if (added) { in Replace()
202 SetObjectParent(added, interface_pointer_cast<IObject>(parent_)); in Replace()
206 if (added) { in Replace()
/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp135 uint32_t allowType, bool added) in ReportAllowListChanged()
139 NotifyAllowChangedByCallback(uid, name, allowType, added); in ReportAllowListChanged()
140 NotifyAllowChangedByCommonEvent(uid, name, allowType, added); in ReportAllowListChanged()
144 uint32_t allowType, bool added) in NotifyAllowChangedByCallback()
152 (*iter)->OnAllowListChanged(uid, name, allowType, added); in NotifyAllowChangedByCallback()
175 uint32_t allowType, bool added) in NotifyAllowChangedByCommonEvent()
182 want.SetParam("added", added); in NotifyAllowChangedByCommonEvent()
134 ReportAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) ReportAllowListChanged() argument
143 NotifyAllowChangedByCallback(int32_t uid, const std::string& name, uint32_t allowType, bool added) NotifyAllowChangedByCallback() argument
174 NotifyAllowChangedByCommonEvent(int32_t uid, const std::string& name, uint32_t allowType, bool added) NotifyAllowChangedByCommonEvent() argument
/foundation/communication/netmanager_base/services/common/src/
H A Droute_utils.cpp79 std::list<Route> added; in UpdateRoutes() local
99 added.push_back(*itern); in UpdateRoutes()
103 for (itern = added.begin(); itern != added.end(); ++itern) { in UpdateRoutes()
110 for (itern = added.begin(); itern != added.end(); ++itern) { in UpdateRoutes()
121 return (!added.empty() || !updated.empty() || !removed.empty()) ? 1 : 0; in UpdateRoutes()
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_subscriber_stub.cpp64 bool added) in OnAllowListChanged()
87 bool added {false}; in HandleOnAllowListChanged()
89 !data.ReadUint32(allowType) || !data.ReadBool(added)) { in HandleOnAllowListChanged()
93 OnAllowListChanged(uid, name, allowType, added); in HandleOnAllowListChanged()
63 OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) OnAllowListChanged() argument
/foundation/resourceschedule/device_standby/services/notification/include/
H A Dstandby_state_subscriber.h45 void ReportAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added);
48 void NotifyAllowChangedByCommonEvent(int32_t uid, const std::string& name, uint32_t allowType, bool added);
54 void NotifyAllowChangedByCallback(int32_t uid, const std::string& name, uint32_t allowType, bool added);
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_standby_state_change_callback.cpp41 uint32_t allowType, bool added) in OnAllowListChanged()
43 WS_HILOGD("%{public}s apply allow, added type is %{public}d", name.c_str(), added); in OnAllowListChanged()
40 OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) OnAllowListChanged() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfilesystem_api.cpp62 void ScanModifications(vector<string>& added, vector<string>& removed, vector<string>& modified) override;
253 void FileMonitorImpl::ScanModifications(vector<string>& added, vector<string>& removed, vector<string>& modified) in ScanModifications() argument
255 added.clear(); in ScanModifications()
259 fileMonitor_->ScanModifications(added, removed, modified); in ScanModifications()
/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_subscriber_proxy.cpp58 bool added) in OnAllowListChanged()
72 !data.WriteUint32(allowType) || !data.WriteBool(added)) { in OnAllowListChanged()
57 OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) OnAllowListChanged() argument
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_standby_state_change_callback.h43 * @param added true mean starting allow, false mean ending allow.
45 void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) override;
/foundation/resourceschedule/device_standby/frameworks/include/
H A Dstandby_service_subscriber_proxy.h46 * @param added add or removed.
48 void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) override;
H A Distandby_service_subscriber.h46 * @param added add or removed.
48 virtual void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) = 0;
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dstandby_service_subscriber_stub.h43 void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_node.cpp71 bool added = ElementRegister::GetInstance()->AddUINode(windowNode); in GetOrCreateWindowNode() local
72 if (!added) { in GetOrCreateWindowNode()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfObjectHierarchyObserverTest.cpp38 auto added = 0; in GetMatching() local
41 added++; in GetMatching()
44 return added; in GetMatching()
320 auto& added = changedCalls_[2]; in HWTEST_F() local
323 EXPECT_EQ(added.object, child); in HWTEST_F()
324 EXPECT_THAT(added.parent.lock(), ObjectEq(contentObject)); in HWTEST_F()
H A DIntfContainerTest.cpp373 const auto added = ChildChangedInfo { replaceWith, index, container_ }; in HWTEST_P() local
374 EXPECT_THAT(addedCalls_, ElementsAre(added)); in HWTEST_P()
415 const auto added = ChildChangedInfo { notThere, expectedCount, container_ }; in HWTEST_P() local
416 EXPECT_THAT(addedCalls_, ElementsAre(added)); in HWTEST_P()
450 const auto added = ChildChangedInfo { replaceWith, NumDirectChildren, container_ }; in HWTEST_P() local
451 EXPECT_THAT(addedCalls_, ElementsAre(added)); in HWTEST_P()
496 const auto added = ChildChangedInfo { replaceWith, expectedCount, container_ }; in HWTEST_P() local
497 EXPECT_THAT(addedCalls_, ElementsAre(added)); in HWTEST_P()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.h36 * @return True if path is succesfully added to watch list, otherwise false.
47 * @param added List of files that were added.
51 void ScanModifications(BASE_NS::vector<BASE_NS::string>& added, BASE_NS::vector<BASE_NS::string>& removed,
H A Dfile_monitor.cpp168 void FileMonitor::ScanModifications(vector<string>& added, vector<string>& removed, vector<string>& modified) in ScanModifications() argument
184 added.push_back(it->first); in ScanModifications()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_file_monitor.h50 virtual void ScanModifications(BASE_NS::vector<BASE_NS::string>& added, BASE_NS::vector<BASE_NS::string>& removed,
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp103 bool added = message.want_->GetBoolParam("added", false); in UpdateExemptionList() local
105 STANDBYSERVICE_LOGI("updatee exemption list, %{public}s apply exemption, added is %{public}d", in UpdateExemptionList()
106 processName.c_str(), added); in UpdateExemptionList()
107 if (added) { in UpdateExemptionList()
H A Drunning_lock_strategy.cpp113 bool added = message.want_->GetBoolParam("added", false); in UpdateExemptionList() local
115 STANDBYSERVICE_LOGD("%{public}s apply allow, added is %{public}d", processName.c_str(), added); in UpdateExemptionList()
116 if (added) { in UpdateExemptionList()
/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H A Dcomposite_object_provider.cpp178 auto added = provider->OnDataAdded()->AddHandler( in OnProviderAdded() local
/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h152 void NotifyAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added);
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp962 const uint32_t added = count - g_lastCacheImageCount; in OnParallelRenderBegin() local
964 return added; in OnParallelRenderBegin()
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp604 STANDBYSERVICE_LOGD("after update record, there is added exemption type: %{public}d", in ApplyAllowResInner()
750 uint32_t allowType, bool added) in NotifyAllowListChanged()
757 standbyMessage.want_->SetParam("added", added); in NotifyAllowListChanged()
749 NotifyAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) NotifyAllowListChanged() argument

Completed in 29 milliseconds