/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | start_ability_utils.cpp | 207 if (request->abilityInfo.name.empty() || request->abilityInfo.bundleName.empty()) { in CreateStartAbilityInfo() 218 if (request->abilityInfo.name.empty() || request->abilityInfo.bundleName.empty()) { in CreateStartAbilityInfo() 235 if (extensionInfo.bundleName.empty() || extensionInfo.name.empty()) { in CreateStartAbilityInfo() 275 if (extensionInfo.bundleName.empty() || extensionInfo.name.empty()) { in CreateStartExtensionInfo() 297 if (extensionInfo.bundleName.empty() || extensionInfo.name.empty()) { in FindExtensionInfo()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
H A D | js_plugin_callback.cpp | 287 callbackParam[ACE_PARAM1] = AceWrapStringToJS(cbInfo_.env, workData->name); in OnRequestEventInner() 300 void JSPluginCallback::OnRequestEvent(const AAFwk::Want& want, const std::string& name, const std::string& data) in OnRequestEvent() argument 318 [weak, want, name, data]() { in OnRequestEvent() 325 uvWorkData.name = name; in OnRequestEvent()
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_circle_drawing_manager_test.cpp | 79 * @tc.name: CreatePointerWindow 99 * @tc.name: CreatePointerWindow 130 * @tc.name: CreatePointerWindow 156 * @tc.name: CreatePointerWindow 180 * @tc.name: DrawingProgressByOpenSource 204 * @tc.name: DrawingProgressByOpenSource 220 * @tc.name: DrawingProgressByRosenDrawing 245 * @tc.name: DrawingProgress 262 * @tc.name: SetPointerLocation 270 const std::string name in HWTEST_F() local [all...] |
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 121 std::string name = INVALID_NAME; in GetDeviceName() local 122 hostProxy->GetDeviceName(transport_, address_, name); in GetDeviceName() 123 return name; in GetDeviceName() 126 int BluetoothRemoteDevice::GetDeviceName(std::string &name) const in GetDeviceName() 132 return hostProxy->GetDeviceName(transport_, address_, name); in GetDeviceName()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
H A D | napi_bluetooth_spp_server.cpp | 77 napi_env env, napi_callback_info info, string &name, SppListenCallbackInfo *callbackInfo) in CheckSppListenParams() 86 NAPI_BT_RETURN_IF(!ParseString(env, name, argv[PARAM0]), in CheckSppListenParams() 92 callbackInfo->name_ = name; in CheckSppListenParams() 113 string name; in SppListen() local 116 auto status = CheckSppListenParams(env, info, name, callbackInfo); in SppListen() 76 CheckSppListenParams( napi_env env, napi_callback_info info, string &name, SppListenCallbackInfo *callbackInfo) CheckSppListenParams() argument
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/mp3/ |
H A D | audio_mp3_encoder_plugin.cpp | 61 definition.name = std::string(OHOS::MediaAVCodec::AVCodecCodecName::AUDIO_ENCODER_MP3_NAME); in RegisterAudioEncoderPlugins() 64 definition.SetCreator([](const std::string& name) -> std::shared_ptr<CodecPlugin> { in RegisterAudioEncoderPlugins() 65 return std::make_shared<AudioMp3EncoderPlugin>(name); in RegisterAudioEncoderPlugins() 97 AudioMp3EncoderPlugin::AudioMp3EncoderPlugin(const std::string& name) in AudioMp3EncoderPlugin() argument 98 : CodecPlugin(std::move(name)), in AudioMp3EncoderPlugin()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 81 std::string name("name");
in DoSomethingInterestingWithMyAPI() 138 rsRenderServiceConnectionProxy.CreateVSyncConnection(name, token, id1, windowNodeId);
in DoSomethingInterestingWithMyAPI() 140 rsRenderServiceConnectionProxy.SetFocusAppInfo(pid1, uid, name, name, id1);
in DoSomethingInterestingWithMyAPI() 144 rsRenderServiceConnectionProxy.CreateVirtualScreen(name, width, height, surface);
in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_surface_node_command.cpp | 42 RSContext& context, NodeId nodeId, std::string name, uint8_t type, enum SurfaceWindowType windowType) in CreateWithConfig() 45 .id = nodeId, .name = name, in CreateWithConfig() 318 const std::string& name, bool isEnabled) in SetWatermarkEnabled() 321 node->SetWatermarkEnabled(name, isEnabled); in SetWatermarkEnabled() 41 CreateWithConfig( RSContext& context, NodeId nodeId, std::string name, uint8_t type, enum SurfaceWindowType windowType) CreateWithConfig() argument 317 SetWatermarkEnabled(RSContext& context, NodeId nodeId, const std::string& name, bool isEnabled) SetWatermarkEnabled() argument
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | EnvironmentJS.cpp | 170 NapiApi::Value<BASE_NS::string> name; in EnvironmentJS() local 172 if (auto prm = args.Get("name")) { in EnvironmentJS() 173 name = NapiApi::Value<BASE_NS::string>(e, prm); in EnvironmentJS() 176 BASE_NS::string nameS = name; in EnvironmentJS() 178 // create "unique" name in EnvironmentJS() 198 if (name) { in EnvironmentJS() 199 // set the name of the object. if we were given one in EnvironmentJS() 200 meJs.Set("name", name); in EnvironmentJS()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/audio_sink/ |
H A D | sdl_audio_sink_plugin.cpp | 88 std::shared_ptr<AudioSinkPlugin> AudioSinkPluginCreator(const std::string& name) in AudioSinkPluginCreator() argument 90 return std::make_shared<SdlAudioSinkPlugin>(name); in AudioSinkPluginCreator() 96 definition.name = "sdl_audio_sink"; in SdlAudioRegister() 117 SdlAudioSinkPlugin::SdlAudioSinkPlugin(std::string name) in SdlAudioSinkPlugin() argument 118 : AudioSinkPlugin(std::move(name)), in SdlAudioSinkPlugin()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/ |
H A D | http_source_plugin.cpp | 35 std::shared_ptr<SourcePlugin> HttpSourcePluginCreater(const std::string& name) in HttpSourcePluginCreater() argument 37 return std::make_shared<HttpSourcePlugin>(name); in HttpSourcePluginCreater() 43 definition.name = "HttpSource"; in HttpSourceRegister() 55 HttpSourcePlugin::HttpSourcePlugin(const std::string &name) noexcept 56 : SourcePlugin(std::move(name)),
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/ |
H A D | audio_capture_plugin.cpp | 89 definition.name = "AudioCapture"; in AudioCaptureRegister() 93 definition.creator = [](const std::string& name) -> std::shared_ptr<SourcePlugin> { in AudioCaptureRegister() 94 return std::make_shared<AudioCapturePlugin>(name); in AudioCaptureRegister() 120 AudioCapturePlugin::AudioCapturePlugin(std::string name) : SourcePlugin(std::move(name)) {} in AudioCapturePlugin() argument
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/audio_sink/ |
H A D | audio_sink_filter.cpp | 39 AudioSinkFilter::AudioSinkFilter(const std::string& name) : MediaSynchronousSink(name) in AudioSinkFilter() argument 141 MEDIA_LOG_I("use plugin " PUBLIC_LOG_S " with negotiated " PUBLIC_LOG_S, selectedPluginInfo->name.c_str(), in Negotiate() 144 [this](const std::string& name) -> std::shared_ptr<Plugin::AudioSink> { in Negotiate() 145 auto plugin = Plugin::PluginManager::Instance().CreateAudioSinkPlugin(name); in Negotiate()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/ |
H A D | codecbase.h | 172 MOCK_METHOD(std::shared_ptr<CodecBase>, CreateFCodecByName, (const std::string &name)); 173 MOCK_METHOD(std::shared_ptr<CodecBase>, CreateHevcDecoderByName, (const std::string &name)); 174 MOCK_METHOD(std::shared_ptr<CodecBase>, CreateHCodecByName, (const std::string &name)); 206 MOCK_METHOD(int32_t, CreateCodecByName, (const std::string &name)); 254 virtual int32_t CreateCodecByName(const std::string &name);
|
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_language_manager.cpp | 400 if (xmlStrcmp(rootNode->name, BAD_CAST "RingtoneList") != 0) { in ReadMultilingualResources() 401 RINGTONE_ERR_LOG("failed to root node name is not matched"); in ReadMultilingualResources() 406 if (xmlStrcmp(rootNode->name, BAD_CAST "VibrationList") != 0) { in ReadMultilingualResources() 407 RINGTONE_ERR_LOG("failed to root node name is not matched"); in ReadMultilingualResources() 418 if (xmlStrcmp(itemNode->name, BAD_CAST "Language") != 0) { in ParseMultilingualXml() 430 if (resourceFileType == RINGTONE_FILE && xmlStrcmp(childNode->name, BAD_CAST "Ring") != 0) { in ParseMultilingualXml() 431 RINGTONE_ERR_LOG("failed to ringtone child node name is not matched"); in ParseMultilingualXml() 433 } else if (resourceFileType == VIBRATION_FILE && xmlStrcmp(childNode->name, BAD_CAST "vibrtion") != 0) { in ParseMultilingualXml() 434 RINGTONE_ERR_LOG("failed to vibrate child node name is not matched"); in ParseMultilingualXml()
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | samgr_small_ipc_adapter.c | 75 ThreadAttr attr = {endpoint->name, MAX_STACK_SIZE, PRI_ABOVE_NORMAL, 0, 0};
in Listen() 125 registerEpArg->endpoint->name, registerEpArg->endpoint->identity.handle);
in Receive() 130 if (strcmp(registerEpArg->endpoint->name, SAMGR_SERVICE) != 0) {
in Receive() 133 registerEpArg->endpoint->name, remain);
in Receive() 213 HILOG_ERROR(HILOG_MODULE_SAMGR, "Router <%s, %u> is NULL", endpoint->name, token);
in Dispatch()
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_immersive_test.cpp | 215 .name = "main",
in SetUp() 224 .name = "LeftAvoidTest",
in SetUp() 253 * @tc.name: ImmersiveTest01
259 fullScreenAppinfo_.name = "immer01";
in HWTEST_F() 272 * @tc.name: ImmersiveTest02
284 fullScreenAppinfo_.name = "Immer02";
in HWTEST_F() 300 * @tc.name: ImmersiveTest03
312 fullScreenAppinfo_.name = "Immer03";
in HWTEST_F() 327 * @tc.name: ImmersiveTest04
352 * @tc.name [all...] |
/foundation/window/window_manager/utils/test/unittest/ |
H A D | surface_draw_test.cpp | 43 std::string name; member 53 sptr<Window> CreateTestWindow(const std::string& name); 79 .name = "main", in SetUp() 93 sptr<Window> SurfaceDrawTest::CreateTestWindow(const std::string& name) in CreateTestWindow() argument 103 option->SetWindowName(name); in CreateTestWindow() 114 * @tc.name: DrawImage 139 * @tc.name: DecodeImageToPixelMap 149 * @tc.name: DrawMasking 179 * @tc.name: DoDrawImageRect 214 * @tc.name [all...] |
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_ledger_mock.h | 58 virtual bool LnnSetDLDeviceInfoName(const char *udid, const char *name) = 0; 102 virtual int32_t LnnSetDLUnifiedDeviceName(const char *udid, const char *name) = 0; 103 virtual int32_t LnnSetDLUnifiedDefaultDeviceName(const char *udid, const char *name) = 0; 104 virtual int32_t LnnSetDLDeviceNickNameByUdid(const char *udid, const char *name) = 0; 112 virtual bool LnnSetDLDeviceNickName(const char *networkId, const char *name);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_sqlite_utils_test.cpp | 74 * @tc.name: GetBlobTest001 103 * @tc.name: GetBlobTest002 132 * @tc.name: GetBlobTest003 160 * @tc.name: GetTextTest001 189 * @tc.name: GetTextTest002 218 * @tc.name: GetTextTest003 246 * @tc.name: KVLogUpgrade001 268 * @tc.name: BindErr 302 * @tc.name: AbnormalBranchErr 340 IndexName name; in HWTEST_F() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | raw_data_parser.cpp | 129 assets.insert({ it->name, *it }); in ParserRawData() 267 SetValue(node[GET_NAME(name)], asset_.name); in Marshal() 283 ret = GetValue(node, GET_NAME(name), asset_.name) && ret; in Unmarshal()
|
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbStoreAttachJsunit.test.js | 26 "name TEXT NOT NULL, " + "age INTEGER, " + "salary REAL, " + "blobType BLOB)"; 29 "name TEXT NOT NULL, " + "age INTEGER, " + "salary REAL, " + "blobType BLOB)"; 33 name: "rdbstore.db", 38 name: "rdbstore1.db", 43 name: "rdbstore2.db", 49 name: "rdbstore3.db", 83 "name": "zhangsan", 94 "name": "zhangsan", 117 "name": "lisi", 153 * @tc.name th [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output_audio/ |
H A D | dsoftbus_output_audio_plugin.cpp | 28 definition.name = "AVTransDsoftbusOutputAudioPlugin"; in CreateDsoftbusOutputAudioPluginDef() 32 definition.creator = [] (const std::string& name) -> std::shared_ptr<AvTransOutputPlugin> { in CreateDsoftbusOutputAudioPluginDef() 33 return std::make_shared<DsoftbusOutputAudioPlugin>(name); in CreateDsoftbusOutputAudioPluginDef() 52 DsoftbusOutputAudioPlugin::DsoftbusOutputAudioPlugin(std::string name) in DsoftbusOutputAudioPlugin() argument 53 : AvTransOutputPlugin(std::move(name)) in DsoftbusOutputAudioPlugin()
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 72 std::string name = "UNKNOWN"; member 90 ScreenSession(ScreenId screenId, ScreenId rsId, const std::string& name, 94 ScreenSession(const std::string& name, ScreenId smsId, ScreenId rsId, ScreenId defaultScreenId); 181 void SetName(std::string name); 266 ScreenSessionGroup(ScreenId smsId, ScreenId rsId, std::string name, ScreenCombination combination);
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | adf_ctl_drv.c | 151 if (adf_cfg_section_add(accel_dev, section.name)) { in adf_copy_key_value_data() 166 if (adf_add_key_value_data(accel_dev, section.name, in adf_copy_key_value_data() 366 strlcpy(dev_info.name, hw_data->dev_class->name, sizeof(dev_info.name)); in adf_ctl_ioctl_get_status()
|