/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/ |
H A D | softbus_adapter.cpp | 125 .name = const_cast<char*>(sessionName.c_str()), in CreateSoftbusSessionServer() 193 .name = const_cast<char*>((localSesionName.c_str())), in OpenSoftbusSession()
|
/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/ |
H A D | b_session_restore_test.cpp | 38 static void OnBundleStarted(ErrCode err, const BundleName name) in OnBundleStarted() argument 43 static void OnBundleFinished(ErrCode err, const BundleName name) in OnBundleFinished() argument 101 * @tc.name: SUB_backup_b_session_restore_0100 132 * @tc.name: SUB_backup_b_session_restore_0200 164 * @tc.name: SUB_backup_b_session_restore_0300 205 * @tc.name: SUB_backup_b_session_restore_0400 238 * @tc.name: SUB_backup_b_session_restore_0500 272 * @tc.name: SUB_backup_b_session_restore_0600 314 * @tc.name: SUB_backup_b_session_restore_0601 353 * @tc.name [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/daudio_output_test/ |
H A D | daudio_output_test.cpp | 228 plugin->sharedMemory_.name = "sharedMemory_"; in HWTEST_F() 233 plugin->sharedMemory_.name = "sharedMemory_"; in HWTEST_F()
|
/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_socket.c | 152 COMM_LOGE(COMM_ADAPTER, "get local name invalid input"); in SoftBusSocketGetLocalName() 167 COMM_LOGE(COMM_ADAPTER, "get peer name invalid input"); in SoftBusSocketGetPeerName() 492 uint32_t SoftBusIfNameToIndex(const char *name) in SoftBusIfNameToIndex() argument 494 return if_nametoindex(name); in SoftBusIfNameToIndex()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_receiver.cpp | 152 const std::string& name)
in VSyncReceiver() 157 name_(name)
in VSyncReceiver() 149 VSyncReceiver(const sptr<IVSyncConnection>& conn, const sptr<IRemoteObject>& token, const std::shared_ptr<OHOS::AppExecFwk::EventHandler>& looper, const std::string& name) VSyncReceiver() argument
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/ |
H A D | screen_session_manager_client_proxy.cpp | 26 ScreenId rsId, const std::string& name, bool isExtend) in OnScreenConnectionChanged() 53 if (!data.WriteString(name)) { in OnScreenConnectionChanged() 54 WLOGFE("Write name failed"); in OnScreenConnectionChanged() 25 OnScreenConnectionChanged(ScreenId screenId, ScreenEvent screenEvent, ScreenId rsId, const std::string& name, bool isExtend) OnScreenConnectionChanged() argument
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | multi_screen_manager_test.cpp | 56 * @tc.name: FilterPhysicalAndVirtualScreen 71 * @tc.name: VirtualScreenMirrorSwitch 85 * @tc.name: VirtualScreenMirrorSwitch 101 * @tc.name: VirtualScreenMirrorSwitch 113 std::string name = "ok"; in HWTEST_F() local 115 sptr<ScreenSessionGroup> sessiongroup = new ScreenSessionGroup(mainScreenId, rsId, name, combination); in HWTEST_F() 122 * @tc.name: VirtualScreenMirrorSwitch04 136 * @tc.name: VirtualScreenMirrorSwitch05 150 * @tc.name: VirtualScreenMirrorSwitch06 164 * @tc.name [all...] |
/third_party/elfutils/libdwfl/ |
H A D | dwfl_frame.c | 176 if (startswith (mod->name, "[vdso: ") in dwfl_attach_state() 177 || strcmp (strrchr (mod->name, ' ') ?: "", in dwfl_attach_state()
|
/third_party/ffmpeg/libavcodec/ |
H A D | binkaudio.c | 369 .p.name = "binkaudio_rdft", 383 .p.name = "binkaudio_dct",
|
H A D | atrac3plusdec.c | 408 .p.name = "atrac3plus", 421 .p.name = "atrac3plusal",
|
H A D | libvpxdec.c | 359 .p.name = "libvpx", 381 .p.name = "libvpx-vp9",
|
H A D | asvdec.c | 332 .p.name = "asv1", 347 .p.name = "asv2",
|
H A D | asvenc.c | 347 .p.name = "asv1", 362 .p.name = "asv2",
|
H A D | a64multienc.c | 397 .p.name = "a64multi", 412 .p.name = "a64multi5",
|
H A D | aacdec.c | 556 .p.name = "aac", 584 .p.name = "aac_latm",
|
H A D | wmaenc.c | 437 .p.name = "wmav1", 452 .p.name = "wmav2",
|
/third_party/elfutils/libdw/ |
H A D | libdw.h | 142 const char *name; member 539 /* Return string in name attribute of DIE. */ 708 /* Return the function name in this line record. If this line is 709 inlined, this is the name of the function that was inlined. If this line 856 Ignore the first SKIP_SHADOWS scopes that match the name. 865 const char *name, int skip_shadows, 905 /* Return file name containing definition of the given declaration.
|
H A D | dwarf_getmacros.c | 42 get_offset_from (Dwarf_Die *die, int name, Dwarf_Word *retp) in get_offset_from() argument 46 if (INTUSE(dwarf_attr) (die, name, &attr) == NULL) in get_offset_from()
|
/third_party/curl/tests/ |
H A D | smbserver.py | 114 if os.name == "nt": 333 if os.name == "nt": 392 help="file name for the PID") 394 help="file name for the log")
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_cellauto.c | 314 .name = "default", 322 .name = "cellauto",
|
H A D | vsrc_mptestsrc.c | 341 .name = "default", 349 .name = "mptestsrc",
|
/third_party/ffmpeg/libavformat/ |
H A D | avformat.h | 286 * printf("%s\n", entry->name); 359 * - Several modifiers can be applied to the tag name. This is done by 360 * appending a dash character ('-') and the modifier name in the order 381 album -- name of the set this work belongs to 387 copyright -- name of copyright holder. 391 encoder -- name/settings of the software/hardware that produced the file. 393 filename -- original name of the file. 401 publisher -- name of the label/publisher. 402 service_name -- name of the service in broadcasting (channel name) 510 const char *name; global() member 661 const char *name; global() member [all...] |
H A D | av1dec.c | 281 .name = "av1", 426 .name = "obu",
|
H A D | tls_openssl.c | 240 .name = "urlprotocol bio", 265 // and insecure SSLv2 and SSLv3. Despite the name, SSLv23_*_method() in tls_open() 389 .name = "tls",
|
/third_party/gn/src/gn/ |
H A D | compile_commands_writer.cc | 218 << range.type->name; in WriteCommand() 418 if (target_filters_set.count(target->label().name())) in FilterLegacyTargets()
|