Lines Matching defs:boolean
60 * is of the boolean type and the bool value is false.
63 * @tc.desc The keyvalue is of the boolean type and the bool value is false.
68 bool boolean = false;
73 OH_HiAppEvent_AddBoolParam(list, "bool_key", boolean);
96 * is of the boolean type and the bool value is true.
99 * @tc.desc The keyvalue is of the boolean type and the bool value is false.
104 bool boolean = true;
109 OH_HiAppEvent_AddBoolParam(list, "bool_key", boolean);
134 * @tc.desc The keyvalue is reported as a boolean list.
169 * @tc.desc The keyvalue is reported as a boolean list.
204 * @tc.desc The keyvalue is reported as a boolean list.
1206 * is of the boolean type and the bool value is true.
1209 * @tc.desc The keyvalue is of the boolean type and the bool value is false.
1214 bool boolean = true;
1217 OH_HiAppEvent_AddBoolParam(list, "bool_key", boolean);