Home
last modified time | relevance | path

Searched refs:ParseOption (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test.cpp536 * @tc.name: test ParseOption function.
537 * @tc.desc: Verify the specified null parameter list parameter, the ParseOption interface is called
548 EXPECT_FALSE(formMgrService.ParseOption(args, key, value, result)); in HWTEST_F()
554 * @tc.name: test ParseOption function.
555 * @tc.desc: Verify that 3 exception parameter list parameters are specified, the ParseOption
566 EXPECT_FALSE(formMgrService.ParseOption(args, key, value, result)); in HWTEST_F()
572 * @tc.name: test ParseOption function.
573 * @tc.desc: Verify that 2 exception parameter list parameters are specified, the ParseOption
584 EXPECT_FALSE(formMgrService.ParseOption(args, key, value, result)); in HWTEST_F()
590 * @tc.name: test ParseOption functio
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h685 bool ParseOption(const std::vector<std::u16string> &args, DumpKey &key, std::string &value, std::string &result);
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp1227 if (!ParseOption(args, key, value, result)) { in Dump()
1322 bool FormMgrService::ParseOption(const std::vector<std::u16string> &args, DumpKey &key, std::string &value, in ParseOption() function in OHOS::AppExecFwk::FormMgrService

Completed in 6 milliseconds