Home
last modified time | relevance | path

Searched refs:radio (Results 1 – 13 of 13) sorted by relevance

/base/telephony/core_service/services/etc/param/
Dtelephony.para.dac14 persist.telephony.="radio:radio:775"
15 telephony.="radio:radio:775"
16 const.telephony.="radio:radio:444"
/base/telephony/core_service/services/etc/init/
Dtelephony.cfg5 "mkdir /data/service/el1/public/telephony 0711 radio radio",
13 "uid" : "radio",
14 "gid" : ["radio", "shell"],
/base/telephony/state_registry/interfaces/kits/js/
D@ohos.telephony.observer.d.ts17 import radio from "./@ohos.telephony.radio";
31 type NetworkState = radio.NetworkState;
32 type SignalInformation = radio.SignalInformation;
36 type CellInformation = radio.CellInformation;
38 type RatType = radio.RadioTechnology;
/base/telephony/core_service/
DREADME.md30 …stration, network mode query, IMS network status reporting, radio service status query, radio serv…
70 …service module needs to provide APIs for related modules, including the SIM card and radio modules.
99 …oTechnology, csRadioTech: RadioTechnology}>): void; | Obtains the current radio access technology …
106 | function isRadioOn(callback: AsyncCallback\<boolean>): void; | Checks whether the radio service i…
107 …d: number, callback: AsyncCallback\<boolean>): void; | Checks whether the radio service is enabled…
108 | function turnOnRadio(callback: AsyncCallback\<void>): void; | Enables the radio service on the p…
109 | function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void; | Enables the radio s…
110 | function turnOffRadio(callback: AsyncCallback\<void>): void; | Disables the radio service on the …
111 | function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void; | Disables the radio
127 …https://gitee.com/openharmony/docs/blob/master/en/application-dev/reference/apis/js-apis-radio.md).
[all …]
DREADME_zh.md126 …ps://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-radio.md)。
143 import radio from "@ohos.telephony.radio";
149 radio.getNetworkState(slotId, (err, value) => {
160 let promise = radio.getNetworkState(slotId);
/base/powermgr/battery_statistics/frameworks/napi/src/
Dbattery_stats_module.cpp98 napi_value radio = nullptr; in CreateEnumStatsType() local
108 …napi_create_int32(env, (int32_t)BatteryStatsInfo::ConsumptionType::CONSUMPTION_TYPE_RADIO, &radio); in CreateEnumStatsType()
119 DECLARE_NAPI_STATIC_PROPERTY("CONSUMPTION_TYPE_RADIO", radio), in CreateEnumStatsType()
/base/telephony/core_service/frameworks/js/network_search/
DBUILD.gn16 ohos_shared_library("radio") {
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts27 declare namespace radio { namespace
3183 export default radio;
/base/startup/init/services/etc/
Dgroup4 radio:x:1001:
Dpasswd4 radio:x:1001:1001:::/bin/false
Dinit.cfg173 "chown root radio /proc/cmdline",
Dinit.without_two_stages.cfg200 "chown root radio /proc/cmdline",
/base/telephony/sms_mms/
DREADME.md14 … and **CdmaSmsSender** objects and schedule either object based on the radio access technology …