Searched refs:is (Results 1 – 25 of 4703) sorted by relevance
12345678910>>...189
/base/startup/hvb/ |
D | README.md | 5 …**V**erified **B**oot (HVB) component is used to verify and authenticate system images to make sur… 15 HVB is composed of three modules as shown below: 19 - libhvb is the verifying utility library. It will be integrated by Bootloader to verify initial im… 20 - hvbtool is used to sign system images, it will be integrated by Building system. 26 The structure of the repository directory is as follows:
|
/base/security/selinux_adapter/ |
D | README-en.md | 5 Security-Enhanced Linux (SELinux) is an outstanding security module in the history of Linux with a … 53 setenforce 0 # Enable the permissive mode, which is the default mode. 69 The log information is interpreted as follows: 70 open # The operation is open. 71 pid=1658 # The process ID is 1658. 72 comm="setenforce" # The process name is setenforce. 73 path="/sys/fs/selinux/enforce" # The path accessed by the process is /sys/fs/selinux/enforce. 75 ino=4 # The file node No. is 4. 76 scontext=u:r:hdcd:s0 # The SELinux label of the process is u:r:hdcd:s0. 77 tcontext=u:object_r:selinuxfs:s0 # The SELinux label of the accessed file is u:object_r:selinuxf… [all …]
|
/base/telephony/state_registry/ |
D | README.md | 66 … | Call status change event, in which the value of **phoneNumber** is empty if the user do… 71 … of registering an observer for call status change events is used as an example. The process is as… 74 …is successful. If **err** is empty in the received callback, the registration is successful. If … 75 3. Call the **off** method to deregister the observer. After the observer is deregistered, no ca… 84 // If the API call failed, err is not empty. 88 // If the API call succeeded, err is empty. 89 console.log(`success on. number is ` + value.number + ", state is " + value.state); 95 // If the API call failed, err is not empty. 99 // If the API call succeeded, err is empty.
|
/base/web/webview/ |
D | README.md | 3 nweb is the native engine of the OpenHarmony webview component and is built based on Chromium and t… 5 Below is the software architecture. 8 * nweb: native engine of the OpenHarmony web component, which is built based on the Chromium Embedd… 9 * CEF: stands for Chromium Embedded Framework. It is an open-source project based on Google Chromiu…
|
/base/global/timezone/ |
D | README.md | 9 The directory structure of the time zone module is as follows: 22 …is available, the time zone update tool downloads the data to update the local time zone data. The… 25 cd tool/update_tool // Go to the directory where the time zone update tool is located. 29 …data and generates time zone binary data in **./data/prebuild/posix**. The following is an example: 32 cd tool/compile_tool // Go to the directory where the time zone compilation tool is located.
|
/base/hiviewdfx/hichecker/ |
D | README.md | 11 HiChecker is provided for you to check issues that may be easily ignored during development of Open… 28 …e met, unwinding of Native stacks to the key trigger point is supported. JS stack unwinding is not… 54 …= 1<<63; | Defines a caution rule, which is programmed to print a log when an alarm i… 55 …62; | Defines a caution rule, which is programmed to force an application to exit when an… 56 …S = 1; | Defines a check rule, which is programmed to check whether any time-consuming fu… 57 | | BigInt RULE_CHECK_ABILITY_CONNECTION_LEAK = 1<<33; | Defines a check rule, which is … 58 | | BigInt RULE_CHECK_ARKUI_PERFORMANCE = 1<<34; | Defines a check rule, which is …
|
/base/update/updater/test/unittest/test_data/applypatch/ |
D | TestGZipModeImagePatch.old.gz |
|
/base/hiviewdfx/hievent_lite/ |
D | README.md | 13 1. An event is created. 14 2. Data is added for the event. 15 3. The event is reported. 17 … to write the event into a file. Each time a new file is written, the common header information is…
|
/base/time/time_service/ |
D | README.md | 58 …is 1, it is represented as the system startup time timer (the timer start time cannot be later tha… 59 | repeat | boolean | true Is a cyclic timer, false is a single timer. | 60 …l | number | If it is a cyclic timer, the repeat value should be greater than 5000 millisecond…
|
/base/update/updater/ |
D | README.md | 12 …e status and verifies the update package to ensure that the update package is valid. Then, the upd… 44 …is independent of other partitions. It is recommended that the size of the updater partition be gr… 48 … of resumable data transfer upon power-off. This partition is a raw partition and its size is abou… 52 …guration table. The default file name of the partition configuration table is **fstab.updater**. … 56 …guration file named **init.cfg**. The startup configuration of the updater is stored in this file. 83 Add the compilation configuration to the **build\_updater\_image.sh** script, which is stored in …
|
/base/security/selinux_adapter/sepolicy/ohos_policy/hiviewdfx/hilog/system/ |
D | hilogd.te | 9 # distributed under the License is distributed on an "AS IS" BASIS, 95 # hilogd is not allowed to write anywhere other than /data/log/hilog 114 # only init is allowed to enter the hilogd domain via exec() 123 -sh # write is covered next 124 -hiview # write is covered next 125 -hdcd # write is covered next 126 -system_basic_hap_attr # write is covered next 127 -system_core_hap_attr # write is covered next 128 -normal_hap_attr # write is covered next
|
/base/update/update_app/feature/ota/src/main/ets/util/ |
D | ChangelogParseUtils.ets | 10 * distributed under the License is distributed on an "AS IS" BASIS, 55 logError('res is null!'); 61 logError('xmlResult is null! ' + JSON.stringify(xmlResult)); 67 logError('root is null! ' + JSON.stringify(root)); 83 logError('element is null! ' + JSON.stringify(element)); 109 logError('language is null :' + JSON.stringify(element['_attributes'])); 118 logError('features is null' + JSON.stringify(languageElement)); 130 logError('iconElement is null :' + JSON.stringify(iconElement)); 149 logInfo('featuresElement is null' + JSON.stringify(featuresElement)); 169 logError('featureElement is null: ' + JSON.stringify(featureElement)); [all …]
|
/base/telephony/cellular_data/ |
D | README.md | 15 The cellular data module is a tailorable component of the Telephony subsystem. It depends on the te… 66 …llback: AsyncCallback\<boolean>): void; | Checks whether the cellular data is enabled | ohos.permi… 74 …larDataEnabled** method in callback or Promise mode to check whether the cellular data is enabled. 75 2. This method works in asynchronous mode. The execution result is returned through the callback. 83 // If the API call failed, err is not empty. 87 // If the API call succeeded, err is empty. 119 2. This method works in asynchronous mode. The execution result is returned through the callback. 127 // If the API call failed, err is not empty. 131 // If the API call succeeded, err is empty.
|
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/test/ |
D | RequestCreateTask.test.ets | 10 * distributed under the License is distributed on an "AS IS" BASIS, 82 * @tc.desc: Test create task when action is string 104 * @tc.desc: Test create task when action is 2 126 * @tc.desc: Test create task when action is UPLOAD 147 * @tc.desc: Test create task when action is DOWNLOAD 193 * @tc.desc: Test create task when url is empty 215 * @tc.desc: Test create task when url is not support download 233 * @tc.desc: Test create task when url is not support upload 254 * @tc.desc: Test create task when title is given 272 * @tc.desc: Test create task when title is number [all …]
|
/base/inputmethod/imf/ |
D | README.md | 5 Input Method Framework, is used to connect the application and input method. the application can in… 34 …core of the input method framework, the main processing logic of the input method is completed here 40 Function: the temporarily exposed JS interface is mainly reserved for calling input methods 57 …z.so libinputmethod.z.so to system/lib/module, and make sure the six so files is readable at least. 66 4. Commit is complete
|
/base/theme/screenlock_mgr/ |
D | README_ZH.md | 89 console.log(`Obtain whether the screen is locked successfully. result: ${data}`); 92 console.error(`Failed to obtain whether the screen is locked, because: ${err.message}`) 99 console.error(`Failed to obtain whether the screen is locked, because: ${err.message}`) 103 console.log(`Obtain whether the screen is locked successfully. result: ${data}`); 117 console.log(`Obtain whether the device is in secure mode successfully. result: ${data}`); 119 console.error(`Failed to obtain whether the device is in secure mode, because: ${err.message}`); 125 … console.error(`Failed to obtain whether the device is in secure mode, because: ${err.message}`); 128 console.info(`Obtain whether the device is in secure mode successfully. result: ${data}`);
|
/base/telephony/core_service/ |
D | README.md | 84 …lback\<boolean>): void | Checks whether the SIM card in the specified slot is activated. … 85 …lback: AsyncCallback\<boolean>): void | Checks whether the specified slot is populated with a SIM… 91 | function getMaxSimCount(): number | Obtains the maximum number of SIM cards, that is, the maximum… 106 …llback: AsyncCallback\<boolean>): void; | Checks whether the radio service is enabled on the prima… 107 …llback: AsyncCallback\<boolean>): void; | Checks whether the radio service is enabled on the SIM c… 121 | function isNrSupported: boolean; | Checks whether 5G is supported. … 137 The function of obtaining the network status is used as an example. The process is as follows: 139 … in the slot specified by **slotId**. If **slotId** is not set, information about the primary card… 141 …*getNetworkState** method works in asynchronous mode. The execution result is returned through the… 152 // If the API call fails, err is not empty. [all …]
|
/base/security/device_security_level/ |
D | README.md | 7 …ty of the Super Device. The Device Security Level Management (DSLM) module is introduced to manage… 19 - SL1: SL1 is the lowest security level of OpenHarmony devices. Usually equipped with a lightweight… 35 The directory structure of the DSLM module is as follows: 51 - The default security level of OpenHarmony devices is SL1. Device vendors can [customize](https://… 87 The following is an example of synchronously obtaining the device security level: 110 …// After the device security level is successfully obtained, check the lowest security level requi… 111 // The lowest device security level required for the current operation is 3. 115 …of the target device does not meet the requirements. A toast or dialog box is displayed as require… 118 // Release the memory before the processing is complete. 123 The following is an example of asynchronously obtaining the device security level: [all …]
|
/base/sensors/start/ |
D | README.md | 14 The sample code for importing the start module is as follows: 24 Service code for sensor and small device services such as vibrator is [sensors\_sensor](https://git… 25 …is compiled, as follows.Of these, 3601 and 3602 serve the sensor and vibrator.If only the [sensors…
|
/base/customization/config_policy/ |
D | README.md | 13 The architecture is described as follows: 20 The code directory structure of the configuration policy component is as follows: 42 FreeCfgDirList(cfgDir); // Release the memory after the list is obtained. 46 FreeCfgFiles(cfgFiles); // Release the memory after the information is obtained.
|
/base/telephony/sms_mms/test/fuzztest/smseventissue_fuzzer/corpus/ |
D | init | 10 * distributed under the License is distributed on an "AS IS" BASIS, 17 * corpus is necessary
|
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/corpus/ |
D | init | 10 * distributed under the License is distributed on an "AS IS" BASIS, 17 * corpus is necessary
|
/base/telephony/sms_mms/test/fuzztest/splitmessage_fuzzer/corpus/ |
D | init | 10 * distributed under the License is distributed on an "AS IS" BASIS, 17 * corpus is necessary
|
/base/telephony/call_manager/test/fuzztest/controlcamera_fuzzer/corpus/ |
D | init | 10 * distributed under the License is distributed on an "AS IS" BASIS, 17 * corpus is necessary
|
/base/telephony/core_service/test/fuzztest/isshowableasciionly_fuzzer/corpus/ |
D | init | 10 * distributed under the License is distributed on an "AS IS" BASIS, 17 * corpus is necessary
|
12345678910>>...189