Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Dinspector_client.cpp46 bool InspectorClient::AssembleJSONTreeStr(std::string& jsonTreeStr) in AssembleJSONTreeStr()
55 bool InspectorClient::AssembleDefaultJSONTreeStr(std::string &jsonTreeStr) in AssembleDefaultJSONTreeStr()
H A Djs_inspector_manager.cpp79 auto assembleJSONTreeCallback = [weak = WeakClaim(this)](std::string& jsonTreeStr) { in InitializeCallback()
88 auto assembleDefaultJSONTreeCallback = [weak = WeakClaim(this)](std::string& jsonTreeStr) { in InitializeCallback()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/connect_server_manager_test/
H A Dconnect_server_manager_test.cpp151 const std::string jsonTreeStr = "jsonTreeStr"; variable
213 const std::string jsonTreeStr = "jsonTreeStr"; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Dace_tv_test.cpp110 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
H A Dace_wearable_test.cpp108 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
H A Dace_car_test.cpp132 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
H A Dace_tablet_test.cpp134 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
H A Dace_card_test.cpp135 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
H A Dace_phone_test.cpp134 std::string jsonTreeStr = ability->GetJSONTree(); in main() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp234 void ConnectServerManager::SendInspector(const std::string& jsonTreeStr, const std::string& jsonSna… in SendInspector()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp367 void ConnectServerManager::SendInspector(const std::string& jsonTreeStr, const std::string& jsonSna… in SendInspector()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp568 std::string jsonTreeStr; in GetJSONTree() local