Searched refs:SWITCH_ON (Results 1 - 13 of 13) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | plugin_switch.cpp | 30 constexpr auto SWITCH_ON = "1";
member 64 if (value == SWITCH_ON) {
in FillinPluginInfo()
|
/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | switch_subscriber_handler_test.cpp | 127 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 D | switch_event.h | 27 static constexpr int32_t SWITCH_ON = 0; member in OHOS::MMI::SwitchEvent
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_service_impl_test.cpp | 100 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 D | cloud_data_test.cpp | 956 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 D | cloud_service.h | 67 SWITCH_ON,
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_status.cpp | 42 const string SWITCH_ON = "1"; member 193 if (value == SWITCH_ON) { in IsUriKeySwitchOn()
|
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | switch_status_collector.cpp | 125 if (charValue != SWITCH_ON && charValue != SWITCH_OFF) { in GenerateSwitchProfiles()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_config.cpp | 68 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 D | distributed_device_profile_constants.h | 356 const std::string SWITCH_ON = "1"; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_impl.cpp | 118 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 D | standby_plugin_unit_test.cpp | 883 inputManagerListener->OnCallbackEvent(MMI::SwitchEvent::SWITCH_ON); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_cache.cpp | 611 charProfile.GetCharacteristicValue() != SWITCH_ON)) { in IsSwitchValid()
|
Completed in 19 milliseconds