Searched refs:radio (Results 1 – 13 of 13) sorted by relevance
/base/telephony/core_service/services/etc/param/ |
D | telephony.para.dac | 14 persist.telephony.="radio:radio:775" 15 telephony.="radio:radio:775" 16 const.telephony.="radio:radio:444"
|
/base/telephony/core_service/services/etc/init/ |
D | telephony.cfg | 5 "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.ts | 17 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/ |
D | README.md | 30 …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 …]
|
D | README_zh.md | 126 …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/ |
D | battery_stats_module.cpp | 98 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/ |
D | BUILD.gn | 16 ohos_shared_library("radio") {
|
/base/telephony/core_service/interfaces/kits/js/ |
D | @ohos.telephony.radio.d.ts | 27 declare namespace radio { namespace 3183 export default radio;
|
/base/startup/init/services/etc/ |
D | group | 4 radio:x:1001:
|
D | passwd | 4 radio:x:1001:1001:::/bin/false
|
D | init.cfg | 173 "chown root radio /proc/cmdline",
|
D | init.without_two_stages.cfg | 200 "chown root radio /proc/cmdline",
|
/base/telephony/sms_mms/ |
D | README.md | 14 … and **CdmaSmsSender** objects and schedule either object based on the radio access technology …
|