Home
last modified time | relevance | path

Searched refs:name (Results 4626 - 4650 of 4943) sorted by relevance

1...<<181182183184185186187188189190>>...198

/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_func_unit_test.cpp223 string fileName = testInfo_->name(); in PrepareSource()
240 * @tc.name: VideoDecoder_Multithread_Create_001
273 * @tc.name: VideoDecoder_Multithread_Create_002
301 * @tc.name: VideoDecoder_CreateWithNull_001
311 * @tc.name: VideoDecoder_CreateWithNull_002
321 * @tc.name: VideoDecoder_SetCallback_001
333 * @tc.name: VideoDecoder_SetCallback_002
345 * @tc.name: VideoDecoder_SetCallback_003
357 * @tc.name: VideoDecoder_SetCallback_004
370 * @tc.name
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp484 std::string name = "Parcel RawData, uniqueId: " + std::to_string(getpid()) + '_' + std::to_string(uniqueId); in AllocSharedMemory()
485 fd = AshmemCreate(name.c_str(), bufferSize); in AllocSharedMemory()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhdecoder_unit_test.cpp64 TLOGI("----- %s -----", ::testing::UnitTest::GetInstance()->current_test_info()->name()); in SetUp()
358 TLOGI("----- %s -----", ::testing::UnitTest::GetInstance()->current_test_info()->name()); in SetUp()
/foundation/multimedia/av_codec/test/moduletest/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
215 * @tc.name
817 const char *name = OH_AVCapability_GetName(nullptr); HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp245 Downloader::Downloader(const std::string& name) noexcept : name_(std::move(name)) in move()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp158 int32_t VEncNdkInnerSample::CreateByName(const std::string &name) in CreateByName() argument
160 venc_ = VideoEncoderFactory::CreateByName(name); in CreateByName()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp312 .name = UFM_FETCH_FILE_RESULT_CLASS_NAME, in UserFileMgrInit()
333 .name = PAH_FETCH_FILE_RESULT_CLASS_NAME, in PhotoAccessHelperInit()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp555 WS_HILOGD("%{public}s %{public}s %{public}d", info.bundleName.c_str(), info.name.c_str(), info.type); in CheckExtensionInfos()
557 info.name == workInfo.GetAbilityName() && in CheckExtensionInfos()
1234 WS_HILOGD("process name: %{public}s called CheckProcessName.", callingTokenInfo.processName.c_str()); in CheckProcessName()
1236 WS_HILOGE("CheckProcessName illegal access to this interface; process name: %{public}s.", in CheckProcessName()
/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp88 * @tc.name: ParseSaProfile001
104 * @tc.name: GetSaProfiles001
120 * @tc.name: GetSaProfiles002
147 * @tc.name: ParseTrustConfig001
173 * @tc.name: ParseTrustConfig002
199 * @tc.name: ParseTrustConfig003
216 * @tc.name: ParseTrustConfig004
233 * @tc.name: ParseTrustConfig005
255 * @tc.name: ParseTrustConfig006
272 * @tc.name
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_new_test.cpp143 * @tc.name: GetLocalNodeId001
156 * @tc.name: ReportGetSAPeriodically001
173 * @tc.name: StartDynamicSystemProcess
191 * @tc.name: GetSystemAbilityWithDevice001
215 * @tc.name: GetSystemAbilityFromRemote001
228 * @tc.name: GetSystemAbilityFromRemote002
241 * @tc.name: GetSystemAbilityFromRemote003
256 * @tc.name: GetSystemAbilityFromRemote004
272 * @tc.name: GetDBinder001
287 * @tc.name
662 const std::u16string name; HWTEST_F() local
[all...]
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h515 * @param windowName window name, identify window instance
644 * @brief Get the name of window.
650 static const std::string name; in GetWindowName() local
651 return name; in GetWindowName()
1497 * @brief Set window label name.
1499 * @param label Window label name.
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_immersive_test2.cpp216 .name = "main", in SetUp()
226 .name = "LeftAvoidTest", in SetUp()
362 * @tc.name: SetFullScreen
413 * @tc.name: SetLayoutFullScreen
463 * @tc.name: SetImmersiveModeEnabledState
525 * @tc.name: SetWindowSystemBarEnable_1
570 * @tc.name: SetWindowSystemBarEnable_2
625 * @tc.name: SetSpecificBarProperty
679 * @tc.name: SetWindowSystemBarProperties
/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()

Completed in 45 milliseconds

1...<<181182183184185186187188189190>>...198