Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp156 auto sendTask = [treeJsonStr, jsonSnapshotStr = message->ToString(), container]() { in SupportInspector()
158 OHOS::AbilityRuntime::ConnectServerManager::Get().SendInspector(treeJsonStr, jsonSnapshotStr); in SupportInspector()
160 OHOS::Ace::ConnectServerManager::Get().SendInspector(treeJsonStr, jsonSnapshotStr); in SupportInspector()
250 auto sendResultTask = [treeJsonStr = std::move(treeJson), jsonSnapshotStr = message->ToString(), container]() { in CreateLayoutInfo()
252 OHOS::AbilityRuntime::ConnectServerManager::Get().SendInspector(treeJsonStr, jsonSnapshotStr); in CreateLayoutInfo()
254 OHOS::Ace::ConnectServerManager::Get().SendInspector(treeJsonStr, jsonSnapshotStr); in CreateLayoutInfo()
/foundation/ability/ability_runtime/test/unittest/connect_server_manager_test/
H A Dconnect_server_manager_test.cpp152 const std::string jsonSnapshotStr = "jsonSnapshotStr"; in HWTEST_F() local
155 connectServerManager.SendInspector(jsonTreeStr, jsonSnapshotStr); in HWTEST_F()
214 const std::string jsonSnapshotStr = "jsonSnapshotStr"; in HWTEST_F() local
215 connectServerManager.SendInspector(jsonTreeStr, jsonSnapshotStr); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp36 using StoreInspectorInfo = void (*)(const std::string& jsonTreeStr, const std::string& jsonSnapshotStr);
234 void ConnectServerManager::SendInspector(const std::string& jsonTreeStr, const std::string& jsonSnapshotStr) in SendInspector() argument
238 g_sendLayoutMessage(jsonSnapshotStr); in SendInspector()
239 g_storeInspectorInfo(jsonTreeStr, jsonSnapshotStr); in SendInspector()
H A Dconnect_server_manager.h36 void SendInspector(const std::string& jsonTreeStr, const std::string& jsonSnapshotStr);
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp359 void ConnectServerManager::SendInspector(const std::string& jsonTreeStr, const std::string& jsonSnapshotStr) in SendInspector() argument
369 sendLayoutMessage(jsonSnapshotStr); in SendInspector()
376 storeInspectorInfo(jsonTreeStr, jsonSnapshotStr); in SendInspector()
H A Dconnect_server_manager.h41 void SendInspector(const std::string& jsonTreeStr, const std::string& jsonSnapshotStr);

Completed in 4 milliseconds