Home
last modified time | relevance | path

Searched defs:jsonTreeStr (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/inspector/
Dinspector_client.cpp46 bool InspectorClient::AssembleJSONTreeStr(std::string& jsonTreeStr) in AssembleJSONTreeStr()
55 bool InspectorClient::AssembleDefaultJSONTreeStr(std::string &jsonTreeStr) in AssembleDefaultJSONTreeStr()
Djs_inspector_manager.cpp75 auto assembleJSONTreeCallback = [weak = WeakClaim(this)](std::string& jsonTreeStr) { in InitializeCallback()
84 auto assembleDefaultJSONTreeCallback = [weak = WeakClaim(this)](std::string& jsonTreeStr) { in InitializeCallback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/render/
Dmock_connect_server_manager.cpp41 void ConnectServerManager::SendInspector(const std::string& jsonTreeStr, const std::string& jsonSna… in SendInspector()
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
Dace_tv_test.cpp80 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
Dace_wearable_test.cpp80 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
Dace_car_test.cpp102 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
Dace_tablet_test.cpp105 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
Dace_phone_test.cpp111 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
Dace_card_test.cpp106 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dconnect_server_manager.cpp203 void ConnectServerManager::SendInspector(const std::string& jsonTreeStr, const std::string& jsonSna… in SendInspector()
/foundation/arkui/ace_engine/frameworks/core/common/
Dconnect_server_manager.cpp180 void ConnectServerManager::SendInspector(const std::string& jsonTreeStr, const std::string& jsonSna… in SendInspector()
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dace_ability.cpp597 std::string jsonTreeStr; in GetJSONTree() local