Searched refs:locationDataEnableUri (Results 1 – 6 of 6) sorted by relevance
/base/location/frameworks/native/source/ |
D | location_data_handler.cpp | 58 Uri locationDataEnableUri(LOCATION_DATA_URI); in HandleSwitchStateChanged() local 60 rdbHelper->GetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, state); in HandleSwitchStateChanged() 63 rdbHelper->SetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, state); in HandleSwitchStateChanged()
|
D | location_data_rdb_observer.cpp | 43 Uri locationDataEnableUri(LOCATION_DATA_URI); in OnChange() local 45 GetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, state); in OnChange()
|
D | location_data_manager.cpp | 108 Uri locationDataEnableUri(LOCATION_DATA_URI); in QuerySwitchState() local 110 GetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, state); in QuerySwitchState() 116 SetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, state); in QuerySwitchState()
|
D | locator_impl.cpp | 53 Uri locationDataEnableUri(LOCATION_DATA_URI); in LocatorImpl() local 55 locationDataRdbHelper->RegisterDataObserver(locationDataEnableUri, dataRdbObserver); in LocatorImpl()
|
/base/location/services/location_locator/locator/source/ |
D | locator_ability.cpp | 367 Uri locationDataEnableUri(LOCATION_DATA_URI); in EnableAbility() local 369 SetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, modeValue); in EnableAbility() 389 Uri locationDataEnableUri(LOCATION_DATA_URI); in QuerySwitchState() local 391 GetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, state); in QuerySwitchState() 395 SetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, state); in QuerySwitchState()
|
/base/location/test/location_common/source/ |
D | location_common_test.cpp | 628 Uri locationDataEnableUri(LOCATION_DATA_URI); 631 SetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, state)); 634 GetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, state));
|