Home
last modified time | relevance | path

Searched refs:PATH_NAME (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp36 const std::string PATH_NAME = "path"; member
195 if (jsonUriObject.contains(PATH_NAME) && jsonUriObject.at(PATH_NAME).is_string()) { in LoadReservedUrilItem()
196 std::string pathName = jsonUriObject.at(PATH_NAME).get<std::string>(); in LoadReservedUrilItem()
197 reserveUri.path = PATH_NAME; in LoadReservedUrilItem()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_bigint_test.cpp44 static constexpr const char* PATH_NAME = "/data/test/bigint_test.db"; member in Test::RdbBigIntTest
57 RdbStoreConfig config(PATH_NAME); in SetUpTestCase()
59 RdbHelper::DeleteRdbStore(PATH_NAME); in SetUpTestCase()
67 RdbHelper::DeleteRdbStore(PATH_NAME); in TearDownTestCase()
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H A Ddeeplinkreserveconfig_fuzzer.cpp49 const std::string PATH_NAME = "path"; member
97 jsonUriObject["PATH_NAME"] = PATH_NAME; in DoSomethingInterestingWithMyAPI()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrawable_descriptor_test.cpp36 const std::string PATH_NAME = ""; member
150 EXPECT_EQ(str, PATH_NAME); in HWTEST_F()

Completed in 4 milliseconds