Home
last modified time | relevance | path

Searched refs:configureBackend (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/
H A Dindex.ts18 PersistenceV2Impl.configureBackend(new Storage());
20 PersistentStorage.configureBackend(new Storage());
22 Environment.configureBackend(new EnvironmentSetting());
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/common/
H A Denvironment_test.ts28 Environment.configureBackend(mockEnv);
H A Dpersistent_storage_test.ts18 PersistentStorage.configureBackend(ms);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/
H A Denvironment.ts38 public static configureBackend(envBackend: IEnvironmentBackend): void {
H A Dpersistent_storage.ts173 public static configureBackend(storage: IStorage): void {
H A Dv2_persistence.ts243 public static configureBackend(storage: IStorage): void {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js1654 static configureBackend(storage) { method in PersistentStorage
1947 static configureBackend(envBackend) { method in Environment
10887 static configureBackend(storage) { method in PersistenceV2Impl
11231 PersistenceV2Impl.configureBackend(new Storage());
11232 PersistentStorage.configureBackend(new Storage());
11233 Environment.configureBackend(new EnvironmentSetting());