Home
last modified time | relevance | path

Searched defs:record (Results 251 - 275 of 715) sorted by relevance

1...<<11121314151617181920>>...29

/base/location/services/location_locator/locator/source/
H A Dsubability_common.cpp96 void SubAbility::HandleLocalRequest(WorkRecord &record) in HandleLocalRequest() argument
/base/print/print_fwk/frameworks/kits/extension/src/
H A Djs_print_extension.cpp54 void JsPrintExtension::Init(const std::shared_ptr<AbilityLocalRecord> &record, in Init() argument
/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp198 UpdateStickyEventLocked(const std::string &event, const CommonEventRecordPtr &record) UpdateStickyEventLocked() argument
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp455 ErrCode AdvancedNotificationService::AssignValidNotificationSlot(const std::shared_ptr<NotificationRecord> &record, in AssignValidNotificationSlot() argument
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp95 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); in TestAddNotification() local
619 auto record = advancedNotificationService_->MakeNotificationRecord(req, bundle); in HWTEST_F() local
667 auto record = advancedNotificationService_->MakeNotificationRecord(req, bundle); in HWTEST_F() local
1061 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); in HWTEST_F() local
1075 std::shared_ptr<NotificationRecord> record in HWTEST_F() local
1097 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); HWTEST_F() local
[all...]
H A Dadvanced_notification_service_branch_test.cpp1103 std::shared_ptr<NotificationRecord> record = nullptr; in HWTEST_F() local
1123 void AnsBranchTest::InitNotificationRecord(std::shared_ptr<NotificationRecord> &record, in InitNotificationRecord() argument
[all...]
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_dumper.cpp178 auto record = deviceStatusQueue_.front(); in DumpDeviceStatusChanges() local
324 auto record = std::make_shared<DeviceStatusRecord>(); in PushDeviceStatus() local
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp153 std::shared_ptr<NotificationSubscriberManager::SubscriberRecord> record = in HWTEST_F() local
183 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); in HWTEST_F() local
202 std::shared_ptr<NotificationRecord> record in HWTEST_F() local
222 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); HWTEST_F() local
243 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); HWTEST_F() local
266 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); HWTEST_F() local
289 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); HWTEST_F() local
306 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); HWTEST_F() local
324 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); HWTEST_F() local
343 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); HWTEST_F() local
363 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); HWTEST_F() local
386 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); HWTEST_F() local
[all...]
/base/security/access_token/frameworks/inner_api/privacy/src/
H A Dprivacy_kit.cpp39 static std::string GetRecordUniqueStr(const AddPermParamInfo& record) in GetRecordUniqueStr() argument
44 bool FindAndInsertRecord(const AddPermParamInfo& record) in FindAndInsertRecord() argument
[all...]
/base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/src/
H A Dnativetoken_kit_test.cpp80 static void DeleteGoalItemFromRecord(const char *processName, cJSON *record) in DeleteGoalItemFromRecord() argument
102 cJSON *record = nullptr; in DeleteNodeInFile() local
[all...]
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Djs_wallpaper_extension_ability.cpp60 void JsWallpaperExtensionAbility::Init(const std::shared_ptr<AbilityLocalRecord> &record, in Init() argument
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_branch_test.cpp193 TelephonyStateRegistryRecord record; in HWTEST_F() local
211 TelephonyStateRegistryRecord record; in HWTEST_F() local
229 TelephonyStateRegistryRecord record; in HWTEST_F() local
267 TelephonyStateRegistryRecord record; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_impl.cpp35 Init(const std::shared_ptr<AppExecFwk::OHOSApplication> &application, const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record, std::shared_ptr<Extension> &extension, std::shared_ptr<AppExecFwk::AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
H A Dextension.cpp26 void Extension::Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record, in Init() argument
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_scheduler_test.cpp221 auto record = AbilityRecord::CreateAbilityRecord(abilityReq); in HWTEST_F() local
295 auto record = AbilityRecord::CreateAbilityRecord(abilityReq); in HWTEST_F() local
318 auto record = AbilityRecord::CreateAbilityRecord(abilityReq); in HWTEST_F() local
341 auto record in HWTEST_F() local
365 auto record = AbilityRecord::CreateAbilityRecord(abilityReq); HWTEST_F() local
389 auto record = AbilityRecord::CreateAbilityRecord(abilityReq); HWTEST_F() local
412 auto record = AbilityRecord::CreateAbilityRecord(abilityReq); HWTEST_F() local
474 auto record = AbilityRecord::CreateAbilityRecord(abilityReq); HWTEST_F() local
498 auto record = AbilityRecord::CreateAbilityRecord(abilityReq); HWTEST_F() local
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_host_record.cpp148 void FormHostRecord::OnAcquire(int64_t id, const FormRecord &record) in OnAcquire() argument
163 void FormHostRecord::OnUpdate(int64_t id, const FormRecord &record) in OnUpdate() argument
287 FormHostRecord record; CreateRecord() local
[all...]
H A Dform_supply_callback.cpp60 FormRecord record; in ProcessFormAcquisition() local
H A Dform_provider_mgr.cpp108 FormRecord record; in RefreshForm() local
164 ErrCode FormProviderMgr::RefreshCheck(FormRecord &record, const int64_t formId, const Want &want) in RefreshCheck() argument
200 ConnectAmsForRefresh(const int64_t formId, const FormRecord &record, const Want &want, const bool isCountTimerRefresh) ConnectAmsForRefresh() argument
259 FormRecord record; ConnectAmsForRefreshPermission() local
446 MessageEvent(const int64_t formId, const FormRecord &record, const Want &want) MessageEvent() argument
484 FormRecord record; IncreaseTimerRefreshCount() local
518 IsNeedToFresh(FormRecord &record, int64_t formId, bool isVisibleToFresh) IsNeedToFresh() argument
551 IsFormCached(const FormRecord &record) IsFormCached() argument
559 RebindByFreeInstall(const FormRecord &record, Want &want, const sptr<AAFwk::IAbilityConnection> formRefreshConnection) RebindByFreeInstall() argument
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp164 FormItemInfo record; in CreateFormRecordAndFormInfo() local
207 FormItemInfo record; HWTEST_F() local
386 FormItemInfo record; HWTEST_F() local
476 FormItemInfo record; HWTEST_F() local
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_record_test/
H A Dfms_form_data_proxy_record_test.cpp783 FormDataProxyRecord::SubscribeResultRecord record; in HWTEST_F() local
810 FormDataProxyRecord::SubscribeResultRecord record; in HWTEST_F() local
840 FormDataProxyRecord::SubscribeResultRecord record; in HWTEST_F() local
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp373 FormRecord record; in HWTEST_F() local
389 FormRecord record; in HWTEST_F() local
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp532 FormRecord record; in HWTEST_F() local
617 FormRecord record; in HWTEST_F() local
638 FormRecord record; in HWTEST_F() local
660 FormRecord record; in HWTEST_F() local
682 FormRecord record; HWTEST_F() local
1272 FormRecord record; HWTEST_F() local
1287 FormRecord record; HWTEST_F() local
1683 FormRecord record; HWTEST_F() local
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dmock_form_data_mgr.cpp115 bool FormDataMgr::GetUpdatedForm(const FormRecord &record, const std::vector<FormInfo> &targetForms, in GetUpdatedForm() argument
121 bool FormDataMgr::GetPackageForm(const FormRecord &record, const BundlePackInfo &bundlePackInfo, in GetPackageForm() argument
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp501 FormRecord record; in HWTEST_F() local
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_impl.cpp104 auto record = FormRenderRecord::Create(formJsInfo.bundleName, uid, formJsInfo.isDynamic, formSupplyClient); in RenderForm() local
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...29