Home
last modified time | relevance | path

Searched refs:record (Results 501 - 525 of 700) sorted by relevance

1...<<2122232425262728

/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/form_runtime/
H A Djs_form_extension.h38 void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension.h43 * @param record the auto fill extension record.
48 void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dextension_impl.h47 * @param record the extension record.
53 const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h68 * @brief Setting id for app record.
70 * @param int32_t, the current app record id.
86 void SetUserTestInfo(const std::shared_ptr<UserTestRecord> &record);
121 * @brief Obtains the id of the app record.
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_thread_for_ability_on_configuration_update.cpp75 void AbilityImpl::Init(std::shared_ptr<OHOSApplication>& application, const std::shared_ptr<AbilityLocalRecord>& record, in Init() argument
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/include/
H A Dnapi_accessibility_extension.h45 * @param record the extension record.
50 void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.h57 * @param record UILineBreakProxy instance.
60 uint16_t GetNextBreakPos(UILineBreakProxy& record);
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dfile_access_ext_ability.h37 virtual void Init(const std::shared_ptr<AbilityLocalRecord> &record,
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedia_datashare_ext_ability.h50 * @param record the extension record.
55 EXPORT void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
120 * @brief Inserts a single data record into the database.
123 * @param value Indicates the data record to insert. If this parameter is null, a blank row will be inserted.
125 * @return Returns the index of the inserted data record.
130 * @brief Inserts a single data record into the database.
133 * @param value Indicates the data record to insert. If this parameter is null, a blank row will be inserted.
135 * @return Returns the index of the inserted data record.
/foundation/multimedia/media_library/frameworks/services/media_file_extension/include/
H A Dmedia_file_ext_ability.h30 void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.h50 static void StatusToFlagForAssetsInRecord(const std::vector<Field> &fields, VBucket &record);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_types.h31 std::vector<VBucket> record; member
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Ddatashare_ext_ability.h50 * @param record the extension record.
55 virtual void Init(const std::shared_ptr<AbilityLocalRecord> &record,
106 * @brief Inserts a single data record into the database.
109 * @param value Indicates the data record to insert. If this parameter is null, a blank row will be inserted.
111 * @return Returns the index of the inserted data record.
116 * @brief Inserts a single data record into the database.
119 * @param value Indicates the data record to insert. If this parameter is null, a blank row will be inserted.
122 * @return Returns the index of the inserted data record.
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_backup.h45 * @param record the extension record.
50 void Init(const std::shared_ptr<AbilityRuntime::AbilityLocalRecord> &record,
/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessextstub_fuzzer/
H A Dfileaccessextabilitymock.h27 void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dfile_access_ext_ability_mock.h28 MOCK_METHOD4(Init, void (const std::shared_ptr<AbilityLocalRecord> &record,
/third_party/backends/backend/
H A Dsm3840_lib.h92 static void record (p_usb_dev_handle udev, char *fname, int bytes);
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_database_test.py119 with warnings.catch_warnings(record=True) as w:
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dohos_application.cpp108 std::shared_ptr<AbilityLocalRecord> record = nullptr; in DumpApplication() local
111 record = abilityRecordMgr_->GetAbilityItem(abilityRecordMgr_->GetToken()); in DumpApplication()
114 if (record) { in DumpApplication()
115 abilityInfo = record->GetAbilityInfo(); in DumpApplication()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability_impl.cpp35 const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record, std::shared_ptr<UIAbility> &ability, in Init()
41 record == nullptr || ability == nullptr) { in Init()
42 TAG_LOGE(AAFwkTag::UIABILITY, "null token or application or handler or record"); in Init()
45 token_ = record->GetToken(); in Init()
52 ability_->Init(record, application, handler, token); in Init()
34 Init(const std::shared_ptr<AppExecFwk::OHOSApplication> &application, const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record, std::shared_ptr<UIAbility> &ability, std::shared_ptr<AppExecFwk::AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp225 auto record = appRunningManager->GetAppRunningRecordByChildProcessPid(childPid); in HWTEST_F() local
226 EXPECT_NE(record, nullptr); in HWTEST_F()
241 auto record = appRunningManager->GetAppRunningRecordByChildProcessPid(123); in HWTEST_F() local
242 EXPECT_EQ(record, nullptr); in HWTEST_F()
318 * @tc.desc: Remove app running record by id.
/third_party/skia/tests/
H A DCanvasTest.cpp62 REPORTER_ASSERT(r, false, "unexpected record"); in operator ()()
85 const SkRecord* record = bp->record(); in DEF_TEST() local
87 REPORTER_ASSERT(r, record->count() == 1); in DEF_TEST()
88 REPORTER_ASSERT(r, record->visit(0, ClipRectVisitor{r}) in DEF_TEST()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-math-table.hh687 for (const auto& record : partRecords.iter ()) in subset()
688 if (!record.subset (c)) return_trace (false); in subset()
754 for (const auto& record : mathGlyphVariantRecord.iter ()) in subset()
755 if (!record.subset (c)) return_trace (false); in subset()
/third_party/pulseaudio/src/modules/
H A Dmodule-waveout.c54 "record=<enable source?> "
104 "record",
575 bool record = true, playback = true; in pa__init() local
599 if (pa_modargs_get_value_boolean(ma, "record", &record) < 0 || pa_modargs_get_value_boolean(ma, "playback", &playback) < 0) { in pa__init()
600 pa_log("record= and playback= expect boolean argument."); in pa__init()
604 if (!playback && !record) { in pa__init()
605 pa_log("neither playback nor record enabled for device."); in pa__init()
680 if (record) { in pa__init()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp448 TAG_LOGI(AAFwkTag::APPMGR, "need clean record %{public}s, current =%{public}d", in ShrinkAndKillCache()
484 ss << "queue size: " << cachedAppRecordQueue_.size() << ", record in queue: "; in PrintCacheQueue()
485 for (auto& record : cachedAppRecordQueue_) { in PrintCacheQueue()
486 if (record == nullptr) { in PrintCacheQueue()
489 ss << record->GetName() << ", "; in PrintCacheQueue()

Completed in 16 milliseconds

1...<<2122232425262728