/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_hierarchy_observer.h | 70 const ChildChangedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType); 72 const ChildMovedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType); 82 void HierarchyChanged(const HierarchyChangedInfo& info, ObjectChangeListener* listener); 125 void AddImmediateChild(const HierarchyChangedInfo& info); 126 void RemoveImmediateChild(const HierarchyChangedInfo& info);
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_receiver_mdk.cpp | 45 struct OhosImageReceiverInfo info, napi_value* res) in OH_Image_Receiver_CreateImageReceiver() 48 args.inNum0 = info.width; in OH_Image_Receiver_CreateImageReceiver() 49 args.inNum1 = info.height; in OH_Image_Receiver_CreateImageReceiver() 50 args.inNum2 = info.format; in OH_Image_Receiver_CreateImageReceiver() 51 args.inNum3 = info.capicity; in OH_Image_Receiver_CreateImageReceiver() 44 OH_Image_Receiver_CreateImageReceiver(napi_env env, struct OhosImageReceiverInfo info, napi_value* res) OH_Image_Receiver_CreateImageReceiver() argument
|
/foundation/multimedia/media_foundation/engine/foundation/osal/filesystem/ |
H A D | file_system.cpp | 136 struct dirent *info; in RemoveFilesInDir() local 137 while ((info = readdir(directory)) != nullptr) { in RemoveFilesInDir() 138 if (strcmp(info->d_name, ".") == 0 || strcmp(info->d_name, "..") == 0) { in RemoveFilesInDir() 141 std::string fullPath = path + "/" + info->d_name; in RemoveFilesInDir()
|
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/inner/ |
H A D | avformat_inner_mock.cpp | 125 std::string info = format_.Stringify(); in DumpInfo() local 126 if (info.empty()) { in DumpInfo() 130 uint32_t bufLength = info.size() > maxDumpLength ? maxDumpLength : info.size(); in DumpInfo() 135 if (strcpy_s(dumpInfo_, bufLength + 1, info.c_str()) != 0) { in DumpInfo()
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | efficiency_resources_operation.cpp | 92 napi_value ParseParameters(const napi_env &env, const napi_callback_info &info, in ParseParameters() argument 97 BGTASK_NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, NULL, NULL)); in ParseParameters() 150 napi_value ApplyEfficiencyResources(napi_env env, napi_callback_info info) in ApplyEfficiencyResources() argument 153 if (ParseParameters(env, info, params, true) == nullptr || !CheckValidInfo(env, params, true)) { in ApplyEfficiencyResources() 161 napi_value ResetAllEfficiencyResources(napi_env env, napi_callback_info info) in ResetAllEfficiencyResources() argument
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_display_test.cpp | 58 sptr<SupportedScreenModes> info = new SupportedScreenModes(modesInfo); in SetUp() local 61 absDisplay = new AbstractDisplay(id, info, absScreen); in SetUp() 64 absDisplay2 = new AbstractDisplay(id, info, absScreen); in SetUp() 67 absDisplay3 = new AbstractDisplay(id, info, absScreen); in SetUp() 70 absDisplay4 = new AbstractDisplay(id, info, absScreen); in SetUp()
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 91 int32_t ISoftBusClient::OnNodeOnlineStateChanged(const char *pkgName, bool isOnline, void *info, uint32_t infoTypeLen) in OnNodeOnlineStateChanged() argument 97 int32_t ISoftBusClient::OnNodeBasicInfoChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type) in OnNodeBasicInfoChanged() argument 103 int32_t ISoftBusClient::OnNodeStatusChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type) in OnNodeStatusChanged() argument 106 (void)info; in OnNodeStatusChanged() 141 int32_t ISoftBusClient::OnTimeSyncResult(const void *info, uint32_t infoTypeLen, int32_t retCode) in OnTimeSyncResult() argument
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_callback_test.cpp | 70 const sptr<NetLinkInfo> &info) in NetConnectionPropertiesChange() 72 if (netHandle == nullptr || info == nullptr) { in NetConnectionPropertiesChange() 75 NETMGR_LOG_D("NetConnectionPropertiesChange: netId = %{public}d info = %{public}s", netHandle->GetNetId(), in NetConnectionPropertiesChange() 76 info->ToString(" ").c_str()); in NetConnectionPropertiesChange() 179 sptr<NetLinkInfo> info = nullptr; in HWTEST_F() local 180 int32_t ret = instance_->NetConnectionPropertiesChange(handle, info); in HWTEST_F() 69 NetConnectionPropertiesChange(sptr<NetHandle> &netHandle, const sptr<NetLinkInfo> &info) NetConnectionPropertiesChange() argument
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/ |
H A D | mdns_base_context.cpp | 105 napi_value info = NapiUtils::GetNamedProperty(env, obj, CONTEXT_ATTR_APPINFO); in GetContextIdString() local 106 if (NapiUtils::HasNamedProperty(env, info, APPINFO_ATTR_NAME)) { in GetContextIdString() 107 return NapiUtils::GetStringPropertyUtf8(env, info, APPINFO_ATTR_NAME); in GetContextIdString() 141 void MDnsBaseContext::SetServiceInfo(const MDnsServiceInfo &info) in SetServiceInfo() argument 143 serviceInfo_ = info; in SetServiceInfo()
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_client_exec.h | 92 static double GetTimingFromCurl(CURL *handle, CURLINFO info); 127 bool operator<(const RequestInfo &info) const in operator <() 129 return context->options.GetPriority() < info.context->options.GetPriority(); in operator <() 132 bool operator>(const RequestInfo &info) const in operator >() 134 return context->options.GetPriority() > info.context->options.GetPriority(); in operator >()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/iprocesscommunicator_fuzzer/ |
H A D | iprocesscommunicator_fuzzer.cpp | 66 DistributedDB::DeviceInfos info; variable 67 info.identifier = "default"; 68 return info; 73 std::vector<DistributedDB::DeviceInfos> info; variable 74 return info;
|
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/ |
H A D | errorcode_test.cpp | 71 HapInfoParams info = { in SetUpTestCase() local 102 AccessTokenKit::AllocHapToken(info, policy); in SetUpTestCase() 104 info.userID, info.bundleName, info.instIndex); in SetUpTestCase()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store_helper.cpp | 54 napi_value GetRdbStore(napi_env env, napi_callback_info info) in GetRdbStore() argument 62 auto input = [context, info](napi_env env, size_t argc, napi_value *argv, napi_value self) { in GetRdbStore() 86 context->SetAction(env, info, input, exec, output); in GetRdbStore() 92 napi_value DeleteRdbStore(napi_env env, napi_callback_info info) in DeleteRdbStore() argument 122 context->SetAction(env, info, input, exec, output); in DeleteRdbStore()
|
/foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
H A D | pin_holder_session.cpp | 142 if (memcpy_s(addr.info.ip.ip, IP_STR_MAX_LEN, targetId.wifiIp.c_str(), targetId.wifiIp.length()) != DM_OK) { in GetAddrByTargetId() 146 addr.info.ip.port = targetId.wifiPort; in GetAddrByTargetId() 149 if (memcpy_s(addr.info.br.brMac, BT_MAC_LEN, targetId.brMac.c_str(), targetId.brMac.length()) != DM_OK) { in GetAddrByTargetId() 155 if (memcpy_s(addr.info.ble.bleMac, BT_MAC_LEN, targetId.bleMac.c_str(), targetId.bleMac.length()) != DM_OK) { in GetAddrByTargetId() 160 Crypto::ConvertHexStringToBytes(addr.info.ble.udidHash, UDID_HASH_LEN, in GetAddrByTargetId()
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_app_gallery/ |
H A D | app_gallery_dispose_proxy.cpp | 101 AppRadar::Info info (bundleName, "", ""); in RecordDoDisposeRes() 104 AppRadar::GetInstance().RecordBackupFuncRes(info, "StartBackup", AppRadar::GetInstance().GetUserId(), in RecordDoDisposeRes() 108 AppRadar::GetInstance().RecordBackupFuncRes(info, "EndBackup", AppRadar::GetInstance().GetUserId(), in RecordDoDisposeRes() 112 AppRadar::GetInstance().RecordRestoreFuncRes(info, "StartRestore", AppRadar::GetInstance().GetUserId(), in RecordDoDisposeRes() 116 AppRadar::GetInstance().RecordRestoreFuncRes(info, "EndRestore", AppRadar::GetInstance().GetUserId(), in RecordDoDisposeRes()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | sched_scheduler_test.cpp | 72 BackupExtInfo info {}; in Init() 73 info.backupExtName = BUNDLE_NAME; in Init() 74 info.receExtManageJson = true; in Init() 75 info.receExtAppDone = true; in Init() 76 return make_pair(bundleName, info); in Init()
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
H A D | rs_graphic_test_main.cpp | 76 vector<const TestDefInfo*> info = ::OHOS::Rosen::TestDefManager::Instance().GetAllTestInfos(); in DisplayAllCaseInfo() local 86 for (uint32_t loop = 0; loop < info.size(); loop++) { in DisplayAllCaseInfo() 87 string filePath = info[loop]->filePath; in DisplayAllCaseInfo() 98 curlayerInfo.push_back(info[loop]->testCaseName); in DisplayAllCaseInfo() 106 out.append(" |--").append(info[loop]->testName); in DisplayAllCaseInfo()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/sendable_colorspacemanager_napi/ |
H A D | js_sendable_color_space_manager.cpp | 36 napi_value JsSendableColorSpaceManager::CreateSendableColorSpace(napi_env env, napi_callback_info info) in CreateSendableColorSpace() argument 38 JsSendableColorSpaceManager* me = CheckParamsAndGetThis<JsSendableColorSpaceManager>(env, info); in CreateSendableColorSpace() 39 return (me != nullptr) ? me->OnCreateColorSpace(env, info) : nullptr; in CreateSendableColorSpace() 64 napi_value JsSendableColorSpaceManager::OnCreateColorSpace(napi_env env, napi_callback_info info) in OnCreateColorSpace() argument 68 NAPI_CALL_WITH_ERRCODE_DEFAULT(env, napi_get_cb_info(env, info, &argvSize, argvArr.data(), nullptr, nullptr)); in OnCreateColorSpace() 86 "BusinessError 401: Parameter error, the type of info must be ApiColorSpaceType")); in OnCreateColorSpace()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ap.h | 74 * @info: Pointer to queue descriptor 78 static inline struct ap_queue_status ap_tapq(ap_qid_t qid, unsigned long *info) in ap_tapq() argument 88 if (info) in ap_tapq() 89 *info = reg2; in ap_tapq() 97 * @info: Pointer to queue descriptor 103 unsigned long *info) in ap_test_queue() 107 return ap_tapq(qid, info); in ap_test_queue() 150 * config info as returned by the ap_qci() function. 199 unsigned int zone : 8; /* zone info */ 245 * to handle the ap info neede 101 ap_test_queue(ap_qid_t qid, int tbit, unsigned long *info) ap_test_queue() argument [all...] |
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | vdso.c | 169 struct loongarch_vdso_info *info = current->thread.vdso; in arch_setup_additional_pages() local 178 size = VVAR_SIZE + info->size; in arch_setup_additional_pages() 188 &info->data_mapping); in arch_setup_additional_pages() 195 vma = _install_special_mapping(mm, vdso_addr, info->size, in arch_setup_additional_pages() 197 &info->code_mapping); in arch_setup_additional_pages()
|
/kernel/linux/linux-5.10/tools/testing/selftests/watchdog/ |
H A D | watchdog-test.c | 35 {"info", no_argument, NULL, 'i'}, 76 printf(" -i, --info\t\tShow watchdog_info\n"); in usage() 102 struct watchdog_info info; in main() local 127 ret = ioctl(fd, WDIOC_GETSUPPORT, &info); in main() 228 printf(" identity:\t\t%s\n", info.identity); in main() 230 info.firmware_version); in main() 231 printf(" options:\t\t%08x\n", info.options); in main()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
H A D | nv50.c | 37 mxm_match_tmds_partner(struct nvkm_mxm *mxm, u8 *data, void *info) in mxm_match_tmds_partner() argument 39 struct context *ctx = info; in mxm_match_tmds_partner() 50 mxm_match_dcb(struct nvkm_mxm *mxm, u8 *data, void *info) in mxm_match_dcb() argument 53 struct context *ctx = info; in mxm_match_dcb() 178 mxm_show_unmatched(struct nvkm_mxm *mxm, u8 *data, void *info) in mxm_show_unmatched() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
H A D | egress_lgcy.c | 97 if (!vport->info.vlan && !vport->info.qos) { in esw_acl_egress_lgcy_setup() 119 vport->vport, vport->info.vlan, vport->info.qos); in esw_acl_egress_lgcy_setup() 122 err = esw_egress_acl_vlan_create(esw, vport, NULL, vport->info.vlan, in esw_acl_egress_lgcy_setup()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | xilinx-xadc-events.c | 163 enum iio_event_direction dir, enum iio_event_info info, in xadc_read_event_value() 169 switch (info) { in xadc_read_event_value() 187 enum iio_event_direction dir, enum iio_event_info info, in xadc_write_event_value() 201 switch (info) { in xadc_write_event_value() 238 if (info == IIO_EV_INFO_VALUE) in xadc_write_event_value() 161 xadc_read_event_value(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, enum iio_event_info info, int *val, int *val2) xadc_read_event_value() argument 185 xadc_write_event_value(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, enum iio_event_info info, int val, int val2) xadc_write_event_value() argument
|
/kernel/linux/linux-5.10/drivers/iio/gyro/ |
H A D | adis16080.c | 39 * @info: chip specific parameters 45 const struct adis16080_chip_info *info; member 94 *val = st->info->scale_val; in adis16080_read_raw() 95 *val2 = st->info->scale_val2; in adis16080_read_raw() 205 st->info = &adis16080_chip_info[id->driver_data]; in adis16080_probe() 210 indio_dev->info = &adis16080_info; in adis16080_probe()
|