Home
last modified time | relevance | path

Searched defs:stateManager_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_sms_manager.h46 std::shared_ptr<SimStateManager> stateManager_ = nullptr; variable
H A Dsim_sms_controller.h56 std::shared_ptr<SimStateManager> stateManager_ = nullptr; variable
H A Dicc_file.h118 std::shared_ptr<SimStateManager> stateManager_ = nullptr; variable
/ohos5.0/base/telephony/core_service/test/fuzztest/updatesmsicc_fuzzer/
H A Dupdatesmsicc_fuzzer.cpp46 auto stateManager_ = std::make_shared<SimStateManager>(telRilManager_); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/telephony/core_service/test/fuzztest/updatevoicemail_fuzzer/
H A Dupdatevoicemail_fuzzer.cpp57 auto stateManager_ = std::make_shared<SimStateManager>(telRilManager_); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.h199 RefPtr<ImageStateManager> stateManager_; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.h153 IAnimationStateComponentManager& stateManager_; variable
H A Danimation_system.cpp488 void UpdateStateAndTracks(IAnimationStateComponentManager& stateManager_, in UpdateStateAndTracks()