CN105472462A - Television function processing method and system - Google Patents

Television function processing method and system Download PDF

Info

Publication number
CN105472462A
CN105472462A CN201510779636.5A CN201510779636A CN105472462A CN 105472462 A CN105472462 A CN 105472462A CN 201510779636 A CN201510779636 A CN 201510779636A CN 105472462 A CN105472462 A CN 105472462A
Authority
CN
China
Prior art keywords
function
character string
command
interface
agreement character
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510779636.5A
Other languages
Chinese (zh)
Inventor
孙声鹏
张进强
李新乐
麻博
黄瀚海
彭海泉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TCL King Electrical Appliances Huizhou Co Ltd
Original Assignee
TCL King Electrical Appliances Huizhou Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by TCL King Electrical Appliances Huizhou Co Ltd filed Critical TCL King Electrical Appliances Huizhou Co Ltd
Priority to CN201510779636.5A priority Critical patent/CN105472462A/en
Publication of CN105472462A publication Critical patent/CN105472462A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
    • H04N21/4431OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB characterized by the use of Application Program Interface [API] libraries
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/81Monomedia components thereof
    • H04N21/8166Monomedia components thereof involving executable data, e.g. software

Abstract

The invention discloses a television function processing method. The method comprises the steps of: receiving a remote control instruction, and generating a function instruction according to the remote control instruction; according to the function instruction, searching a calling interface protocol table for a function interface corresponding to the function instruction, wherein the calling interface protocol table is a protocol table generated by standard function interfaces; according to the found function interface, converting the function instruction into protocol strings of a preset format; and according to the protocol strings, calling corresponding functions, and carrying out corresponding operation. The invention further discloses a television function processing system. According to the invention, application software is totally independent of the system, and technical personnel can conveniently carry out development and maintenance.

Description

