| /foundation/arkui/ace_engine/frameworks/core/components/theme/ |
| D | theme_constants.h | 98 * NOTE: -1 will be returned if not found or value is not int32_t. 106 * NOTE: -1 will be returned if not found or value is not int32_t. 114 * NOTE: 0.0 will be returned if not found or value is not double. 122 * NOTE: 0.0 will be returned if not found or value is not double. 130 * NOTE: empty string will be returned if not found or value is not string. 138 * NOTE: empty string will be returned if not found or value is not string. 146 * NOTE: empty string will be returned if not found. 154 * NOTE: empty string will be returned if not found. 162 * NOTE: false will be returned if not found or value is not boolean. 170 * NOTE: false will be returned if not found or value is not boolean. [all …]
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
| D | refbase.h | 75 * @note Descriptions above are valid only when smart pointers 147 * @note If the strong reference has never existed, 173 * @note When the count reaches 0 after being decremented, the 221 * @note Ony for IPC use. 238 * @note Corresponding object will be deallocated 330 * @note Void pointer means you should cast it to the real type, since it 338 * @note Notice the difference between this count and the weak reference 348 * @note This WeakRefCounter object will be deallocated when this count 357 * @note This value of count is different from that in RefCounter. 382 * @note All classes which intend to be managed by smart pointers should be [all …]
|
| D | singleton.h | 42 * @note This macro definition should be used into the body of a class 59 * @note This macro definition should be used into the body of a class 75 * @note This macro definition should be used into the body of a class 106 * @note After calling this method, the 'GetInstance()' method will create 162 * @note The instance may not have been created at a certain point in time,
|
| D | ashmem.h | 64 * @note Ashmem object should be unmapped and closed manually, though managed 78 * @note Memory has not been mapped, use `MapAshmem()` before 88 * @note An ashmem will be unmapped first by `UnmapAshmem()` before close. 158 * @note Require write authority of both ashmem in kernel and the mapped 172 * @note Require read authority of both ashmem in kernel and the mapped one
|
| D | parcel.h | 40 * @note If this object is remote, its position intends to 60 * @note If this object is remote, its position will be saved in the parcel. 61 * @note A static Unmarshalling function must also be implemented, so that 132 * @note Allocator defined by user for a parcel need be specified manually. 167 * @note Usually used in IPC, RPC. 247 * @note Corresponding Allocator will try to reallocate 258 * @note Avoid using it independently, otherwise it may not 302 * @note The last several bytes specified by `typeSize` of the aligned data 385 * @note '0' of `Int32_t` will write if input pointer is `nullptr`. 403 * @note If `HOLD_OBJECT` is enabled for the input object, it will stay [all …]
|
| /foundation/multimedia/av_codec/interfaces/inner_api/native/ |
| D | avmuxer.h | 32 * Note: This interface can only be called before Start. 42 * Note: This interface can only be called before Stop. 52 * Note: This interface can only be called before Start. 65 * Note: This interface can only be called before Start. 75 * Note: This interface is called after AddTrack and before WriteSample. 84 * Note: This interface can only be called after Start and before Stop. The application needs to 97 * Note: Once the muxer stops, it can not be restarted.
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/base/ |
| D | interface_utils.h | 29 * @note The function returns false for a null object, regardless of uids. in META_BEGIN_NAMESPACE() 30 * @note If the object is valid but the uid list is empty, the function returns true. in META_BEGIN_NAMESPACE() 51 * @note The function returns false for a null object, regardless of uids. 52 * @note If the object is valid but the uid list is empty, the function returns true. 73 * @note The function returns false for a null object, regardless of uids. 74 * @note If the object is valid but the uid list is empty, the function returns true. 119 …* @note The result can contain less items than the input if all items of input do not implement To…
|
| /foundation/graphic/graphic_3d/kits/js/include/ |
| D | PromiseBase.h | 38 …* @note An instance must be dynamically allocated (into a raw pointer) and created in the main thr… 56 * @note Call only from the engine thread. After calling, do not use this object. 62 * @note After calling, do not use this object. 68 * @note After calling, do not use this object. 76 …* @note SettleLater will run this in the JS thread; SettleNow in the same thread where it was call…
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/interface/ |
| D | intf_container.h | 67 * @note The implementer shall use IObjectFlags::SERIALIZE_HIERARCHY flag to determine 112 * @note If the user is interested in finding some object that matches the criteria, it 122 * @note Use FindAny to find from the hierarchy. 129 * @note An object can be added to the container only once. Subsequent add operations 132 * @note Adding may fail due to e.g. the object not fulfilling the constraints set to 143 * @note If the object is already in the container, the function will move the object 162 * @note OnMoved event will be invoked only for the moved item, but not for other items in the 172 * @note OnMoved event will be invoked only for the moved item, but not for other items in the 182 * @note Does nothing if the parameters point to the same object. 195 * @note Does nothing if the parameters point to the same object. [all …]
|
| D | intf_required_interfaces.h | 43 …* @note Calling this function may alter the implementing object in case some existing items do not… 45 …* @note This function may only affect the direct children of the implementer. If the implementer e… 47 …* @note IObject is an implicit requirement of any objects handled by the implementer, meaning that… 49 …* @note The implementer may also opt to not allow changes to the required interfaces, in such cases
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/interface/animation/ |
| D | intf_animation.h | 95 * @note To completely detach the animation from any controller, set the property to nullptr. 226 …* @note The property is null until target property is set or IPropertyAnimation::SetType is called… 232 …* @note The property is null until target property is set or IPropertyAnimation::SetType is calle… 255 * @note Number of timestamps must match the number of keyframes. 260 * @note Number of keyframes must match the number of timestamps. 261 …* @note KeyFrames property is invalid until target Property has been set, or IPropertyAnimation::S… 267 …* @note As the curves are used to interpolate between keyframes, the number of curves needed to c… 269 * @note The array can contain nullptrs, in which case the keyframe is interpolated linearly. 270 …* @note The array size does not need to match keyframe count. Any keyframes for whom a matching c… 272 …* @note IAnimation::Curve can be used for controlling the progress over the full animation durati… [all …]
|
| /foundation/filemanagement/dfs_service/utils/system/include/ |
| D | dfsu_singleton.h | 45 * @note We depend on the IPC manager to serialize the start and the stop procedure 50 …* @note Be very careful when freeing memory! Threads may call stop and other member functions simu… 61 * @note We use call_once to ensure the atomicity of new() and start() 62 …* @note Memory leaking of T is exactly what we want. Now T will be available along the program's l…
|
| /foundation/arkui/ace_engine/interfaces/native/ |
| D | native_dialog.h | 98 * @note This method must be called before the <b>show</b> method. 111 * @note This method must be called before the <b>show</b> method. 120 * @note This method must be called before the <b>show</b> method. 128 * @note This method must be called before the <b>show</b> method. 139 * @note This method must be called before the <b>show</b> method. 147 * @note This method must be called before the <b>show</b> method. 157 * @note This method must be called before the <b>show</b> method. 167 * @note This method must be called before the <b>show</b> method. 178 * @note This method must be called before the <b>show</b> method. 187 * @note This method must be called before the <b>show</b> method. [all …]
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/feature/round_corner_display/ |
| D | rs_message_bus.h | 27 // @note declaration 31 // @note recursion end 40 // @note recursion end 49 // @note recursion 58 // @note recursion start
|
| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
| D | render_post_process_structs_common.h | 68 // note global post process UBO struct alignment for 512 71 // note UBO struct alignment for 256 99 // NOTE: one can create a new struct in their own shader, please note the alignment
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
| D | 3d_dm_lighting_common.h | 25 * NOTE: Inplace data uCameras from descriptor sets 148 // NOTE: diffuse color is already premultiplied in GetFinalSampledBrdfGeometricCorrection() 175 // NOTE: diffuse color is already premultiplied in CalcBRDFMetallicRoughness() 192 // NOTE: diffuse color is already premultiplied in CalcBRDFMetallicRoughness() 207 // NOTE: diffuse color is already premultiplied in CalcBRDFSpecularGlossiness() 233 // NOTE: diffuse color is already premultiplied in CalcBRDFSpecular() 267 // NOTE: uCameras needs to be visible in the main shader which includes this file in GetShadowMatrix() 319 const float ccF = fSchlickSingle(ccf0, ccNoV) * ccsv.cc; // NOTE: cc in ccF in CalculateLight() 349 // NOTE: could check for NoL > 0.0 and NoV > 0.0 in CalculateLighting() 378 // NOTE: could check for NoL > 0.0 and NoV > 0.0 in CalculateLighting() [all …]
|
| /foundation/multimedia/av_codec/interfaces/kits/c/ |
| D | native_avmuxer.h | 62 * Note: This interface can only be called before OH_AVMuxer_Start. 89 * Note: This interface can only be called before OH_AVMuxer_Start. 109 * Note: This interface is called after OH_AVMuxer_AddTrack and before OH_AVMuxer_WriteSample. 123 …* Note: This interface can only be called after OH_AVMuxer_Start and before OH_AVMuxer_Stop. The a… 146 …* Note: This interface can only be called after OH_AVMuxer_Start and before OH_AVMuxer_Stop. The a… 166 * Note: Once the muxer stops, it can not be restarted.
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
| D | log.h | 79 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e… 85 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e… 113 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e… 120 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e… 127 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e… 134 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e…
|
| /foundation/arkui/ace_engine/test/mock/base/ |
| D | mock_jank_frame_report.cpp | 45 void PerfMonitor::Start(const std::string& sceneId, PerfActionType type, const std::string& note) {} in Start() argument 49 …nitor::StartCommercial(const std::string& sceneId, PerfActionType type, const std::string& note) {} in StartCommercial() argument 61 …PerfMonitor::GetInputTime(const std::string& sceneId, PerfActionType type, const std::string& note) in GetInputTime() argument
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| D | allocator.h | 37 // Note: arguments for memcpy have been verified. in CloneData() 50 // Note: arguments for memmove have been verified. in MoveData() 68 // Note: arguments for memset have been verified. in ClearToValue()
|
| /foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
| D | perf_monitor.h | 69 std::string note {""}; 134 std::string note {""}; 139 void Start(const std::string& sceneId, PerfActionType type, const std::string& note); 141 void StartCommercial(const std::string& sceneId, PerfActionType type, const std::string& note); 144 int64_t GetInputTime(const std::string& sceneId, PerfActionType type, const std::string& note);
|
| D | perf_monitor.cpp | 163 dataRs.note = data.baseInfo.note; in ConvertToRsData() 224 note = nt; in InitRecord() 316 note = ""; in Reset() 327 void PerfMonitor::Start(const std::string& sceneId, PerfActionType type, const std::string& note) in Start() argument 338 int64_t inputTime = GetInputTime(sceneId, type, note); in Start() 348 record->InitRecord(sceneId, type, mSourceType, note, inputTime); in Start() 355 …fMonitor::StartCommercial(const std::string& sceneId, PerfActionType type, const std::string& note) in StartCommercial() argument 365 int64_t inputTime = GetInputTime(sceneId, type, note); in StartCommercial() 374 record->InitRecord(sceneId, type, mSourceType, note, inputTime); in StartCommercial() 535 baseInfo.note = record->note; in RecordBaseInfo() [all …]
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/performancemonitor/ |
| D | napi_perf_monitor.cpp | 105 static void SceneStart(std::string sceneId, int type, std::string note) in SceneStart() argument 109 pMonitor->Start(sceneId, static_cast<PerfActionType>(type), note); in SceneStart() 149 std::string note; in JSSceneStart() local 150 if (argc >= ARGC_NUMBER_THREE && !ParseStringParam(env, argv[THIRD_ARG_INDEX], note)) { in JSSceneStart() 153 SceneStart(sceneId, inputType, note); in JSSceneStart()
|
| /foundation/communication/nfc/interfaces/inner_api/common/ |
| D | inci_ce_interface.h | 39 * @note 45 * @note 50 * @note
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ |
| D | log.h | 130 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e… 137 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e… 144 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e… 151 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e… 158 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e… 165 /** \brief NOTE: CORE_ONCE is meant e.g. to prevent excessive flooding in the logs with repeating e…
|