/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/ |
H A D | media_asset_manager_impl.cpp | 140 for (auto record : inProcessUriMap) { in IsInProcessInMapRecord() 141 if (record.second.find(requestId) != record.second.end()) { in IsInProcessInMapRecord() 142 handler = record.second[requestId]; in IsInProcessInMapRecord()
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bgtask_misc_unit_test.cpp | 205 ContinuousTaskRecord record = ContinuousTaskRecord(); in HWTEST_F() local 206 std::string str1 = record.ParseToJsonStr(); in HWTEST_F() 208 record.wantAgentInfo_ = std::make_shared<WantAgentInfo>(); in HWTEST_F() 209 std::string str2 = record.ParseToJsonStr(); in HWTEST_F()
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 60 "record=<enable source?> " 66 "record", 763 bool record = true, playback = true; in pa__init() local 778 if (pa_modargs_get_value_boolean(ma, "record", &record) < 0 || pa_modargs_get_value_boolean(ma, "playback", &playback) < 0) { in pa__init() 779 pa_log("record= and playback= expect boolean argument."); in pa__init() 783 if (!playback && !record) { in pa__init() 784 pa_log("neither playback nor record enabled for device."); in pa__init() 863 if (record) in pa__init()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.h | 59 void Init(std::shared_ptr<AppExecFwk::AbilityLocalRecord> record,
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ability_impl.h | 39 const std::shared_ptr<AbilityLocalRecord> &record, 171 * @brief Inserts a single data record into the database. 174 * @param value Indicates the data record to insert. If this parameter is null, a blank row will be inserted. 176 * @return Returns the index of the inserted data record.
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/ |
H A D | js_ui_service_extension.h | 70 * @param record the extension record. 75 virtual void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/ |
H A D | js_ui_extension.h | 55 * @param record the ui extension record. 60 virtual void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
|
H A D | js_ui_extension_base.h | 55 * @param record the ui extension record. 61 std::shared_ptr<ExtensionCommon> Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
|
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/ |
H A D | bg_efficiency_resources_mgr.h | 68 std::shared_ptr<ResourceApplicationRecord> &record, const sptr<EfficiencyResourceInfo> &resourceInfo);
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
H A D | bpf_netfirewall.h | 248 bool ShouldSkipNotify(sptr<InterceptRecord> record);
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/ |
H A D | js_datashare_ext_ability.h | 52 * @param record the extension record. 57 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.
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_rvalue_visitor.cpp | 113 handle_rvalue(&ir->record); in rvalue_visit()
|
H A D | ir.cpp | 898 /* If the constant is a record, the types of each of the entries in in ir_constant() 1721 this->record = value; in ir_dereference_record() 1722 this->type = this->record->type->field_type(field); in ir_dereference_record() 1723 this->field_idx = this->record->type->field_index(field); in ir_dereference_record() 1733 this->record = new(ctx) ir_dereference_variable(var); in ir_dereference_record() 1734 this->type = this->record->type->field_type(field); in ir_dereference_record() 1735 this->field_idx = this->record->type->field_index(field); in ir_dereference_record()
|
H A D | ir_print_visitor.cpp | 435 ir->record->accept(this); in visit() 438 ir->record->type->fields.structure[ir->field_idx].name; in visit()
|
/third_party/node/test/internet/ |
H A D | test-dns-any.js | 122 `Missing record type, found ${Object.keys(types)}`);
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | MatcherBytes.java | 193 stats.record(Statistics.Type.TERMINATING); in renderSequence()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_cloud_kv_executor_utils.cpp | 52 data.insData.record.size(), data.updData.record.size(), data.delData.extend.size(), errCode, totalSize); in GetCloudData() 903 // ignored version record in FillCloudGid() 1102 if (syncBatch.record.empty()) { in FillCloudVersionRecord() 1103 LOGW("[SqliteCloudKvExecutorUtils] Fill empty cloud version record"); in FillCloudVersionRecord() 1106 syncBatch.record[0].insert(syncBatch.extend[0].begin(), syncBatch.extend[0].end()); in FillCloudVersionRecord() 1107 auto res = CloudStorageUtils::GetSystemRecordFromCloudData(syncBatch.record[0]); // only record first one in FillCloudVersionRecord() 1112 LOGE("[SqliteCloudKvExecutorUtils] Get insert version record statement failed %d", errCode); in FillCloudVersionRecord() 1120 LOGW("[SqliteCloudKvExecutorUtils] Reset version record stm in FillCloudVersionRecord() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_test.cpp | 435 EXPECT_EQ(entries.size(), 1u); // 1 record in HWTEST_F() 863 virtualCloudDb_->SetInsertHook([](VBucket &record) { in HWTEST_F() 864 for (auto &recordData : record) { in HWTEST_F() 1142 virtualCloudDb_->SetInsertHook([&insertNum](VBucket &record) { in HWTEST_F() 1187 * @tc.steps:step2. put 1 record and sync. in HWTEST_F() 1195 * @tc.steps:step3. Update this record on device2. in HWTEST_F() 1203 * @tc.expected: step4. The record was not covered by the cloud and cloud was covered. in HWTEST_F() 1222 * @tc.steps:step1. put 1 record and sync. in HWTEST_F() 1252 * @tc.steps:step1. put 1 record and sync. in HWTEST_F() 1379 * @tc.steps:step1. put 1 record an in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/ |
H A D | js_form_extension.cpp | 92 void JsFormExtension::Init(const std::shared_ptr<AbilityLocalRecord> &record, in Init() argument 98 FormExtension::Init(record, application, handler, token); in Init()
|
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/ |
H A D | js_work_scheduler_extension.cpp | 89 void JsWorkSchedulerExtension::Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, in Init() argument 95 WorkSchedulerExtension::Init(record, application, handler, token); in Init()
|
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/ |
H A D | js_vpn_extension.cpp | 129 void JsVpnExtension::Init(const std::shared_ptr<AbilityLocalRecord> &record, in Init() argument 133 VpnExtension::Init(record, application, handler, token); in Init()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreDistributedJsunit.test.js | 185 * @tc.desc insert record after setting distributed table
192 const record = {
197 let rowId = await rdbStore.insert("employee", record)
198 console.info(TAG + "insert one record success " + rowId)
201 console.info(TAG + "insert one record failed" + err);
211 * @tc.desc update record after setting distributed table
232 console.info(TAG + "update one record success " + rowId)
235 console.info(TAG + "update one record failed" + err);
249 * @tc.desc query record after setting distributed table
291 * @tc.desc delete record afte [all...] |
/third_party/zlib/examples/ |
H A D | gzlog.c | 717 /* log a repair record to the .repairs file */ 718 local void log_log(struct log *log, int op, char *record) in log_log() argument 729 "append" : (op == COMPRESS_OP ? "compress" : "replace"), record); in log_log()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 2751 // Gets the record corresponding to the current focus appliaction in RequestModalUIExtensionInner() 2752 auto record = Token::GetAbilityRecordByToken(token); in RequestModalUIExtensionInner() local 2753 if (!record) { in RequestModalUIExtensionInner() 2754 TAG_LOGE(AAFwkTag::ABILITYMGR, "record null"); in RequestModalUIExtensionInner() 2760 std::string focusName = record->GetAbilityInfo().bundleName; in RequestModalUIExtensionInner() 2771 if (record->GetAbilityInfo().type == AppExecFwk::AbilityType::PAGE && in RequestModalUIExtensionInner() 2774 return record->CreateModalUIExtension(want); in RequestModalUIExtensionInner() 4731 sptr<PendingWantRecord> record = iface_cast<PendingWantRecord>(obj); in CancelWantSender() local 4740 if (record->GetKey() != nullptr && !record in CancelWantSender() 7711 auto record = Token::GetAbilityRecordByToken(token); EnableRecoverAbility() local 7865 auto record = Token::GetAbilityRecordByToken(token); ScheduleRecoverAbility() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 618 nine_bind(&This->record, NULL); in NineDevice9_dtor() 687 if (This->record) { in NineDevice9_PauseRecording() 696 if (This->record) { in NineDevice9_ResumeRecording() 697 This->update = &This->record->state; in NineDevice9_ResumeRecording() 2420 /* only need to record changed render states for stateblocks */ in NineDevice9_SetRenderState() 2568 user_assert(!This->record, D3DERR_INVALIDCALL); in NineDevice9_BeginStateBlock() 2570 hr = NineStateBlock9_new(This, &This->record, NINESBT_CUSTOM); in NineDevice9_BeginStateBlock() 2573 NineUnknown_ConvertRefToBind(NineUnknown(This->record)); in NineDevice9_BeginStateBlock() 2575 This->update = &This->record->state; in NineDevice9_BeginStateBlock() 2587 user_assert(This->record, D3DERR_INVALIDCAL in NineDevice9_EndStateBlock() [all...] |