TV functions processing method and system
Technical field
The present invention relates to TV domain, particularly relate to a kind of TV functions processing method and system.
Background technology
Along with the development in market, intelligent television is with its powerful function and abundant content, and be more and more subject to liking of user, intelligent television industry goes from strength to strength, and market product updates further rapid.
But for intelligent television developer, the function will developing a brand-new intelligent television is not in the short period of time really an easy thing, demand just in order to cater to market, provides for simple replacement of existing outward appearance, homepage, application, forms the vision difference of client.But for completing the function of intelligent television of a brand-new scheme, need the time of exploitation long.
Summary of the invention
Main purpose of the present invention is to propose a kind of TV functions processing method and system, is intended to the development time reducing TV functions.
For achieving the above object, a kind of TV functions processing method provided by the invention, said method comprising the steps of:
Receive remote control command, and produce function command according to described remote control command;
In calling interface protocol tables, search the function interface corresponding with described function command according to described function command, wherein said calling interface protocol tables is the protocol tables generated by normalized function interface;
According to the function interface found, described function command is converted to the agreement character string of preset format;
And
Call corresponding function according to described agreement character string, perform corresponding operation.
Preferably, the described function calling correspondence according to described agreement character string, the step performing corresponding operation comprises:
Resolve described agreement character string and obtain function information;
Find corresponding function plug-in unit according to described function information, and call according to described agreement character string the operation that described function plug-in unit performs correspondence.
Preferably, described in calling interface protocol tables, search the step of the function interface corresponding with described function command according to described function command after also comprise:
When not finding the function interface corresponding with described function command in described calling interface protocol tables, display reminding interface.
Preferably, the agreement character string of described preset format comprises protocol header, function return value type, plug-in unit name, function name, parameter type and parameter value.
Preferably, described reception remote control command, and also comprised produce the step of function command according to described remote control command before:
When described television startup, start and register Binder service, described Binder service is for transmitting described agreement character string.
In addition, for achieving the above object, the present invention also provides a kind of TV functions treatment system, and described system comprises:
Receiver module, for receiving remote control command, and produces function command according to described remote control command;
Search module, for searching the function interface corresponding with described function command in calling interface protocol tables, wherein said calling interface protocol tables is the protocol tables generated by normalized function interface;
Modular converter, for converting the agreement character string of preset format to by described function command according to the function interface found;
Processing module, for calling corresponding function according to described agreement character string, performs corresponding operation.
Preferably, described processing module comprises:
Resolution unit, obtains function information for resolving described agreement character string;
Call unit, for finding corresponding function plug-in unit according to described function information, and calls according to described agreement character string the operation that described function plug-in unit performs correspondence.
Preferably, described system also comprises:
Display module, during for not finding the function interface corresponding with described function command in described calling interface protocol tables, display reminding interface.
Preferably, the agreement character string of described preset format comprises protocol header, function return value type, plug-in unit name, function name, parameter type and parameter value.
Preferably, described system also comprises:
Registering modules, for when described television startup, start and register Binder service, described Binder service is for transmitting described agreement character string.
The present invention by receiving remote control command, and produces function command according to described remote control command; In described calling interface protocol tables, search the function interface corresponding with described function command according to described function command, wherein said calling interface protocol tables is the protocol tables generated by normalized function interface; According to the function interface found, described function command is converted to the agreement character string of preset format; Call corresponding function according to described agreement character string, perform corresponding operation.By the way, the present invention by AIDL service module specification calling interface generate calling interface protocol tables, can by application software and system completely independent; During the function command that TV functions software produces, just can be performed during corresponding with the described function command function interface only found in described calling interface protocol tables, the operation of the program that can prevent television system from not approving; The function command produced by specifically circulating and processing, just need can call corresponding function interface, can reduce developer and develop the time of function performance the same with television system in TV functions software and the BUG quantity of appearance on stream; When needs are safeguarded, only need sub-module or a point function to safeguard, technical staff can be facilitated to safeguard.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of TV functions processing method first embodiment of the present invention;
Fig. 2 calls corresponding function according to described agreement character string in the embodiment of the present invention, performs a kind of schematic flow sheet of corresponding operation;
Fig. 3 is the high-level schematic functional block diagram of TV functions treatment system first embodiment of the present invention;
Fig. 4 is the refinement high-level schematic functional block diagram of processing module in the embodiment of the present invention.
The realization of the object of the invention, functional characteristics and advantage will in conjunction with the embodiments, are described further with reference to accompanying drawing.
Embodiment
Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
The invention provides a kind of TV functions processing method.
With reference to the schematic flow sheet that Fig. 1, Fig. 1 are TV functions processing method first embodiment of the present invention.
In the present embodiment, this TV functions processing method comprises:
Step S10, receives remote control command, and produces function command according to described remote control command;
The present invention is mainly used in television system, be android system is example in the present embodiment with television system, is described.Also can be applied in other system according to core concept of the present invention in concrete enforcement.The present invention is mainly suitable for the exploitation with common function in television system.
Wherein, the calling interface of function in the first specification television system of the present invention, and generate corresponding calling interface protocol tables, by the application layer at TV functions application software place and television system completely independent.Particularly, the present invention is by the calling interface of function in AIDL (AndroidInterfaceDefinitionLanguage) service module specification television system.
User can produce remote control command by TV remote controller or other equipment, TV is when receiving described remote control command, the control or the application software that are arranged on correspondence on described TV produce corresponding function command according to described remote control command, then enter step S20.
Step S20, searches the function interface corresponding with described function command according to described function command in calling interface protocol tables;
According to the function command that step S10 obtains, in the calling interface protocol tables generated in advance, search the function interface corresponding with described function command.In the present embodiment the described function command that step S10 obtains is sent to described AIDL service module, described AIDL service module is when receiving described function command, the function interface corresponding with described function command is searched in described calling interface protocol tables, particularly, in AIDL service module, AIDLClient receives described function command; In AIDL service module, AIDLServer receives described function command according to AIDLClient and search the function interface corresponding with described function command in described calling interface protocol tables.In described calling interface protocol tables, search the function interface corresponding with described function command be also equivalent to verify function application software.When finding the function interface corresponding with described function command in described calling interface protocol tables, enter step S30.
When described AIDL service module does not find the function interface corresponding with described function command in described calling interface protocol tables, display reminding interface.
In concrete enforcement, if described AIDL service module does not find the function interface corresponding with described function command in described calling interface protocol tables, then can display reminding, such as None-identified this time operation, can not certainly display reminding.
Step S30, converts the agreement character string of preset format to by described function command according to the function interface found;
When finding the function interface corresponding with described function command in described calling interface protocol tables, according to the function interface found, described function command is converted to the agreement character string of preset format.Described function command is converted to the agreement character string of preset format by the function interface that in the present embodiment, Java local interface communication module JNI (JavaNativeInterfaceCommunication) communication module finds according to described AIDL service module, the agreement character string of preset format comprises protocol header, function return value type, plug-in unit name, function name, parameter type and parameter value, particularly, in this enforcement embodiment, the structure of this agreement character string is: protocol header { function return value type ^ plug-in unit name _ function name (parameter type ^ parameter value, parameter type ^ parameter value, ), such as perform add function in plug-in unit test at needs, when computing 3 adds the function command of 5, described function command is converted to " ACF{int^test_api_add (int^3 by JNI communication module, int^5) agreement character string } ".
Further, in the present embodiment for making Binder service normally to run, in the present embodiment when described television startup starts, starting described Binder and serve, and register described Binder and serve, described Binder serves for transmitting described agreement character string.In start running, can not need to carry out repeated registration.In start running, when needing to open described Binder service, described Binder can certainly be opened and serves.
In the present embodiment, described agreement character string is passed to control module by Binder service module, particularly, in the present embodiment, described agreement character string is transferred to the BinderClient in Binder service module, then the BinderServer in Binder service module is transferred to, transfer to control module again, enter step S30.
Step S40, calls corresponding function according to described agreement character string, performs corresponding operation.
Call corresponding function according to the described agreement character string obtained in step S30, perform corresponding operation, particularly, in the present embodiment, control module calls corresponding function according to the described agreement character string obtained in step S30, performs corresponding operation.Such as control module can resolve described agreement character string, obtains the type function needing to call, the CWinInetConnection type called as required, finds the function needing to call, performs corresponding operation.
The present invention by receiving remote control command, and produces function command according to described remote control command; In described calling interface protocol tables, search the function interface corresponding with described function command according to described function command, wherein said calling interface protocol tables is the protocol tables generated by normalized function interface; According to the function interface found, described function command is converted to the agreement character string of preset format; Call corresponding function according to described agreement character string, perform corresponding operation.By the way, the present invention by AIDL service module specification calling interface generate calling interface protocol tables, can by application software and system completely independent; During the function command that TV functions software produces, just can be performed during corresponding with the described function command function interface only found in described calling interface protocol tables, the operation of the program that can prevent television system from not approving; The function command produced by specifically circulating and processing, just need can call corresponding function interface, can reduce developer and develop the time of function performance the same with television system in TV functions software and the BUG quantity of appearance on stream; When needs are safeguarded, only need sub-module or a point function to safeguard, technical staff can be facilitated to safeguard.
It is a kind of schematic flow sheet of the function calling correspondence in the embodiment of the present invention according to described agreement character string, the operation that execution is corresponding with reference to Fig. 2, Fig. 2.
Based on TV functions processing method first embodiment of the present invention, step S40 can comprise:
Step S41, resolves described agreement character string and obtains function information;
Because the content of every platform TV registration is different, demand is different, and functional realiey process also may be different, normally can use the invention process for convenience of every platform TV, in the present embodiment using each function as plug-in unit, install in the system, when certain plug-in unit newly-increased, newly-increased plug-in unit need be installed to assigned catalogue, newly-increased plug-in unit is when installation, automatically register in the system of described TV, register in described control module in the present embodiment, make TV functions software can call its function.
In the present embodiment when described control module receives described agreement character string, described agreement character string is resolved, obtain the function information that function corresponding to described agreement character string needs to call, then enter step S42.
Step S42, finds corresponding function plug-in unit according to described function information, and calls according to described agreement character string the operation that described function plug-in unit performs correspondence.
Search in the function plug-in unit of registration according to resolving the described function information obtained, find corresponding function plug-in unit, call described function plug-in unit, perform corresponding operation, such as according to " ACF{int^test_api_add (int^3, int^5) agreement character string } " and the plug-in unit finding api_add, call add function plug-in unit, and import two int shape parameters 3 and 5 into, add function plug-in unit carries out calculating obtaining value 8 according to the parameter imported into, and upwards return and pass to TV functions application software, certainly when calling its function, may not need upwards to return, such as going down, described TV is made to perform corresponding operation.Multiple function can be called in concrete enforcement according to actual needs and carry out computing simultaneously.Also feature card can be made by other basic function of specification in more enforcement, carry out similar process, if described function command is indication TV perform corresponding operation, then when processing, acquisition result is sent to television system bottom, performs corresponding operation.
Technical staff is when developing each TV functions, and the logic that technical staff only need complete each function is called, and just can compile and be packaged as function or feature card.
Each function performance specification is independent plug-in unit by the present invention, and when function performance safeguarded by needs, technical staff only can need safeguard function plug-in unit, facilitates technical staff to develop and safeguards; Plug-in unit has independence, and each plug-in unit goes wrong can not affect other pin functions; The file that each plug-in unit generates is little, is easy to upgrading.
The present invention further provides a kind of TV functions treatment system.
With reference to the high-level schematic functional block diagram that Fig. 3, Fig. 3 are TV functions treatment system first embodiment of the present invention.
In the present embodiment, this TV functions treatment system comprises:
Receiver module 10, for receiving remote control command, and produces function command according to described remote control command.
The present invention is mainly used in television system, be android system is example in the present embodiment with television system, is described.Also can be applied in other system according to core concept of the present invention in concrete enforcement.The present invention is mainly suitable for the exploitation with common function in television system.
Wherein, the calling interface of function in the first specification television system of the present invention, and generate corresponding calling interface protocol tables, by the application layer at TV functions application software place and television system completely independent.Particularly, the present invention is by the calling interface of function in AIDL (AndroidInterfaceDefinitionLanguage) service module specification television system.
User can produce remote control command by TV remote controller or other equipment, and TV is when receiving described remote control command, and the control or the application software that are arranged on correspondence on described TV produce corresponding function command according to described remote control command.
Search module 20, for searching the function interface corresponding with described function command in calling interface protocol tables, wherein said calling interface protocol tables is the protocol tables generated by normalized function interface.
According to the function command that receiver module 10 obtains, in the calling interface protocol tables generated in advance, search the function interface corresponding with described function command.In the present embodiment the described function command that receiver module 10 obtains is sent to described AIDL service module, described AIDL service module is when receiving described function command, the function interface corresponding with described function command is searched in described calling interface protocol tables, particularly, in AIDL service module, AIDLClient receives described function command; In AIDL service module, AIDLServer receives described function command according to AIDLClient and search the function interface corresponding with described function command in described calling interface protocol tables.In described calling interface protocol tables, search the function interface corresponding with described function command be also equivalent to verify function application software.
Further, described system also comprises display module (not shown), for when described AIDL service module does not find the function interface corresponding with described function command in described calling interface protocol tables, and display reminding interface.
In concrete enforcement, if described AIDL service module does not find the function interface corresponding with described function command in described calling interface protocol tables, then can display reminding, such as None-identified this time operation, can not certainly display reminding.
Modular converter 30, for converting the agreement character string of preset format to by described function command according to the function interface found.
When finding the function interface corresponding with described function command in described calling interface protocol tables, according to the function interface found, described function command is converted to the agreement character string of preset format.Described function command is converted to the agreement character string of preset format by the function interface that in the present embodiment, Java local interface communication module JNI (JavaNativeInterfaceCommunication) communication module finds according to described AIDL service module, the agreement character string of preset format comprises protocol header, function return value type, plug-in unit name, function name, parameter type and parameter value, particularly, in this enforcement embodiment, the structure of this agreement character string is: protocol header { function return value type ^ plug-in unit name _ function name (parameter type ^ parameter value, parameter type ^ parameter value, ), such as perform add function in plug-in unit test at needs, when computing 3 adds the function command of 5, described function command is converted to " ACF{int^test_api_add (int^3 by JNI communication module, int^5) agreement character string } ".
Further, in the present embodiment for making Binder service normally to run, system described in the present embodiment also comprises Registering modules (not shown), for when described television startup starts, start described Binder to serve, and register described Binder and serve, described Binder service is for transmitting described agreement character string.In start running, can not need to carry out repeated registration.In start running, when needing to open described Binder service, described Binder can certainly be opened and serves.
In the present embodiment, described agreement character string is passed to control module by Binder service module, particularly, in the present embodiment, described agreement character string is transferred to the BinderClient in Binder service module, then transfer to the BinderServer in Binder service module, then transfer to control module.
Processing module 40, for calling corresponding function according to described agreement character string, performs corresponding operation.
Call corresponding function according to the described agreement character string that modular converter 30 obtains, perform corresponding operation, particularly, in the present embodiment, control module calls corresponding function according to the described agreement character string that modular converter 30 obtains, and performs corresponding operation.Such as control module can resolve described agreement character string, obtains the type function needing to call, the CWinInetConnection type called as required, finds the function needing to call, performs corresponding operation.
The present invention by receiving remote control command, and produces function command according to described remote control command; In described calling interface protocol tables, search the function interface corresponding with described function command according to described function command, wherein said calling interface protocol tables is the protocol tables generated by normalized function interface; According to the function interface found, described function command is converted to the agreement character string of preset format; Call corresponding function according to described agreement character string, perform corresponding operation.By the way, the present invention by AIDL service module specification calling interface generate calling interface protocol tables, can by application software and system completely independent; During the function command that TV functions software produces, just can be performed during corresponding with the described function command function interface only found in described calling interface protocol tables, the operation of the program that can prevent television system from not approving; The function command produced by specifically circulating and processing, just need can call corresponding function interface, can reduce developer and develop the time of function performance the same with television system in TV functions software and the BUG quantity of appearance on stream; When needs are safeguarded, only need sub-module or a point function to safeguard, technical staff can be facilitated to safeguard.
Consult Fig. 4, Fig. 4 is the refinement high-level schematic functional block diagram of processing module in the embodiment of the present invention.
Based on TV functions treatment system first embodiment of the present invention, processing module 40 can comprise:
Resolution unit 41, obtains function information for resolving described agreement character string.
Because the content of every platform TV registration is different, demand is different, and functional realiey process also may be different, normally can use the invention process for convenience of every platform TV, in the present embodiment using each function as plug-in unit, install in the system, when certain plug-in unit newly-increased, newly-increased plug-in unit need be installed to assigned catalogue, newly-increased plug-in unit is when installation, automatically register in the system of described TV, register in described control module in the present embodiment, make TV functions software can call its function.
In the present embodiment when described control module receives described agreement character string, described agreement character string is resolved, obtain the function information that function corresponding to described agreement character string needs to call.
Call unit 42, for finding corresponding function plug-in unit according to described function information, and calls according to described agreement character string the operation that described function plug-in unit performs correspondence.
Search in the function plug-in unit of registration according to resolving the described function information obtained, find corresponding function plug-in unit, call described function plug-in unit, perform corresponding operation, such as according to " ACF{int^test_api_add (int^3, int^5) agreement character string } " and the plug-in unit finding api_add, call add function plug-in unit, and import two int shape parameters 3 and 5 into, add function plug-in unit carries out calculating obtaining value 8 according to the parameter imported into, and upwards return and pass to TV functions application software, certainly when calling its function, may not need upwards to return, such as going down, described TV is made to perform corresponding operation.Multiple function can be called in concrete enforcement according to actual needs and carry out computing simultaneously.Also can make feature card by other basic function of specification in concrete enforcement, carry out similar process, if described function command is indication TV perform corresponding operation, then, when processing, acquisitions result be sent to television system bottom, performing the operation of correspondence.
Technical staff is when developing each TV functions, and the logic that technical staff only need complete each function is called, and just can compile and be packaged as function or feature card.
Each function performance specification is independent plug-in unit by the present invention, and when function performance safeguarded by needs, technical staff only can need safeguard function plug-in unit, facilitates technical staff to develop and safeguards; Plug-in unit has independence, and each plug-in unit goes wrong can not affect other pin functions; The file that each plug-in unit generates is little, is easy to upgrading.
These are only the preferred embodiments of the present invention; not thereby the scope of the claims of the present invention is limited; every utilize specification of the present invention and accompanying drawing content to do equivalent structure or equivalent flow process conversion; or be directly or indirectly used in other relevant technical fields, be all in like manner included in scope of patent protection of the present invention.

Claims (10)

1. a TV functions processing method, is characterized in that, said method comprising the steps of:
Receive remote control command, and produce function command according to described remote control command;
In calling interface protocol tables, search the function interface corresponding with described function command according to described function command, wherein said calling interface protocol tables is the protocol tables generated by normalized function interface;
According to the function interface found, described function command is converted to the agreement character string of preset format; And
Call corresponding function according to described agreement character string, perform corresponding operation.
2. the method for claim 1, is characterized in that, the described function calling correspondence according to described agreement character string, and the step performing corresponding operation comprises:
Resolve described agreement character string and obtain function information;
Find corresponding function plug-in unit according to described function information, and call according to described agreement character string the operation that described function plug-in unit performs correspondence.
3. the method for claim 1, is characterized in that, described in calling interface protocol tables, search the step of the function interface corresponding with described function command according to described function command after also comprise:
When not finding the function interface corresponding with described function command in described calling interface protocol tables, display reminding interface.
4. the method for claim 1, is characterized in that, the agreement character string of described preset format comprises protocol header, function return value type, plug-in unit name, function name, parameter type and parameter value.
5. the method for claim 1, is characterized in that, described reception remote control command, and also comprises produce the step of function command according to described remote control command before:
When described television startup, start and register Binder service, described Binder service is for transmitting described agreement character string.
6. a TV functions treatment system, is characterized in that, described system comprises:
Receiver module, for receiving remote control command, and produces function command according to described remote control command;
Search module, for searching the function interface corresponding with described function command in calling interface protocol tables, wherein said calling interface protocol tables is the protocol tables generated by normalized function interface;
Modular converter, for converting the agreement character string of preset format to by described function command according to the function interface found;
Processing module, for calling corresponding function according to described agreement character string, performs corresponding operation.
7. system as claimed in claim 6, it is characterized in that, described processing module comprises:
Resolution unit, obtains function information for resolving described agreement character string;
Call unit, for finding corresponding function plug-in unit according to described function information, and calls according to described agreement character string the operation that described function plug-in unit performs correspondence.
8. system as claimed in claim 6, it is characterized in that, described system also comprises:
Display module, during for not finding the function interface corresponding with described function command in described calling interface protocol tables, display reminding interface.
9. system as claimed in claim 6, it is characterized in that, the agreement character string of described preset format comprises protocol header, function return value type, plug-in unit name, function name, parameter type and parameter value.
10. system as claimed in claim 6, it is characterized in that, described system also comprises:
Registering modules, for when described television startup, start and register Binder service, described Binder service is for transmitting described agreement character string.
CN201510779636.5A 2015-11-12 2015-11-12 Television function processing method and system Pending CN105472462A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510779636.5A CN105472462A (en) 2015-11-12 2015-11-12 Television function processing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510779636.5A CN105472462A (en) 2015-11-12 2015-11-12 Television function processing method and system

Publications (1)

Publication Number Publication Date
CN105472462A true CN105472462A (en) 2016-04-06

Family

ID=55609673

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510779636.5A Pending CN105472462A (en) 2015-11-12 2015-11-12 Television function processing method and system

Country Status (1)

Country Link
CN (1) CN105472462A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105846863A (en) * 2016-05-31 2016-08-10 青岛海信电器股份有限公司 Bluetooth based operation method and device
CN107301765A (en) * 2016-04-15 2017-10-27 零度智控(北京)智能科技有限公司 Remote control thereof, device and terminal
CN112559083A (en) * 2020-12-24 2021-03-26 成都新希望金融信息有限公司 Function plug-in execution method and device, electronic equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101242526A (en) * 2007-12-18 2008-08-13 康佳集团股份有限公司 A management system and method for multimedia stream protocol
CN102298833A (en) * 2011-09-14 2011-12-28 中兴通讯股份有限公司 Remote controller
CN102946557A (en) * 2012-11-21 2013-02-27 烽火通信科技股份有限公司 Implementation system and implementation method for controlling android system set-top box by using controller
CN103152641A (en) * 2011-12-07 2013-06-12 深圳市快播科技有限公司 Method and system for manipulating set top box through webpage interface
CN103488478A (en) * 2013-09-03 2014-01-01 厦门雅迅网络股份有限公司 Device management framework based on android platform
CN103686369A (en) * 2013-12-26 2014-03-26 Tcl集团股份有限公司 Android platform based television signal source switching method and device
US20140250477A1 (en) * 2013-03-04 2014-09-04 Snu R&Db Foundation Digital display device and method for controlling the same
CN104618437A (en) * 2014-12-31 2015-05-13 成都卓影科技有限公司 Adaptation method for android terminal device system setting interface

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101242526A (en) * 2007-12-18 2008-08-13 康佳集团股份有限公司 A management system and method for multimedia stream protocol
CN102298833A (en) * 2011-09-14 2011-12-28 中兴通讯股份有限公司 Remote controller
CN103152641A (en) * 2011-12-07 2013-06-12 深圳市快播科技有限公司 Method and system for manipulating set top box through webpage interface
CN102946557A (en) * 2012-11-21 2013-02-27 烽火通信科技股份有限公司 Implementation system and implementation method for controlling android system set-top box by using controller
US20140250477A1 (en) * 2013-03-04 2014-09-04 Snu R&Db Foundation Digital display device and method for controlling the same
CN103488478A (en) * 2013-09-03 2014-01-01 厦门雅迅网络股份有限公司 Device management framework based on android platform
CN103686369A (en) * 2013-12-26 2014-03-26 Tcl集团股份有限公司 Android platform based television signal source switching method and device
CN104618437A (en) * 2014-12-31 2015-05-13 成都卓影科技有限公司 Adaptation method for android terminal device system setting interface

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107301765A (en) * 2016-04-15 2017-10-27 零度智控(北京)智能科技有限公司 Remote control thereof, device and terminal
CN105846863A (en) * 2016-05-31 2016-08-10 青岛海信电器股份有限公司 Bluetooth based operation method and device
CN105846863B (en) * 2016-05-31 2019-07-05 青岛海信电器股份有限公司 A kind of operating method and equipment based on bluetooth
CN112559083A (en) * 2020-12-24 2021-03-26 成都新希望金融信息有限公司 Function plug-in execution method and device, electronic equipment and storage medium
CN112559083B (en) * 2020-12-24 2023-08-04 成都新希望金融信息有限公司 Function plug-in execution method, device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN103716308A (en) Multiprotocol platform communication method and multiprotocol platform
US20130227014A1 (en) Data sharing system and method
CN105204871B (en) A kind of plug-in type development approach and device
US8135732B2 (en) System and method for providing network-based services to users with high availability
CN105610819B (en) The method and apparatus of the query service of server info are provided
CN108776592B (en) Page construction method, device, equipment and storage medium
CN105472462A (en) Television function processing method and system
CN107342910A (en) Simulate automated testing method and instrument that multi-user carries out network access
CN106020916A (en) Method for updating application, terminal equipment and server
CN103885873A (en) Automated integration testing method
CN106888272A (en) The client message method for refreshing of platform is pushed based on third party
EP2823411A1 (en) A method and system of application development for multiple device client platforms
CN105630563A (en) Dynamic model configuration method of relay protection device specification based on XML (Extensible Markup Language)
CN108804082A (en) A kind of implementation method of plug-in unit JSBridge
US20090319985A1 (en) Method, system and apparatus for acquiring interface
CN103246709A (en) Webpage data capture method
CN110780915B (en) Data processing method, device and storage medium
CN104899428A (en) Online hospital platform, expert platform and expert consultation request method
CN105005678B (en) The method and apparatus of Resource Exchange platform acquisition Role Information
CN103677854A (en) Design method and design system of OSGI (Open Service Gateway Initiative)-WEB framework applicable to cloud computing environment
CN106250112A (en) A kind of auxiliary system for developing software, method and software development system
CN103198250A (en) Method for auditing applications of intelligent television
CN101714995A (en) Method for completely testing iSCSI target and generating report
CN111488286B (en) Method and device for independently developing Android modules
CN111158794B (en) OpenStack-oriented API (application program interface) combination optimization method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160406