/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | flat_container.cpp | 107 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 D | container.cpp | 121 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 D | standby_state_subscriber.cpp | 135 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 D | route_utils.cpp | 79 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 D | standby_service_subscriber_stub.cpp | 64 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 D | standby_state_subscriber.h | 45 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 D | work_standby_state_change_callback.cpp | 41 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 D | filesystem_api.cpp | 62 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 D | standby_service_subscriber_proxy.cpp | 58 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 D | work_standby_state_change_callback.h | 43 * @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 D | standby_service_subscriber_proxy.h | 46 * @param added add or removed. 48 void OnAllowListChanged(int32_t uid, const std::string& name, uint32_t allowType, bool added) override;
|
H A D | istandby_service_subscriber.h | 46 * @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 D | standby_service_subscriber_stub.h | 43 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 D | window_node.cpp | 71 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 D | IntfObjectHierarchyObserverTest.cpp | 38 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 D | IntfContainerTest.cpp | 373 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 D | file_monitor.h | 36 * @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 D | file_monitor.cpp | 168 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 D | intf_file_monitor.h | 50 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 D | base_network_strategy.cpp | 103 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 D | running_lock_strategy.cpp | 113 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 D | composite_object_provider.cpp | 178 auto added = provider->OnDataAdded()->AddHandler( in OnProviderAdded() local
|
/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | standby_service_impl.h | 152 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 D | rs_profiler.cpp | 962 const uint32_t added = count - g_lastCacheImageCount; in OnParallelRenderBegin() local 964 return added; in OnParallelRenderBegin()
|
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service_impl.cpp | 604 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
|