Searched refs:ParseOption (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test.cpp | 536 * @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 D | form_mgr_service.h | 685 bool ParseOption(const std::vector<std::u16string> &args, DumpKey &key, std::string &value, std::string &result);
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 1227 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