Home
last modified time | relevance | path

Searched refs:name (Results 23051 - 23075 of 24608) sorted by relevance

1...<<921922923924925926927928929930>>...985

/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp31 void WindowProperty::SetWindowName(const std::string& name) in SetWindowName() argument
33 windowName_ = name; in SetWindowName()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c122 TRANS_LOGE(TRANS_SDK, "invalid pkg name"); in CreateSessionServer()
264 TRANS_CHECK_AND_RETURN_RET_LOGE(ret == SOFTBUS_OK, ret, TRANS_SDK, "invalid session name."); in OpenSession()
503 TRANS_CHECK_AND_RETURN_RET_LOGE(ret == SOFTBUS_OK, ret, TRANS_SDK, "invalid session name."); in OpenSessionSync()
683 TRANS_LOGE(TRANS_SDK, "get dfs session name failed"); in IsValidDFSSession()
688 TRANS_LOGE(TRANS_SDK, "invalid dfs session name"); in IsValidDFSSession()
916 TRANS_LOGE(TRANS_SDK, "invalid pkg name"); in CreateSocket()
921 TRANS_LOGE(TRANS_SDK, "copy session name failed"); in CreateSocket()
1012 .sessionName = info->name != NULL ? info->name : "", in ClientAddSocket()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_skeleton.cpp1116 std::string name = "ashmem2"; in ReadAshmem() local
1117 sptr<Ashmem> ashmem2 = Ashmem::CreateAshmem(name.c_str(), ashmemSize); in ReadAshmem()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp610 NETSTACK_LOGD("Get no pinset by host name"); in SetServerSSLCertOption()
647 if (multiFormData.name.empty()) { in SetMultiPartOption()
651 NETSTACK_LOGE("Failed to set name error no data and filepath at the same time"); in SetMultiPartOption()
667 CURLcode result = curl_mime_name(part, multiFormData.name.c_str()); in SetFormDataOption()
669 NETSTACK_LOGE("Failed to set name error: %{public}s", curl_easy_strerror(result)); in SetFormDataOption()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dhal_device_manage_test.cpp632 wifiChipInfo_1.name = "AB"; in HWTEST_F()
635 wifiChipInfo_2.name = "BC"; in HWTEST_F()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp124 #define SOCKET_INTERFACE(Context, executor, callback, work, name) \
125 ModuleTemplate::Interface<Context>(env, info, name, work, SocketAsyncWork::executor, SocketAsyncWork::callback)
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp85 dbTable.name = table.name; in GetDBSchema()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp820 errCode = CreateDistributedSharedTable(handle, tableSchema.name, tableSchema.sharedTableName, in DoUpdateSharedTable()
896 errCode = CreateDistributedSharedTable(handle, tableSchema.name, tableSchema.sharedTableName, in DoCreateSharedTable()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_pin_holder.cpp126 * @tc.name: InitDeviceManager_001
585 std::string name; in HWTEST_F() local
587 pinHolder->CloseSession(name); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp815 LOGE("ConvertDeviceInfoToDmDevice: copy device name failed."); in FillDeviceInfo()
983 bool SoftbusListener::CloseDmRadarHelperObj(std::string name) in CloseDmRadarHelperObj() argument
985 (void)name; in CloseDmRadarHelperObj()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_predicates.cpp32 void SetGlobalNamedProperty(napi_env env, const char *name, napi_value constructor) in SetGlobalNamedProperty() argument
37 status = napi_set_named_property(env, global, name, constructor); in SetGlobalNamedProperty()
130 env, valueType == napi_string, std::make_shared<ParamTypeError>("name", "a non empty string."), version); in InnerNew()
133 env, !tableName.empty(), std::make_shared<ParamTypeError>("name", "a non empty string."), version); in InnerNew()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp285 // 0bit backup a level before applying name (equivalent to ../ on many systems) in CreateRequest()
609 void ObexHeader::AppendItemName(const std::u16string &name) in AppendItemName() argument
611 AppendUnicode(ObexHeader::NAME, name); in AppendItemName()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.cpp413 int Socket::Listen(const std::string &name, const Uuid &uuid, int securityFlag, int &sockfd) in Listen() argument
437 int ret = sdpServer_->RegisterSdpService(name, uuid, scn_); in Listen()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.cpp1069 EGLBoolean EglWrapperDisplay::GetCompositorTimingSupportedANDROID(EGLSurface surface, EGLint name) in GetCompositorTimingSupportedANDROID() argument
1086 switch (name) { in GetCompositorTimingSupportedANDROID()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp197 std::string name = data.ReadString(); in OnRemoteRequest() local
214 .name_ = name, in OnRemoteRequest()
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dapi_test.cpp95 * @tc.name : OH_VideoDecoder_FindDecoder para error
106 * @tc.name : OH_VideoDecoder_CreateByName para error
117 * @tc.name : OH_VideoDecoder_SetCallback para error
133 * @tc.name : OH_VideoDecoder_SetCallback para error
151 * @tc.name : OH_VideoDecoder_SetCallback para error
167 * @tc.name : OH_VideoDecoder_Destroy para error
177 * @tc.name : OH_VideoDecoder_Configure para error
189 * @tc.name : OH_VideoDecoder_Configure para error
201 * @tc.name : OH_VideoDecoder_Configure para error
216 * @tc.name
848 const char *name = OH_AVCapability_GetName(nullptr); HWTEST_F() local
[all...]
/third_party/elfutils/libcpu/
H A Driscv_disasm.c98 const char *name; member
1264 op[last] = (char *) found->name; in riscv_disasm()
/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c1420 .p.name = "mlp",
1435 .p.name = "truehd",
H A Dimc.c1086 .p.name = "imc",
1103 .p.name = "iac",
H A Domx.c919 { "omx_libname", "OpenMAX library name", OFFSET(libname), AV_OPT_TYPE_STRING, { 0 }, 0, 0, VDE },
940 .p.name = "mpeg4_omx",
961 .p.name = "h264_omx",
/third_party/curl/tests/libtest/
H A Dlib1560.c44 const char *name; member
70 for(i = 0; parts[i].name; i++) { in checkparts()
361 /* URL without host name */
476 {"http://example.com/path/html?query=name",
478 "query=name | [17]",
480 {"http://example.com/path/html?query=name#anchor",
482 "query=name | anchor",
484 {"http://example.com:1234/path/html?query=name#anchor",
486 "query=name | anchor",
488 {"http:///user:password@example.com:1234/path/html?query=name#ancho
[all...]
/third_party/ffmpeg/libavformat/
H A Dwavdec.c840 .name = "wav",
989 .name = "w64",
H A Dmpeg.c690 .name = "mpeg",
867 av_log(s, AV_LOG_DEBUG, "IDX stream[%d] name=%s\n", stream_id, p); in vobsub_read_header()
1046 .name = "vobsub",
H A Dflvenc.c291 /* first event name as a string */ in write_metadata()
483 desc ? desc->name : "unknown"); in unsupported_codec()
1069 .name = "flv",
H A Dudp.c1144 .name = "udp",
1156 .name = "udplite",

Completed in 59 milliseconds

1...<<921922923924925926927928929930>>...985