Home
last modified time | relevance | path

Searched refs:bonus (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstorePredicatesJoinBJsunit.test.js28 + "mgr INTEGER, joinDate TEXT, salary REAL, bonus REAL, deptId INTEGER,"
108 {id:1001, eName:"SunWuKong", jobId:4, mgr:1004, joinDate:"2000-12-17", salary:8000.00, bonus:null, deptId:20},
109 {id:1002, eName:"LuJunYi", jobId:3, mgr:1006, joinDate:"2001-02-20", salary:16000.00, bonus:3000.00, deptId:30},
110 {id:1003, eName:"LinChong", jobId:3, mgr:1006, joinDate:"2001-02-22", salary:12500.00, bonus:5000.00, deptId:30},
111 {id:1004, eName:"TangCeng", jobId:2, mgr:1009, joinDate:"2001-04-02", salary:29750.00, bonus:null, deptId:20},
112 {id:1005, eName:"LiKui", jobId:4, mgr:1006, joinDate:"2001-09-28", salary:12500.00, bonus:14000.00, deptId:30},
113 {id:1006, eName:"SongJiang", jobId:2, mgr:1009, joinDate:"2001-05-01", salary:28500.00, bonus:null, deptId:30},
114 {id:1007, eName:"LiuBei", jobId:2, mgr:1009, joinDate:"2001-09-01", salary:24500.00, bonus:null, deptId:10},
115 {id:1008, eName:"ZhuBaJie", jobId:4, mgr:1004, joinDate:"2007-04-19", salary:30000.00, bonus:null, deptId:20},
116 {id:1009, eName:"LuoGuanZhong", jobId:1, mgr:null, joinDate:"2001-11-17", salary:50000.00, bonus
[all...]
/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbstorePredicatesJoinBJsunit.test.js27 + "mgr INTEGER, joinDate TEXT, salary REAL, bonus REAL, deptId INTEGER,"
105 {id:1001, eName:"SunWuKong", jobId:4, mgr:1004, joinDate:"2000-12-17", salary:8000.00, bonus:null, deptId:20},
106 {id:1002, eName:"LuJunYi", jobId:3, mgr:1006, joinDate:"2001-02-20", salary:16000.00, bonus:3000.00, deptId:30},
107 {id:1003, eName:"LinChong", jobId:3, mgr:1006, joinDate:"2001-02-22", salary:12500.00, bonus:5000.00, deptId:30},
108 {id:1004, eName:"TangCeng", jobId:2, mgr:1009, joinDate:"2001-04-02", salary:29750.00, bonus:null, deptId:20},
109 {id:1005, eName:"LiKui", jobId:4, mgr:1006, joinDate:"2001-09-28", salary:12500.00, bonus:14000.00, deptId:30},
110 {id:1006, eName:"SongJiang", jobId:2, mgr:1009, joinDate:"2001-05-01", salary:28500.00, bonus:null, deptId:30},
111 {id:1007, eName:"LiuBei", jobId:2, mgr:1009, joinDate:"2001-09-01", salary:24500.00, bonus:null, deptId:10},
112 {id:1008, eName:"ZhuBaJie", jobId:4, mgr:1004, joinDate:"2007-04-19", salary:30000.00, bonus:null, deptId:20},
113 {id:1009, eName:"LuoGuanZhong", jobId:1, mgr:null, joinDate:"2001-11-17", salary:50000.00, bonus
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Dcommon.cpp44 ValueObjectType typeBonus = rowDatas.bonus.GetType(); in SetRowDatas()
66 value.PutNull("bonus"); in SetRowDatas()
68 int ret = rowDatas.bonus.GetDouble(outputBonus); in SetRowDatas()
70 value.PutDouble("bonus", outputBonus); in SetRowDatas()
H A Dcommon.h43 ValueObject bonus; member
H A Drdb_predicates_join_b_test.cpp67 std::string("mgr INTEGER, joinDate TEXT, salary REAL, bonus REAL, deptId INTEGER,") +
297 bool bonus; in HWTEST_F() local
298 EXPECT_EQ(E_OK, allDataTypes->IsColumnNull(6, bonus)); in HWTEST_F()
299 EXPECT_EQ(true, bonus); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_saved_device_appraisal.cpp131 /* 5 GHz frequency band: bonus point */ in AppraiseDeviceQuality()
137 /* normal device config: bonus point */ in AppraiseDeviceQuality()
157 int bonus = MAX((userSelectedDeviceScore - decay), (0)); in AppraiseDeviceQuality() local
158 score += bonus; in AppraiseDeviceQuality()
159 WIFI_LOGI("lastselected score is %{public}d.\n", bonus); in AppraiseDeviceQuality()
163 * If the current device is the same as the elected device, bonus points in AppraiseDeviceQuality()

Completed in 3 milliseconds