| /foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ability/ |
| H A D | camera_ability_napi.cpp | 282 napi_value element; in HandleQuery() local 291 napi_value element; in HandleQuery() local 300 napi_value element; in HandleQuery() local
|
| /foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
| H A D | avrecorder_callback.cpp | 471 napi_status AudioCaptureChangeInfoJsCallback::SetDeviceProperty(napi_env env, napi_value &element) in SetDeviceProperty() argument 502 napi_value element; SetDeviceInfo() local [all...] |
| /foundation/resourceschedule/work_scheduler/services/test/src/ |
| H A D | workschedulerservice_test.cpp | 631 AppExecFwk::ElementName element;
in HWTEST_F() local
|
| /foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
| H A D | netpolicy_exec.cpp | 266 napi_value element = NapiUtils::CreateInt32(context->GetEnv(), uid); in GetUidsByPolicyCallback() local 287 napi_value element = NetPolicyExec::CreateNetQuotaPolicy(context->GetEnv(), quotaPolicy); in GetNetQuotaPoliciesCallback() local 348 napi_value element = NapiUtils::CreateUint32(context->GetEnv(), uid); in GetDeviceIdleTrustlistCallback() local 364 napi_value element = NapiUtils::CreateUint32(context->GetEnv(), uid); in GetPowerSaveTrustlistCallback() local
|
| /foundation/communication/nfc/services/src/card_emulation/ |
| H A D | host_card_emulation_manager.cpp | 415 bool HostCardEmulationManager::DispatchAbilitySingleApp(ElementName& element) in DispatchAbilitySingleApp() argument [all...] |
| /foundation/communication/netstack/frameworks/js/napi/tls/src/context/ |
| H A D | tls_connect_context.cpp | 66 napi_value element = nullptr; in ReadNecessaryOptions() local 192 napi_value element = nullptr; in ReadTLSSecureOptions() local
|
| /foundation/communication/nfc/interfaces/inner_api/tags/ |
| H A D | tag_session_proxy.cpp | 344 int TagSessionProxy::RegForegroundDispatch(ElementName &element, std::vector<uint32_t> &discTech, in RegForegroundDispatch() argument 377 int TagSessionProxy::UnregForegroundDispatch(ElementName &element) in UnregForegroundDispatch() argument 400 int TagSessionProxy::RegReaderMode(ElementName &element, std::vector<uint32_t> &discTech, in RegReaderMode() argument 433 int TagSessionProxy::UnregReaderMode(ElementName &element) in UnregReaderMode() argument [all...] |
| /foundation/communication/nfc/services/src/ipc/tags/ |
| H A D | tag_session_stub.cpp | 371 ElementName* element = ElementName::Unmarshalling(data);
in HandleRegForegroundDispatch() local 419 ElementName* element = ElementName::Unmarshalling(data);
in HandleUnregForegroundDispatch() local 463 ElementName* element = ElementName::Unmarshalling(data); HandleRegReaderMode() local 511 ElementName* element = ElementName::Unmarshalling(data); HandleUnregReaderMode() local [all...] |
| /foundation/communication/nfc/test/unittest/services/services_tags_test/ |
| H A D | tag_session_test.cpp | 150 AppExecFwk::ElementName element;
in HWTEST_F() local 163 AppExecFwk::ElementName element;
in HWTEST_F() local 583 AppExecFwk::ElementName element;
in HWTEST_F() local 599 AppExecFwk::ElementName element;
in HWTEST_F() local
|
| /foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/ |
| H A D | hostcardemulationmanager_fuzzer.cpp | 213 AppExecFwk::ElementName element; in FuzzOnAbilityDisconnectDone() local
|
| /foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/ |
| H A D | dm_dialog_manager.cpp | 141 AppExecFwk::ElementName element; in ConnectExtension() local 170 OnAbilityConnectDone( const AppExecFwk::ElementName& element, const sptr<IRemoteObject>& remoteObject, int resultCode) OnAbilityConnectDone() argument 218 OnAbilityDisconnectDone( const AppExecFwk::ElementName& element, int resultCode) OnAbilityDisconnectDone() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
| H A D | js_utils.h | 236 napi_value element; in Convert2Value() local
|
| /foundation/distributeddatamgr/preferences/frameworks/native/src/ |
| H A D | preferences_xml_utils.cpp | 186 Element element; in ReadSettingXml() local 203 ParseNodeElement(const xmlNode *node, Element &element) ParseNodeElement() argument 233 ParsePrimitiveNodeElement(const xmlNode *node, Element &element) ParsePrimitiveNodeElement() argument 260 ParseStringNodeElement(const xmlNode *node, Element &element) ParseStringNodeElement() argument 287 ParseArrayNodeElement(const xmlNode *node, Element &element) ParseArrayNodeElement() argument 414 CreateElementNode(Element &element) CreateElementNode() argument 437 CreatePrimitiveNode(Element &element) CreatePrimitiveNode() argument 454 CreateStringNode(Element &element) CreateStringNode() argument 475 CreateArrayNode(Element &element) CreateArrayNode() argument [all...] |
| H A D | preferences_value_parcel.cpp | 544 uint8_t element = *(reinterpret_cast<const uint8_t *>(startAddr)); in UnmarshallingVecUInt8() local 560 double element = *(reinterpret_cast<const double *>(startAddr)); in UnmarshallingVecDouble() local 576 bool element = *(reinterpret_cast<const bool *>(startAddr)); in UnmarshallingVecBool() local 595 uint64_t element in UnmarshallingVecBigInt() local [all...] |
| H A D | preferences_impl.cpp | 210 static void Convert2PrefValue(const Element &element, T &value) in Convert2PrefValue() argument 226 static void Convert2PrefValue(const Element &element, std::vector<T> &values) in Convert2PrefValue() argument 235 static void Convert2PrefValue(const Element &element, BigInt &value) in Convert2PrefValue() argument 250 bool GetPrefValue(const Element &element, T &value) in GetPrefValue() argument 256 Convert2PrefValue(const Element &element, std::vector<uint8_t> &value) Convert2PrefValue() argument 263 Convert2PrefValue(const Element &element, Object &value) Convert2PrefValue() argument 269 GetPrefValue(const Element &element, T &value) GetPrefValue() argument 281 Convert2PrefValue(const Element &element, std::variant<Types...> &value) Convert2PrefValue() argument 286 ReadXmlElement(const Element &element, std::map<std::string, PreferencesValue> &prefMap) ReadXmlElement() argument 330 Element element; Convert2Element() local 352 Element element; Convert2Element() local [all...] |
| /foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
| H A D | napi_data_utils.cpp | 178 napi_value element = nullptr; in SetValue() local 262 napi_value element = nullptr; in SetValue() local 296 napi_value element = nullptr; in SetValue() local [all...] |
| /foundation/filemanagement/user_file_service/test/fuzztest/medialibraryfileaccess_fuzzer/ |
| H A D | medialibrary_file_access_fuzzer.cpp | 88 auto element = wantVec[i].GetElement(); in GetFileAccessHelper() local
|
| /foundation/window/window_manager/window_scene/screen_session_manager/src/connection/ |
| H A D | screen_session_ability_connection.cpp | 36 OnAbilityConnectDone( const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int32_t resultCode) OnAbilityConnectDone() argument 64 OnAbilityDisconnectDone( const AppExecFwk::ElementName &element, int32_t resultCode) OnAbilityDisconnectDone() argument
|
| /kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
| H A D | acpi_thermal_rel.c | 78 struct acpi_buffer element = { 0, NULL }; in acpi_parse_trt() local 155 struct acpi_buffer element = { 0, NULL }; in acpi_parse_art() local
|
| /kernel/linux/linux-5.10/drivers/usb/host/ |
| H A D | uhci-debug.c | 170 __hc32 element = qh_element(qh); in uhci_show_qh() local
|
| /kernel/linux/linux-5.10/security/tomoyo/ |
| H A D | gc.c | 40 static bool tomoyo_struct_used_by_io_buffer(const struct list_head *element) in tomoyo_struct_used_by_io_buffer() argument 109 static inline void tomoyo_del_transition_control(struct list_head *element) in tomoyo_del_transition_control() argument 125 tomoyo_del_aggregator(struct list_head *element) tomoyo_del_aggregator() argument 141 tomoyo_del_manager(struct list_head *element) tomoyo_del_manager() argument 156 tomoyo_del_acl(struct list_head *element) tomoyo_del_acl() argument 251 tomoyo_del_domain(struct list_head *element) tomoyo_del_domain() argument 277 tomoyo_del_condition(struct list_head *element) tomoyo_del_condition() argument 317 tomoyo_del_name(struct list_head *element) tomoyo_del_name() argument 329 tomoyo_del_path_group(struct list_head *element) tomoyo_del_path_group() argument 344 tomoyo_del_group(struct list_head *element) tomoyo_del_group() argument 359 tomoyo_del_address_group(struct list_head *element) tomoyo_del_address_group() argument 371 tomoyo_del_number_group(struct list_head *element) tomoyo_del_number_group() argument 386 tomoyo_try_to_gc(const enum tomoyo_policy_id type, struct list_head *element) tomoyo_try_to_gc() argument [all...] |
| /kernel/linux/linux-5.10/lib/ |
| H A D | lru_cache.c | 92 struct lc_element **element = NULL; in lc_create() local [all...] |
| /kernel/linux/linux-5.10/mm/ |
| H A D | mempool.c | 25 static void poison_error(mempool_t *pool, void *element, size_t size, in poison_error() argument 42 static void __check_element(mempool_t *pool, void *element, size_t size) in __check_element() argument 58 static void check_element(mempool_t *pool, void *element) in check_element() argument 73 __poison_element(void *element, size_t size) __poison_element() argument 81 poison_element(mempool_t *pool, void *element) poison_element() argument 96 check_element(mempool_t *pool, void *element) check_element() argument 99 poison_element(mempool_t *pool, void *element) poison_element() argument 104 kasan_poison_element(mempool_t *pool, void *element) kasan_poison_element() argument 112 kasan_unpoison_element(mempool_t *pool, void *element) kasan_unpoison_element() argument 120 add_element(mempool_t *pool, void *element) add_element() argument 130 void *element = pool->elements[--pool->curr_nr]; remove_element() local 152 void *element = remove_element(pool); mempool_exit() local 198 void *element; mempool_init_node() local 299 void *element; mempool_resize() local 375 void *element; mempool_alloc() local 450 mempool_free(void *element, mempool_t *pool) mempool_free() argument 515 mempool_free_slab(void *element, void *pool_data) mempool_free_slab() argument 533 mempool_kfree(void *element, void *pool_data) mempool_kfree() argument 550 mempool_free_pages(void *element, void *pool_data) mempool_free_pages() argument [all...] |
| /kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
| H A D | esas2r_disc.c | 1163 struct list_head *element; in esas2r_disc_fix_curr_requests() local
|
| H A D | esas2r_int.c | 342 struct list_head *element, *next; in esas2r_do_deferred_processes() local 395 struct list_head *element; in esas2r_process_adapter_reset() local 449 struct list_head *element; in esas2r_process_bus_reset() local [all...] |