Home
last modified time | relevance | path

Searched refs:ENABLE (Results 1 - 25 of 179) sorted by relevance

12345678

/foundation/ability/form_fwk/test/fuzztest/formdatamgrthree_fuzzer/
H A Dformdatamgrthree_fuzzer.cpp33 constexpr uint8_t ENABLE = 2; member
43 bool versionUpgrade = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
49 bool flag = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
50 bool isOnlyEnableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
79 bool isVisible = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp42 constexpr uint8_t ENABLE = 2; member
79 bool useSecureMem = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
80 bool isRestricted = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
86 bool isDebugApp = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
87 bool isNativeStart = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanager_fuzzer/
H A Dabilityautostartupdatamanager_fuzzer.cpp37 constexpr uint8_t ENABLE = 2; member
47 return (ptr[INPUT_ZERO] << OFFSET_ZERO) | (ptr[INPUT_ONE] << OFFSET_ONE) | (ptr[ENABLE] << OFFSET_TWO) | in GetU32Data()
55 bool isAutoStartup = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
56 bool isEdmForce = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
75 bool checkEmpty = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp33 constexpr uint8_t ENABLE = 2; member
49 bool delCache = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
59 bool updateType = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
73 bool isVisible = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
75 bool isEnableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/
H A Dformdatamgrtwo_fuzzer.cpp33 constexpr uint8_t ENABLE = 2; member
55 bool needRefresh = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
57 bool countTimerRefresh = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
64 bool enableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgradaptertwo_fuzzer/
H A Dformmgradaptertwo_fuzzer.cpp33 constexpr uint8_t ENABLE = 2; member
44 bool withFormBindingData = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
64 bool flag = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
65 bool isOnlyEnableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilityrunningrecord_fuzzer/
H A Dabilityrunningrecord_fuzzer.cpp36 constexpr uint8_t ENABLE = 2; member
44 return (ptr[INPUT_ZERO] << OFFSET_ZERO) | (ptr[INPUT_ONE] << OFFSET_ONE) | (ptr[ENABLE] << OFFSET_TWO) | in GetU32Data()
77 bool flag = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
79 bool isFocus = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/appstateobservermanager_fuzzer/
H A Dappstateobservermanager_fuzzer.cpp35 constexpr uint8_t ENABLE = 2; member
58 bool needNotifyApp = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
59 bool isFromWindowFocusChanged = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
70 bool isAbility = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviceb_fuzzer/
H A Dabilitymanagerserviceb_fuzzer.cpp39 constexpr uint8_t ENABLE = 2; member
48 return (ptr[INPUT_ZERO] << OFFSET_ZERO) | (ptr[INPUT_ONE] << OFFSET_ONE) | (ptr[ENABLE] << OFFSET_TWO) | in GetU32Data()
54 bool boolParam = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/assertfaultcallbackdeathmgr_fuzzer/
H A Dassertfaultcallbackdeathmgr_fuzzer.cpp35 constexpr uint8_t ENABLE = 2; member
43 return (ptr[INPUT_ZERO] << OFFSET_ZERO) | (ptr[INPUT_ONE] << OFFSET_ONE) | (ptr[ENABLE] << OFFSET_TWO) | in GetU32Data()
54 bool boolParam = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupclient_fuzzer/
H A Dabilityautostartupclient_fuzzer.cpp36 constexpr uint8_t ENABLE = 2; member
46 return (ptr[INPUT_ZERO] << OFFSET_ZERO) | (ptr[INPUT_ONE] << OFFSET_ONE) | (ptr[ENABLE] << OFFSET_TWO) | in GetU32Data()
55 bool boolParam = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilityfirstframestateobservermanager_fuzzer/
H A Dabilityfirstframestateobservermanager_fuzzer.cpp36 constexpr uint8_t ENABLE = 2; member
46 (ptr[ENABLE] << OFFSET_TWO) | ptr[INPUT_THREE]; in GetU32Data()
51 bool boolParam = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H A Dformprovidermgr_fuzzer.cpp34 constexpr uint8_t ENABLE = 2; member
43 bool isFormVisibleNotify = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
72 bool isVisibleToFresh = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
75 bool isTimerRefresh = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp33 constexpr uint8_t ENABLE = 2; member
49 bool delCache = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
79 bool isVisible = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
81 bool isEnableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formabilityconnectionreporter_fuzzer/
H A Dformabilityconnectionreporter_fuzzer.cpp34 constexpr uint8_t ENABLE = 2; member
49 bool isConnected = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formbundleforbidmgr_fuzzer/
H A Dformbundleforbidmgr_fuzzer.cpp34 constexpr uint8_t ENABLE = 2; member
46 bool isForbidden = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxyannex_fuzzer/
H A Dformmgrproxyannex_fuzzer.cpp33 constexpr uint8_t ENABLE = 2; member
47 bool isProtected = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/setabilitycontroller_fuzzer/
H A Dsetabilitycontroller_fuzzer.cpp32 constexpr uint8_t ENABLE = 2; member
49 bool imAStabilityTest = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/notifycompletecontinuation_fuzzer/
H A Dnotifycompletecontinuation_fuzzer.cpp29 constexpr uint8_t ENABLE = 2; member
46 bool isSuccess = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/startsyncremotemissions_fuzzer/
H A Dstartsyncremotemissions_fuzzer.cpp31 constexpr uint8_t ENABLE = 2; member
41 bool fixConflict = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicec_fuzzer/
H A Dabilitymanagerservicec_fuzzer.cpp39 constexpr uint8_t ENABLE = 2; member
48 return (ptr[INPUT_ZERO] << OFFSET_ZERO) | (ptr[INPUT_ONE] << OFFSET_ONE) | (ptr[ENABLE] << OFFSET_TWO) | in GetU32Data()
68 bool boolParam = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp42 constexpr uint8_t ENABLE = 2; member
50 return (ptr[INPUT_ZERO] << OFFSET_ZERO) | (ptr[INPUT_ONE] << OFFSET_ONE) | (ptr[ENABLE] << OFFSET_TWO) | in GetU32Data()
77 bool isRenderProcess = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formdatamgrfour_fuzzer/
H A Dformdatamgrfour_fuzzer.cpp33 constexpr uint8_t ENABLE = 2; member
57 bool flag = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
75 bool isNeedFreeInstall = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/
H A Dformmgradapterthree_fuzzer.cpp34 constexpr uint8_t ENABLE = 2; member
65 bool isVisible = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
67 bool isEnableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/
H A Dformhostrecord_fuzzer.cpp29 constexpr uint8_t ENABLE = 2; member
42 bool flag = *data % ENABLE; in DoSomethingInterestingWithMyAPI()
45 bool enable = *data % ENABLE; in DoSomethingInterestingWithMyAPI()

Completed in 8 milliseconds

12345678