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/ability/ability_runtime/test/unittest/connect_server_manager_test/
Dconnect_server_manager_test.cpp150 const std::string jsonTreeStr = "jsonTreeStr"; variable
209 const std::string jsonTreeStr = "jsonTreeStr"; variable
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
Dace_tv_test.cpp103 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
Dace_wearable_test.cpp102 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
Dace_car_test.cpp125 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
Dace_tablet_test.cpp127 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
Dace_phone_test.cpp127 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
Dace_card_test.cpp129 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dconnect_server_manager.cpp210 void ConnectServerManager::SendInspector(const std::string& jsonTreeStr, const std::string& jsonSna… in SendInspector()
/foundation/arkui/ace_engine/frameworks/core/common/
Dconnect_server_manager.cpp224 void ConnectServerManager::SendInspector(const std::string& jsonTreeStr, const std::string& jsonSna… in SendInspector()
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dace_ability.cpp437 std::string jsonTreeStr; in GetJSONTree() local