Home
last modified time | relevance | path

Searched defs:element (Results 201 - 225 of 1052) sorted by relevance

12345678910>>...43

/foundation/window/window_manager/extension/modal_system_ui_extension/src/
H A Dmodal_system_ui_extension.cpp155 void ModalSystemUiExtension::DialogAbilityConnection::OnAbilityDisconnectDone(const AppExecFwk::ElementName& element, in OnAbilityDisconnectDone() argument
119 OnAbilityConnectDone( const AppExecFwk::ElementName& element, const sptr<IRemoteObject>& remoteObject, int resultCode) OnAbilityConnectDone() argument
/foundation/communication/netmanager_base/services/netpolicymanager/src/
H A Dnet_access_policy_dialog_impl.cpp54 AppExecFwk::ElementName element; in ConnectSystemUi() local
77 OnAbilityConnectDone( const AppExecFwk::ElementName& element, const sptr<IRemoteObject>& remoteObject, int resultCode) OnAbilityConnectDone() argument
110 OnAbilityDisconnectDone( const AppExecFwk::ElementName& element, int resultCode) OnAbilityDisconnectDone() argument
/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_polling_manager_test.cpp98 AppExecFwk::ElementName element; in HWTEST_F() local
112 AppExecFwk::ElementName element; in HWTEST_F() local
277 AppExecFwk::ElementName element; in HWTEST_F() local
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/context/
H A Dset_iface_config_context.cpp104 napi_value element = NapiUtils::GetArrayElement(GetEnv(), exclusionsValue, i); in ParseHttpProxy() local
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_session_proxy.cpp119 KITS::ErrorCode HceSessionProxy::StopHce(ElementName &element) in StopHce() argument
142 KITS::ErrorCode HceSessionProxy::IsDefaultService(ElementName &element, const std::string &type, in IsDefaultService() argument
172 KITS::ErrorCode HceSessionProxy::StartHce(const ElementName &element, const std::vector<std::string> &aids) in StartHce() argument
H A Dhce_service.cpp56 ErrorCode HceService::StopHce(ElementName &element) in StopHce() argument
66 ErrorCode HceService::IsDefaultService(ElementName &element, const std::string &type, bool &isDefaultService) in IsDefaultService() argument
97 KITS::ErrorCode HceService::StartHce(const ElementName &element, const std::vector<std::string> &aids) in StartHce() argument
/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/
H A Dhcesession_fuzzer.cpp44 ElementName element; in FuzzIsDefaultService() local
54 ElementName element; in FuzzStartHce() local
64 ElementName element; in FuzzStopHce() local
/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.h40 explicit FgData(bool isEnable, ElementName element, const std::vector<uint32_t> &techs, in FgData() argument
57 explicit ReaderData(bool isEnable, ElementName element, const std::vector<uint32_t> &techs, in ReaderData() argument
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/cardemulation_test/hceservice/hceservice_fuzzer/
H A Dhceservice_fuzzer.cpp64 ElementName element; in FuzzStopHce() local
72 ElementName element; in FuzzIsDefaultService() local
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_foreground_dispatch.h50 explicit RegObj(const napi_env &env, const napi_ref &ref, ElementName &element, std::vector<uint32_t> &discTech) in RegObj() argument
[all...]
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dhash_table.c27 static int CalcHash(const HashTable *p, int element) in CalcHash() argument
/foundation/communication/nfc/test/fuzztest/services_test/nfcpollingmanager_test/nfcpollingmanager/nfcpollingmanager_fuzzer/
H A Dnfcpollingmanager_fuzzer.cpp57 AppExecFwk::ElementName element; in FuzzEnableForegroundDispatch() local
70 AppExecFwk::ElementName element; in FuzzDisableForegroundDispatch() local
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp204 ElementName element; in HWTEST_F() local
221 ElementName element; in HWTEST_F() local
266 ElementName element; in HWTEST_F() local
282 ElementName element; in HWTEST_F() local
297 ElementName element; in HWTEST_F() local
315 ElementName element; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_connection.cpp71 void DataShareConnection::OnAbilityDisconnectDone(const AppExecFwk::ElementName &element, int resultCode) in OnAbilityDisconnectDone() argument
37 OnAbilityConnectDone( const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int resultCode) OnAbilityConnectDone() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp159 napi_value element; in ToSendableArray() local
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_backup_connection_mock.cpp30 void SvcBackupConnection::OnAbilityConnectDone(const AppExecFwk::ElementName &element, in OnAbilityConnectDone() argument
40 void SvcBackupConnection::OnAbilityDisconnectDone(const AppExecFwk::ElementName &element, int resultCode) in OnAbilityDisconnectDone() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_list.h76 List *element = NULL; in ListPopFront() local
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddspkginit.c386 union acpi_operand_object *element = *element_ptr; acpi_ds_resolve_package_element() local
[all...]
H A Duttrack.c281 struct acpi_debug_mem_block *element; in acpi_ut_find_allocation() local
337 struct acpi_debug_mem_block *element; acpi_ut_track_allocation() local
542 struct acpi_debug_mem_block *element; acpi_ut_dump_allocations() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dmin_heap.h109 void min_heap_push(struct min_heap *heap, const void *element, in min_heap_push() argument
99 min_heap_pop_push(struct min_heap *heap, const void *element, const struct min_heap_callbacks *func) min_heap_pop_push() argument
[all...]
/kernel/linux/linux-5.10/sound/usb/6fire/
H A Dcontrol.h37 struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS]; member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue.c305 ia_css_queue_peek( ia_css_queue_t *qhandle, u32 offset, uint32_t *element) ia_css_queue_peek() argument
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Duttrack.c281 struct acpi_debug_mem_block *element; in acpi_ut_find_allocation() local
337 struct acpi_debug_mem_block *element; acpi_ut_track_allocation() local
542 struct acpi_debug_mem_block *element; acpi_ut_dump_allocations() local
[all...]
H A Ddspkginit.c386 union acpi_operand_object *element = *element_ptr; acpi_ds_resolve_package_element() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dmin_heap.h109 void min_heap_push(struct min_heap *heap, const void *element, in min_heap_push() argument
99 min_heap_pop_push(struct min_heap *heap, const void *element, const struct min_heap_callbacks *func) min_heap_pop_push() argument
[all...]

Completed in 11 milliseconds

12345678910>>...43