Searched refs:OperateComponent (Results 1 – 6 of 6) sorted by relevance
64 bool InspectorClient::OperateComponent(const std::string &attrsJson) in OperateComponent() function in OHOS::Ace::Framework::InspectorClient
44 bool OperateComponent(const std::string &attrsJson);
47 bool OperateComponent(const std::string& attrsJson);
102 return jsInspectorManager->OperateComponent(attrsJson); in InitializeCallback()208 bool JsInspectorManager::OperateComponent(const std::string& jsCode) in OperateComponent() function in OHOS::Ace::Framework::JsInspectorManager
92 bool OperateComponent(const std::string& attrsJson);
595 bool AceAbility::OperateComponent(const std::string& attrsJson) in OperateComponent() function in OHOS::Ace::Platform::AceAbility617 … bool result = OHOS::Ace::Framework::InspectorClient::GetInstance().OperateComponent(attrsJson); in OperateComponent()