Home
last modified time | relevance | path

Searched refs:deepLinkReserveConfig (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H A Ddeeplinkreserveconfig_fuzzer.cpp67 auto &deepLinkReserveConfig = DeepLinkReserveConfig::GetInstance(); in DoSomethingInterestingWithMyAPI() local
68 deepLinkReserveConfig.GetConfigPath(); in DoSomethingInterestingWithMyAPI()
69 deepLinkReserveConfig.LoadConfiguration(); in DoSomethingInterestingWithMyAPI()
72 deepLinkReserveConfig.isLinkReserved(linkString, bundleName); in DoSomethingInterestingWithMyAPI()
76 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI()
78 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI()
80 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI()
82 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI()
84 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI()
86 deepLinkReserveConfig in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/ability/ability_runtime/test/unittest/deeplink_reserve_config_test/
H A Ddeeplink_reserve_config_test.cpp48 * Feature: deepLinkReserveConfig
51 * FunctionPoints: deepLinkReserveConfig LoadConfiguration
53 * CaseDescription: Verify that the deepLinkReserveConfig LoadConfiguration is normal.
58 DeepLinkReserveConfig deepLinkReserveConfig; in HWTEST_F() local
59 EXPECT_EQ(deepLinkReserveConfig.LoadConfiguration(), false); in HWTEST_F()
64 * Feature: deepLinkReserveConfig
67 * FunctionPoints: deepLinkReserveConfig isLinkReserved
69 * CaseDescription: Verify that the deepLinkReserveConfig isLinkReserved is normal.
74 DeepLinkReserveConfig deepLinkReserveConfig; in HWTEST_F() local
96 deepLinkReserveConfig in HWTEST_F()
[all...]

Completed in 1 milliseconds