Home
last modified time | relevance | path

Searched refs:OperateComponent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Dinspector_client.cpp64 bool InspectorClient::OperateComponent(const std::string &attrsJson) in OperateComponent() function in OHOS::Ace::Framework::InspectorClient
H A Dinspector_client.h44 bool OperateComponent(const std::string &attrsJson);
H A Djs_inspector_manager.h47 bool OperateComponent(const std::string& attrsJson);
H A Djs_inspector_manager.cpp102 return jsInspectorManager->OperateComponent(attrsJson); in InitializeCallback()
208 bool JsInspectorManager::OperateComponent(const std::string& jsCode) in OperateComponent() function in OHOS::Ace::Framework::JsInspectorManager
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.h92 bool OperateComponent(const std::string& attrsJson);
H A Dace_ability.cpp595 bool AceAbility::OperateComponent(const std::string& attrsJson) in OperateComponent() function in OHOS::Ace::Platform::AceAbility
617 … bool result = OHOS::Ace::Framework::InspectorClient::GetInstance().OperateComponent(attrsJson); in OperateComponent()