Home
last modified time | relevance | path

Searched refs:SENSOR_SERVICE_ABILITY_ID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_service.cpp54 : SystemAbility(SENSOR_SERVICE_ABILITY_ID, true), state_(SensorServiceState::STATE_STOPPED) in SensorService()
72 PROCESS_TYPE_SA, PROCESS_STATUS_STARTED, SENSOR_SERVICE_ABILITY_ID); in OnAddSystemAbility()
199 SENSOR_SERVICE_ABILITY_ID); in OnStop()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h234 SENSOR_SERVICE_ABILITY_ID = 3601, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs225 pub const SENSOR_SERVICE_ABILITY_ID: i32 = 3601; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp110 { SENSOR_SERVICE_ABILITY_ID, "SensorService" },
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_client.cpp83 auto object = systemAbilityManager->GetSystemAbility(SENSOR_SERVICE_ABILITY_ID); in InitServiceClient()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp302 (void)AddSystemAbilityListener(SENSOR_SERVICE_ABILITY_ID); in OnStart()
312 if (systemAbilityId == SENSOR_SERVICE_ABILITY_ID) { in OnAddSystemAbility()