Home
last modified time | relevance | path

Searched defs:updater (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/config_test/
H A Dconfig_test.cpp177 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 Dpriority_queue_test.cpp282 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 Drs_property_drawable.cpp111 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 Drs_property_drawable_foreground.cpp193 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 Drs_property_drawable_background.cpp153 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 Dnavigation_model.h44 std::function<void(RefPtr<NG::NavigationStack>)> updater) {}; in SetNavigationStackWithCreatorAndUpdater()
H A Dnavigation_model_ng.cpp1001 …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 Dinterface_manager.cpp26 int InterfaceManager::UpdateInterface(InterfaceInfo::InterfaceType type, const Updater &updater) in UpdateInterface()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp188 …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 Drosen_particle_context.cpp69 std::shared_ptr<Rosen::EmitterUpdater> updater = std::make_shared<Rosen::EmitterUpdater>( in updateEmitterPosition() local
H A Drosen_render_context.cpp1488 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 Daccount.rs304 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 Dpriority_queue.h92 bool Update(_Tid id, TskUpdater updater) in Update()
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dpriority_queue.h93 bool Update(_Tid id, TskUpdater updater) in Update()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dm3u8.cpp141 auto updater = iter->second; in UpdateFromTags() local
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_client.cpp33 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 Ddecoder.rs60 let mut updater = Updater::new(&mut self.table, &mut self.lines, self.header_list_size); in decode() localVariable
/ohos5.0/build/
H A Dsubsystem_config.json78 "updater": { object
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp203 auto updater = iter->second; in UpdateFromTags() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs126 let mut updater = Updater::new(self.table); in decode_ins() localVariable
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp557 auto updater = std::make_shared<Rosen::EmitterUpdater>( in UpdateEmitter() local