Lines Matching refs:operations
4 In OpenHarmony, HiLog is used to export logs to the log services. Logs record user operations and s…
18 …ittle impact on users and can be rectified by the programs themselves or through simple operations.
101 - **[Recommendation] Log database operations and related information.**
103 **Note:** Common database operations include
108 **Note:** For performance-sensitive services, database operations (including reading and writing da…
115 - **[Recommendation] Log operations on files and related information.**
117 **Note:** Common file operations include creating, opening, reading, writing, closing, and deleting…
119 - **[Recommendation] Print only one log for batch file operations.**
127 - **[Recommendation] Log the operations, results, and status changes of key objects.**
129 …operations include creating, loading, unloading, and releasing objects. For key object operations,…
133 - **[Recommendation] Log thread operations and related information.**
135 **Note:** Thread operations include creating, starting, pausing, and terminating threads. Record th…
149 - **[Recommendation] Log operations on concurrency control objects and related information.**
151 **Note:** Concurrency control operations include creating, occupying, releasing, and waiting. Log i…
157 - **[Recommendation] Log operations on the shared memory and related information.**
159 **Note:** The operations on the shared memory include creating, deleting, setting, querying, and de…
172 - **[Recommendation] Log state machine operations and state change information.**
174 **Note:** The operations on a state machine include creating, starting, ending, and destroying the …