/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 50 bool delCache = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/form_fwk/test/fuzztest/formmgradapter_fuzzer/ |
H A D | formmgradapter_fuzzer.cpp | 48 bool delCache = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 49 bool delCache = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 49 bool delCache = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test.cpp | 199 bool delCache = true;
in HWTEST_F() local 215 bool delCache = true;
in HWTEST_F() local 232 bool delCache = true;
in HWTEST_F() local 1981 constexpr bool delCache = true;
in HWTEST_F() local 2000 constexpr bool delCache = false;
in HWTEST_F() local 2020 constexpr bool delCache = false; HWTEST_F() local 2041 constexpr bool delCache = false; HWTEST_F() local [all...] |
H A D | fms_form_mgr_adapter_test2.cpp | 468 constexpr bool delCache = true;
in HWTEST_F() local
|
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/ |
H A D | form_mgr_stub_test.cpp | 513 constexpr bool delCache = false; in HWTEST_F() local
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test.cpp | 186 constexpr bool delCache = false; in HWTEST_F() local
|
H A D | mock_form_mgr_adapter.cpp | 183 int FormMgrAdapter::ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) in ReleaseForm() argument
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_service.h | 94 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject>& callerToken, const bool delCache) in ReleaseForm() argument
|
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/ |
H A D | fms_form_host_record_test.cpp | 424 bool delCache = false; in HWTEST_F() local
|
/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 696 bool delCache = true; in HWTEST_F() local 714 bool delCache = true; in HWTEST_F() local 1190 bool delCache = true; in HWTEST_F() local 3410 bool delCache = true; in HWTEST_F() local
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 188 int FormMgr::ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) in ReleaseForm() argument
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 166 int FormMgrProxy::ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) in ReleaseForm() argument
|
H A D | form_mgr_stub.cpp | 362 bool delCache = data.ReadBool(); in HandleReleaseForm() local
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 308 int FormMgrService::ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) in ReleaseForm() argument
|
H A D | form_mgr_adapter.cpp | 529 int FormMgrAdapter::ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) in ReleaseForm() argument
|