Home
last modified time | relevance | path

Searched refs:boolNum (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp326 bool boolNum = false; variable
334 datas.WriteBool(boolNum);
338 boolNum = true;
339 datas.WriteBool(boolNum);
343 datas.WriteBool(boolNum);
349 datas.WriteBool(boolNum);
355 datas.WriteBool(boolNum);
360 datas.WriteBool(boolNum);
378 bool boolNum = false; variable
389 datas.WriteBool(boolNum);
[all …]
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/
H A Dtest_convertxml.cpp31 const size_t boolNum = 8; // 8 : the counts of the bool value in setProperty() local
34 if (i < boolNum) { in setProperty()
49 const size_t boolNum = 8; // 8 : the counts of the bool value in setPropertyForTrim() local
75 if (i < boolNum) { in setPropertyForTrim()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/frame/fuzztest/softbusclientstub_fuzzer/
H A Dsoftbusclientstub_fuzzer.cpp414 bool boolNum = true; in OnNodeOnlineStateChangedInnerTest() local
420 datas.WriteBool(boolNum); in OnNodeOnlineStateChangedInnerTest()