Home
last modified time | relevance | path

Searched defs:systemResourcesPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Dace_car_test.cpp45 const std::string systemResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/SystemResources"; variable
52 const std::string systemResourcesPath = "D:\\Workspace\\preview\\js\\SystemResources\\assets\\entry… variable
59 const std::string systemResourcesPath = "/home/ubuntu/demo/preview/js/SystemResources"; variable
H A Dace_tablet_test.cpp45 const std::string systemResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/SystemResources"; variable
52 const std::string systemResourcesPath = "D:\\Workspace\\preview\\js\\SystemResources\\assets\\entry… variable
59 const std::string systemResourcesPath = "/home/ubuntu/demo/preview/js/SystemResources"; variable
H A Dace_card_test.cpp48 const std::string systemResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/SystemResources"; variable
55 const std::string systemResourcesPath = "D:\\Workspace\\preview\\js\\SystemResources\\assets\\entry… variable
62 const std::string systemResourcesPath = "/home/ubuntu/demo/preview/js/SystemResources"; variable
H A Dace_phone_test.cpp44 const std::string systemResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/SystemResources"; variable
52 const std::string systemResourcesPath = "D:\\Workspace\\preview\\js\\SystemResources\\assets\\entry… variable
60 const std::string systemResourcesPath = "/home/ubuntu/demo/preview/js/SystemResources"; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_run_args.h54 std::string systemResourcesPath; member
H A Dace_container.cpp727 …ontainer::SetResourcesPathAndThemeStyle(int32_t instanceId, const std::string& systemResourcesPath, in SetResourcesPathAndThemeStyle()