/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | power_spec.cpp | 38 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 39 {RequestStatus::SCO_OFF, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 46 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 47 {RequestStatus::SCO_OFF, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 54 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 55 {RequestStatus::SCO_OFF, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 62 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 63 {RequestStatus::SCO_OFF, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 70 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 71 {RequestStatus::SCO_OFF, PowerInfo(PowerModeLevel::NO_ACTION, [all...] |
H A D | power_state_machine.cpp | 119 if (powerLevel.first != PowerSsrLevel::NO_ACTION && powerLevel.first != controlPowerLevel.first) { in Entry() 122 } else if (powerLevel.second != PowerModeLevel::NO_ACTION && powerLevel.second != controlPowerLevel.second) { in Entry() 156 if (powerLevel.first != PowerSsrLevel::NO_ACTION && powerLevel.first != controlPowerLevel.first) { in Dispatch() 159 } else if (powerLevel.second != PowerModeLevel::NO_ACTION && in Dispatch() 173 if (powerLevel.second != PowerModeLevel::NO_ACTION && powerLevel.second != controlPowerLevel.second) { in Dispatch() 280 if (powerLevel.first != PowerSsrLevel::NO_ACTION && powerLevel.first != controlPowerLevel.first) { in Entry() 283 } else if (powerLevel.second != PowerModeLevel::NO_ACTION && powerLevel.second != controlPowerLevel.second) { in Entry() 317 if (powerLevel.first != PowerSsrLevel::NO_ACTION && powerLevel.first != controlPowerLevel.first) { in Dispatch() 319 } else if (powerLevel.second != PowerModeLevel::NO_ACTION && in Dispatch() 332 if (powerLevel.second != PowerModeLevel::NO_ACTION in Dispatch() [all...] |
H A D | power_device.cpp | 37 std::pair<PowerSsrLevel, PowerModeLevel>(PowerSsrLevel::NO_ACTION, PowerModeLevel::NO_ACTION); 39 std::pair<PowerSsrLevel, PowerModeLevel>(PowerSsrLevel::NO_ACTION, PowerModeLevel::NO_ACTION); 81 if (maxPower.powerMode_ == PowerModeLevel::NO_ACTION) { in SetPowerMode() 144 UpdateControlSniffSubrating(PowerSsrLevel::NO_ACTION); in ModeChangeCallBack() 177 PowerInfo maxPower = PowerInfo(PowerModeLevel::NO_ACTION, 0); in CalcMaxPower() 189 PowerSsrLevel lowestLevel = PowerSsrLevel::NO_ACTION; in CalcLowestSsrLevel() 192 if ((level != PowerSsrLevel::NO_ACTION) && (level < lowestLevel)) { in CalcLowestSsrLevel() 277 } else if (maxPowerInfo.powerMode_ == PowerModeLevel::NO_ACTION) { in DelayTimeoutCallback() [all...] |
H A D | power_spec.h | 73 NO_ACTION = 0, member in OHOS::bluetooth::PowerModeLevel 85 NO_ACTION = 4, member in OHOS::bluetooth::PowerSsrLevel 182 PowerModeLevel powerMode_ {PowerModeLevel::NO_ACTION};
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | transaction.h | 67 static constexpr Resolution NO_ACTION = ConflictResolution::ON_CONFLICT_NONE; member in OHOS::NativeRdb::Transaction 97 Resolution resolution = NO_ACTION) = 0; 125 const Values &args = {}, Resolution resolution = NO_ACTION) = 0; 135 Resolution resolution = NO_ACTION) = 0;
|
H A D | rdb_store.h | 140 static constexpr Resolution NO_ACTION = ConflictResolution::ON_CONFLICT_NONE; member in OHOS::NativeRdb::RdbStore 154 virtual std::pair<int, int64_t> Insert(const std::string &table, const Row &row, Resolution resolution = NO_ACTION); 173 Resolution resolution = NO_ACTION); 209 const Values &args = {}, Resolution resolution = NO_ACTION); 258 const std::string &whereClause, const Olds &args, Resolution resolution = NO_ACTION); 271 const std::string &whereClause = "", const Values &args = {}, Resolution resolution = NO_ACTION);
|
/foundation/distributedhardware/distributed_camera/services/data_process/include/eventbus/ |
H A D | dcamera_codec_event.h | 28 NO_ACTION = 0, member in OHOS::DistributedHardware::VideoCodecAction 81 : codecPacket_(codecPacket), action_(VideoCodecAction::NO_ACTION) {} in DCameraCodecEvent()
|
H A D | dcamera_pipeline_event.h | 27 NO_ACTION = 0, member in OHOS::DistributedHardware::PipelineAction
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | transaction_test.cpp | 108 result = store->Insert("test", UTUtils::SetRowData(UTUtils::g_rowData[2]), RdbStore::NO_ACTION); in HWTEST_F() 125 result = store->Insert("test", UTUtils::SetRowData(UTUtils::g_rowData[2]), RdbStore::NO_ACTION); in HWTEST_F() 169 result = store->Insert("test", UTUtils::SetRowData(UTUtils::g_rowData[2]), RdbStore::NO_ACTION); in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store.cpp | 115 auto [errCode, rowid] = Insert(table, row, NO_ACTION); in Insert() 173 auto [errCode, changes] = Update(table, row, whereClause, args, NO_ACTION); in Update()
|