Home
last modified time | relevance | path

Searched defs:rec (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_cache_manager_test/
H A Dability_cache_manager_test.cpp79 …std::shared_ptr<AbilityRecord> rec = OHOS::AAFwk::AbilityCacheManager::GetInstance().Put(abilityRe… variable
127 …std::shared_ptr<AbilityRecord> rec = OHOS::AAFwk::AbilityCacheManager::GetInstance().Put(abilityRe… variable
167 …std::shared_ptr<AbilityRecord> rec = OHOS::AAFwk::AbilityCacheManager::GetInstance().Put(abilityRe… variable
207 …std::shared_ptr<AbilityRecord> rec = OHOS::AAFwk::AbilityCacheManager::GetInstance().Put(abilityRe… variable
246 …std::shared_ptr<AbilityRecord> rec = OHOS::AAFwk::AbilityCacheManager::GetInstance().Put(abilityRe… variable
293 …std::shared_ptr<AbilityRecord> rec = OHOS::AAFwk::AbilityCacheManager::GetInstance().Put(abilityRe… variable
341 …std::shared_ptr<AbilityRecord> rec = OHOS::AAFwk::AbilityCacheManager::GetInstance().Put(abilityRe… variable
402 …std::shared_ptr<AbilityRecord> rec = OHOS::AAFwk::AbilityCacheManager::GetInstance().Put(abilityRe… variable
450 …std::shared_ptr<AbilityRecord> rec = OHOS::AAFwk::AbilityCacheManager::GetInstance().Put(abilityRe… variable
486 …std::shared_ptr<AbilityRecord> rec = OHOS::AAFwk::AbilityCacheManager::GetInstance().Put(abilityRe… variable
[all …]
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
H A Dcommon_event_control_manager_branch_test.cpp71 EventSubscriberRecord rec; in HWTEST_F() local
307 std::shared_ptr<OrderedEventRecord> rec = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
331 std::shared_ptr<OrderedEventRecord> rec = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
356 std::shared_ptr<OrderedEventRecord> rec = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
381 std::shared_ptr<OrderedEventRecord> rec = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
404 std::shared_ptr<OrderedEventRecord> rec = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
427 std::shared_ptr<OrderedEventRecord> rec = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
452 std::shared_ptr<OrderedEventRecord> rec = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
477 std::shared_ptr<OrderedEventRecord> rec = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
502 std::shared_ptr<OrderedEventRecord> rec = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp98 struct PropertyAssociation rec { struct
137 struct PropertyAssociation rec { struct
183 struct PropertyAssociation rec { struct
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_cache_manager.cpp92 std::shared_ptr<AbilityRecord> rec = findProcInfo->second.recList.front(); in AddToProcLru() local
103 std::shared_ptr<AbilityRecord> rec) in AddToDevLru()
130 std::shared_ptr<AbilityRecord> rec = AddToProcLru(abilityRecord); in Put() local
H A Dpending_want_manager.cpp118 sptr<PendingWantRecord> rec = in GetWantSenderLocked() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp286 SkCanvas::SaveLayerStrategy SkiaCanvasAutoCache::getSaveLayerStrategy(const SaveLayerRec& rec) in getSaveLayerStrategy()
556 void SkiaCanvasAutoCache::onDrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) in onDrawShadowRec()
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/src/
H A Dnativetoken_kit_test.cpp82 cJSON *rec = nullptr; in DeleteGoalItemFromRecord() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp516 WSRect rec = { 1, 1, 1, 1 }; variable
544 WSRect rec = { 1, 1, 1, 1 }; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.cpp152 RSRect rec = RSRect( in DrawPixelMap() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp32 TextRect::TextRect(Drawing::RectF rec, TextDirection dir) in TextRect()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp180 bool GetFileNames(string path, vector<string> &filenames, bool rec, bool isList) in GetFileNames()
340 bool rec = asyncCallbackInfo->recursive; in GetExec() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpasteboard_ffi.cpp553 PasteDataRecord rec; in FfiOHOSPasteDataAddRecord() local
/ohos5.0/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp561 [record](const PermissionUsedRecord& rec) { in FillPermissionUsedRecords()
/ohos5.0/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp108 int32_t SetupAudioSource(const Recorder &rec) in SetupAudioSource()