/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 31 void WindowProperty::SetWindowName(const std::string& name) in SetWindowName() argument 33 windowName_ = name; in SetWindowName()
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_service.c | 122 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 D | test_service_skeleton.cpp | 1116 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 D | net_http_client_exec.cpp | 610 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 D | hal_device_manage_test.cpp | 632 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 D | socket_module.cpp | 124 #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 D | kvdb_general_store.cpp | 85 dbTable.name = table.name; in GetDBSchema()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_relational_storage_engine.cpp | 820 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 D | UTTest_dm_pin_holder.cpp | 126 * @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 D | softbus_listener.cpp | 815 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 D | napi_rdb_predicates.cpp | 32 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 D | obex_headers.cpp | 285 // 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 D | socket.cpp | 413 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 D | egl_wrapper_display.cpp | 1069 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 D | screen_session_manager_stub.cpp | 197 std::string name = data.ReadString(); in OnRemoteRequest() local 214 .name_ = name, in OnRemoteRequest()
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
H A D | api_test.cpp | 95 * @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 D | riscv_disasm.c | 98 const char *name; member 1264 op[last] = (char *) found->name; in riscv_disasm()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdec.c | 1420 .p.name = "mlp", 1435 .p.name = "truehd",
|
H A D | imc.c | 1086 .p.name = "imc", 1103 .p.name = "iac",
|
H A D | omx.c | 919 { "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 D | lib1560.c | 44 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 D | wavdec.c | 840 .name = "wav", 989 .name = "w64",
|
H A D | mpeg.c | 690 .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 D | flvenc.c | 291 /* first event name as a string */ in write_metadata() 483 desc ? desc->name : "unknown"); in unsupported_codec() 1069 .name = "flv",
|
H A D | udp.c | 1144 .name = "udp", 1156 .name = "udplite",
|