/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videodec_func_unit_test.cpp | 223 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 D | post_proc.cpp | 484 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 D | hdecoder_unit_test.cpp | 64 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 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 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 D | downloader.cpp | 245 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 D | videoenc_ndk_inner_sample.cpp | 158 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 D | fetch_file_result_napi.cpp | 312 .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 D | work_scheduler_service.cpp | 555 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 D | parse_util_test.cpp | 88 * @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 D | system_ability_mgr_new_test.cpp | 143 * @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 D | window.h | 515 * @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 D | window_immersive_test2.cpp | 216 .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 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()
|