Home
last modified time | relevance | path

Searched refs:mockJsonInfo (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.h74 void SetMockModuleList(const std::map<std::string, std::string>& mockJsonInfo);
H A Dace_container.h294 void SetMockModuleList(const std::map<std::string, std::string>& mockJsonInfo) in SetMockModuleList() argument
296 mockJsonInfo_ = mockJsonInfo; in SetMockModuleList()
H A Dace_ability.cpp265 void AceAbility::SetMockModuleList(const std::map<std::string, std::string>& mockJsonInfo) in SetMockModuleList() argument
271 container->SetMockModuleList(mockJsonInfo); in SetMockModuleList()
H A Dace_container.cpp276 [weak, instanceId = instanceId_, mockJsonInfo = mockJsonInfo_]() { in SetMockModuleListToJsEngine()
280 jsEngine->SetMockModuleList(mockJsonInfo); in SetMockModuleListToJsEngine()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h450 void SetMockModuleList(const std::map<std::string, std::string>& mockJsonInfo);
H A Djsi_declarative_engine.cpp2076 void JsiDeclarativeEngine::SetMockModuleList(const std::map<std::string, std::string>& mockJsonInfo) in SetMockModuleList() argument
2082 panda::JSNApi::SetMockModuleList(vm, mockJsonInfo); in SetMockModuleList()

Completed in 11 milliseconds