Home
last modified time | relevance | path

Searched refs:SWITCH_ON (Results 1 - 13 of 13) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_switch.cpp30 constexpr auto SWITCH_ON = "1"; member
64 if (value == SWITCH_ON) { in FillinPluginInfo()
/foundation/multimodalinput/input/service/subscriber/test/
H A Dswitch_subscriber_handler_test.cpp127 switchEvent->SetSwitchValue(SwitchEvent::SWITCH_ON); in HWTEST_F()
187 switchEvent->SetSwitchValue(SwitchEvent::SWITCH_ON); in HWTEST_F()
215 switchEvent->SetSwitchValue(SwitchEvent::SWITCH_ON); in HWTEST_F()
243 switchEvent->SetSwitchValue(SwitchEvent::SWITCH_ON); in HWTEST_F()
268 switchEvent->SetSwitchValue(SwitchEvent::SWITCH_ON); in HWTEST_F()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dswitch_event.h27 static constexpr int32_t SWITCH_ON = 0; member in OHOS::MMI::SwitchEvent
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_service_impl_test.cpp100 switches.insert_or_assign(TEST_CLOUD_BUNDLE, CloudData::CloudService::SWITCH_ON); in HWTEST_F()
128 cloudServiceImpl_->ChangeAppSwitch(TEST_CLOUD_APPID, TEST_CLOUD_BUNDLE, CloudData::CloudService::SWITCH_ON); in HWTEST_F()
142 actions.insert_or_assign(TEST_CLOUD_BUNDLE, CloudData::CloudService::SWITCH_ON); in HWTEST_F()
H A Dcloud_data_test.cpp956 auto ret = cloudServiceImpl_->ChangeAppSwitch(id, bundleName, CloudData::CloudService::SWITCH_ON); in HWTEST_F()
958 ret = cloudServiceImpl_->ChangeAppSwitch(TEST_CLOUD_ID, bundleName, CloudData::CloudService::SWITCH_ON); in HWTEST_F()
974 switches.insert_or_assign(TEST_CLOUD_BUNDLE, CloudData::CloudService::SWITCH_ON); in HWTEST_F()
975 switches.insert_or_assign(bundleName, CloudData::CloudService::SWITCH_ON); in HWTEST_F()
1036 data.WriteInt32(CloudData::CloudService::SWITCH_ON); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_service.h67 SWITCH_ON,
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp42 const string SWITCH_ON = "1"; member
193 if (value == SWITCH_ON) { in IsUriKeySwitchOn()
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp125 if (charValue != SWITCH_ON && charValue != SWITCH_OFF) { in GenerateSwitchProfiles()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_config.cpp68 ctxt->switches[item.first] = item.second ? CloudService::Switch::SWITCH_ON in EnableCloud()
172 ctxt->state = state ? CloudService::Switch::SWITCH_ON : CloudService::Switch::SWITCH_OFF; in ChangeAppCloudSwitch()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h356 const std::string SWITCH_ON = "1"; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp118 cloudInfo.apps[bundle].cloudSwitch = (value == SWITCH_ON); in EnableCloud()
180 cloudInfo.apps[bundleName].cloudSwitch = (appSwitch == SWITCH_ON); in ChangeAppSwitch()
185 if (cloudInfo.enableCloud && appSwitch == SWITCH_ON) { in ChangeAppSwitch()
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_unit_test.cpp883 inputManagerListener->OnCallbackEvent(MMI::SwitchEvent::SWITCH_ON); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp611 charProfile.GetCharacteristicValue() != SWITCH_ON)) { in IsSwitchValid()

Completed in 19 milliseconds