Searched refs:sm_ (Results 1 - 7 of 7) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_manager_test.cpp | 41 std::shared_ptr<SessionManager> sm_; member in OHOS::Rosen::SessionManagerTest 54 sm_ = std::make_shared<SessionManager>(); in SetUp() 55 ASSERT_NE(nullptr, sm_); in SetUp() 60 sm_ = nullptr; in TearDown() 98 ASSERT_NE(nullptr, sm_); in HWTEST_F() 99 sm_->Clear(); in HWTEST_F() 100 sm_->ClearSessionManagerProxy(); in HWTEST_F() 101 auto sceneSessionManagerProxy = sm_->GetSceneSessionManagerProxy(); in HWTEST_F() 108 sm_->ClearSessionManagerProxy(); in HWTEST_F() 109 sm_ in HWTEST_F() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_statemachine.h | 161 : name_(name), sm_(statemachine) in HfpAgSmInfo() 164 utility::StateMachine& sm_; member 170 : State(stu.name_, stu.sm_, parent), in HfpAgState() 174 stateMachine_(static_cast<HfpAgStateMachine &>(stu.sm_)) in HfpAgState()
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | sys_mgr_client.h | 58 OHOS::sptr<ISystemAbilityManager> sm_; member in OHOS::AppExecFwk::SysMrgClient
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | cooperate.cpp | 34 : env_(env), context_(env), sm_(env) in Cooperate() 252 state = sm_.IsCooperateEnable(); in GetCooperateState() 302 sm_.OnEvent(context_, event); in Loop()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate.h | 65 StateMachine sm_; member in OHOS::Msdp::DeviceStatus::Cooperate::final
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.h | 140 StateMachine sm_; member in OHOS::bluetooth::GattConnectionManager::Device
|
H A D | gatt_connection_manager.cpp | 1121 sm_(*this), in Device() 1139 sm_(*this), in Device() 1228 return sm_; in SM() 1505 device_.sm_.ProcessMessage(utility::Message(MSG_CONNECT)); in Entry()
|
Completed in 7 milliseconds