/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/config_test/ |
H A D | config_test.cpp | 177 std::shared_ptr<WhiteListConfigMgr> updater = std::make_shared<WhiteListConfigMgr>(); variable 194 std::shared_ptr<WhiteListConfigMgr> updater = std::make_shared<WhiteListConfigMgr>(); variable 214 std::shared_ptr<WhiteListConfigMgr> updater = std::make_shared<WhiteListConfigMgr>(); variable 236 std::shared_ptr<WhiteListConfigMgr> updater = std::make_shared<WhiteListConfigMgr>(); variable 255 std::shared_ptr<WhiteListConfigMgr> updater = std::make_shared<WhiteListConfigMgr>(); variable 272 std::shared_ptr<WhiteListConfigMgr> updater = std::make_shared<WhiteListConfigMgr>(); variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | priority_queue_test.cpp | 282 auto updater = [](TestTask &) { return std::pair{false, Time()};}; in __anon17ee4ec20202() variable 302 auto updater = [](TestTask &) { return std::pair{false, Time()};}; in __anon17ee4ec20302() variable 322 auto updater = [](TestTask &) { return std::pair{false, Time()};}; in __anon17ee4ec20402() variable 343 auto updater = [](TestTask &) { return std::pair{true, Time()};}; in __anon17ee4ec20502() variable 364 auto updater = [](TestTask &) { return std::pair{false, Time()};}; in __anon17ee4ec20602() variable 386 auto updater = [](TestTask &) { return std::pair{true, Time()};}; in __anon17ee4ec20702() variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable.cpp | 111 RSPropertyDrawCmdListUpdater updater(0, 0, this); in OnUpdate() local 128 RSPropertyDrawCmdListUpdater updater(0, 0, this); in OnUpdate() local 166 RSPropertyDrawCmdListUpdater updater(0, 0, this); in OnUpdate() local
|
H A D | rs_property_drawable_foreground.cpp | 193 RSPropertyDrawCmdListUpdater updater(0, 0, this); in OnUpdate() local 386 RSPropertyDrawCmdListUpdater updater(0, 0, this); in OnUpdate() local 460 RSPropertyDrawCmdListUpdater updater(0, 0, this); in OnUpdate() local 680 RSPropertyDrawCmdListUpdater updater(0, 0, this); in OnUpdate() local
|
H A D | rs_property_drawable_background.cpp | 153 RSPropertyDrawCmdListUpdater updater(0, 0, this); in OnUpdate() local 227 RSPropertyDrawCmdListUpdater updater(0, 0, this); in OnUpdate() local 281 RSPropertyDrawCmdListUpdater updater(0, 0, this); in OnUpdate() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_model.h | 44 std::function<void(RefPtr<NG::NavigationStack>)> updater) {}; in SetNavigationStackWithCreatorAndUpdater()
|
H A D | navigation_model_ng.cpp | 1001 …unction<RefPtr<NG::NavigationStack>()> creator, std::function<void(RefPtr<NG::NavigationStack>)> u… in SetNavigationStackWithCreatorAndUpdater()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | interface_manager.cpp | 26 int InterfaceManager::UpdateInterface(InterfaceInfo::InterfaceType type, const Updater &updater) in UpdateInterface()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_particle.cpp | 188 …rseFloatRandomConfig(JSRef<JSVal>& configJsValue, OHOS::Ace::NG::ParticleFloatPropertyUpdater& upd… in ParseFloatRandomConfig() 208 …arseFloatCurveConfig(JSRef<JSVal>& configJsValue, OHOS::Ace::NG::ParticleFloatPropertyUpdater& upd… in ParseFloatCurveConfig() 223 …rseFloatUpdater(JSRef<JSObject>& updaterJsObject, OHOS::Ace::NG::ParticleFloatPropertyUpdater& upd… in ParseFloatUpdater() 305 NG::ParticleFloatPropertyUpdater updater; in ParseFloatOption() local 500 …rseColorRandomUpdater(JSRef<JSVal> configJsValue, OHOS::Ace::NG::ParticleColorPropertyUpdater& upd… in ParseColorRandomUpdater() 532 …arseColorCurveUpdater(JSRef<JSVal> configJsValue, OHOS::Ace::NG::ParticleColorPropertyUpdater& upd… in ParseColorCurveUpdater() 547 …rseColorUpdater(JSRef<JSObject>& updaterJsObject, OHOS::Ace::NG::ParticleColorPropertyUpdater& upd… in ParseColorUpdater() 606 NG::ParticleColorPropertyUpdater updater; in ParseColorOption() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_particle_context.cpp | 69 std::shared_ptr<Rosen::EmitterUpdater> updater = std::make_shared<Rosen::EmitterUpdater>( in updateEmitterPosition() local
|
H A D | rosen_render_context.cpp | 1488 auto updater = updaterOpt.value(); in ConvertParticleColorOption() local 1553 auto updater = updaterOpt.value(); in ConvertParticleFloatOption() local
|
/ohos5.0/base/request/request/services/src/manage/ |
H A D | account.rs | 304 let updater = AccountUpdater::new(task_manager.clone()); in ut_account_update() localVariable 308 let mut updater = AccountUpdater::new(task_manager); in ut_account_update() localVariable
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | priority_queue.h | 92 bool Update(_Tid id, TskUpdater updater) in Update()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | priority_queue.h | 93 bool Update(_Tid id, TskUpdater updater) in Update()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | m3u8.cpp | 141 auto updater = iter->second; in UpdateFromTags() local
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | update_client.cpp | 33 UpdateClient *updater = UnwrapJsObject<UpdateClient>(env, info); in NapiOn() local 41 UpdateClient *updater = UnwrapJsObject<UpdateClient>(env, info); in NapiOff() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | decoder.rs | 60 let mut updater = Updater::new(&mut self.table, &mut self.lines, self.header_list_size); in decode() localVariable
|
/ohos5.0/build/ |
H A D | subsystem_config.json | 78 "updater": { object
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | m3u8.cpp | 203 auto updater = iter->second; in UpdateFromTags() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | decoder.rs | 126 let mut updater = Updater::new(self.table); in decode_ins() localVariable
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_drawing_manager.cpp | 557 auto updater = std::make_shared<Rosen::EmitterUpdater>( in UpdateEmitter() local
|