| /developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/ |
| D | native_memory_profiler_sa_client_manager.cpp | 31 auto service = GetRemoteService(); in Start() local 32 if (service == nullptr) { in Start() 36 NativeMemoryProfilerSaProxy proxy(service); in Start() 63 auto service = GetRemoteService(); in Stop() local 64 if (service == nullptr) { in Stop() 68 NativeMemoryProfilerSaProxy proxy(service); in Stop() 75 auto service = GetRemoteService(); in Stop() local 76 if (service == nullptr) { in Stop() 80 NativeMemoryProfilerSaProxy proxy(service); in Stop() 90 auto service = GetRemoteService(); in DumpData() local [all …]
|
| /developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/ |
| D | native_memory_profiler_sa_service_test.cpp | 65 NativeMemoryProfilerSaService service; variable 66 EXPECT_EQ(service.Start(config), RET_OK); 68 EXPECT_EQ(service.Stop(config->pid_), RET_OK); 73 EXPECT_EQ(service.DumpData(fd, config), RET_OK); 75 EXPECT_EQ(service.Stop(config->pid_), RET_OK); 97 NativeMemoryProfilerSaService service; variable 98 EXPECT_EQ(service.Start(config), RET_ERR); 103 EXPECT_EQ(service.Start(config), RET_ERR);
|
| /developtools/profiler/device/services/ipc/src/ |
| D | ipc_generator.cpp | 32 const google::protobuf::ServiceDescriptor* service = file->service(i); in Generate() local 33 pcsp->AddService(service->name()); in Generate() 34 for (int j = 0; j < service->method_count(); j++) { in Generate() 35 const google::protobuf::MethodDescriptor* method = service->method(j); in Generate() 38 … pcsp->AddServiceMethod(service->name(), method->name(), inputType->name(), outputType->name()); in Generate()
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | main.cpp | 38 auto service = std::make_shared<ProfilerService>(std::make_shared<PluginService>()); in main() local 39 CHECK_NOTNULL(service, -1, "ProfilerService create failed!"); in main() 45 if (service->StartService(listenUri)) { in main() 47 service->WaitServiceDone(); in main()
|
| D | profiler_service.cpp | 75 StopSessionExpireTask(service->removeTask_); in ~SessionContext() 76 service->pluginSessionManager_->RemovePluginSessions(pluginNames); in ~SessionContext() 119 …CHECK_TRUE(service->pluginSessionManager_->CreatePluginSessions(pluginConfigs, bufferConfigs, data… in CreatePluginSessions() 122 …CHECK_TRUE(service->pluginSessionManager_->CreatePluginSessions(pluginConfigs, dataRepeater), fals… in CreatePluginSessions() 155 StartSessionExpireTask(service->removeTask_); in StartPluginSessions() 161 service->pluginSessionManager_->StartPluginSessions(pluginNames); in StartPluginSessions() 179 service->pluginSessionManager_->StopPluginSessions(pluginNames); in StopPluginSessions() 181 service->pluginService_->StopEpollThread(); in StopPluginSessions() 185 service->pluginService_->FlushAllData(name); in StopPluginSessions() 223 std::bind(&ProfilerService::RemoveSessionContext, service, id), in StartSessionExpireTask() [all …]
|
| /developtools/integration_verification/tools/startup_guard/rules/NO-Config-Cmds-In-Init/ |
| D | README.md | 39 **[白名单](whitelist.json)** 约束*.cfg文件中的service的启动方式:condition。 56 "service": [ 65 2. service:通过"start-mode" : "condition" 启动的服务。 74 **[白名单](whitelist.json)** 约束*.cfg文件中的service的启动方式:boot。 90 "service": [ 99 2. service:通过"start-mode" : "boot" 启动的服务。
|
| /developtools/profiler/protos/services/ |
| D | plugin_service.proto | 18 // IPC interface between profiler service and plugin service. 21 service IPluginService { 27 // service will use this interface to push commands with streamed return channel.
|
| D | profiler_service.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 20 // RPC interface between profiler service and host service 23 service IProfilerService {
|
| D | profiler_service_types.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 20 // Message define for profiler service, imported by profiler service proto file.
|
| D | common_types.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 32 REGISTERED = 1; // registered to plugin service.
|
| /developtools/smartperf_host/trace_streamer/src/protos/services/ |
| D | plugin_service.proto | 18 // IPC interface between profiler service and plugin service. 21 service IPluginService { 27 // service will use this interface to push commands with streamed return channel.
|
| D | profiler_service.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 20 // RPC interface between profiler service and host service 23 service IProfilerService {
|
| D | profiler_service_types.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 20 // Message define for profiler service, imported by profiler service proto file.
|
| D | common_types.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 31 REGISTERED = 1; // registered to plugin service.
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | do_arkTS_linter.ts | 215 let service: ts.LanguageService | undefined = cache?.service; 219 if (!service || shouldRebuild) { 251 service = ts.createLanguageService(servicesHost, ts.createDocumentRegistry()); 254 service.updateRootFiles([...originProgram.getRootFileNames()]); 255 const newCache: LanguageServiceCache = {service: service, pkgJsonFileHash: currentHash}; 258 return service.getBuilderProgram();
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/cpu_data/ |
| D | cpu_plugin_config.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 20 // Cpu plug-in configuration, passed to plug-in by plug-in service.
|
| /developtools/profiler/protos/types/plugins/gpu_data/ |
| D | gpu_plugin_config.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 20 // Cpu plug-in configuration, passed to plug-in by plug-in service.
|
| /developtools/profiler/protos/types/plugins/cpu_data/ |
| D | cpu_plugin_config.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 20 // Cpu plug-in configuration, passed to plug-in by plug-in service.
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/memory_data/ |
| D | memory_plugin_config.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 21 // Memory plug-in configuration, passed to plug-in by plug-in service. 37 // set true to report application memory by memory service, otherwise,
|
| /developtools/profiler/protos/types/plugins/diskio_data/ |
| D | diskio_plugin_config.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 19 // Diskio plug-in configuration, passed to plug-in by plug-in service.
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/diskio_data/ |
| D | diskio_plugin_config.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 19 // Diskio plug-in configuration, passed to plug-in by plug-in service.
|
| /developtools/profiler/protos/types/plugins/memory_data/ |
| D | memory_plugin_config.proto | 16 option java_package = "ohos.devtools.datasources.transport.grpc.service"; 21 // Memory plug-in configuration, passed to plug-in by plug-in service. 37 // set true to report application memory by memory service, otherwise,
|
| /developtools/integration_verification/tools/startup_guard/config_parser_mgr/cfg/ |
| D | config_parser.py | 367 def add_job(self, item, service, file_id): argument 369 self._jobs.get(item.get("name")).update(item, service, file_id) 372 parser.create(item, service, file_id) 388 def add_service_socket(self, item, service): argument 390 parser.create(item, service) 393 def add_service_file(self, item, service): argument 395 parser.create(item, service)
|
| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | trace_plugin_config.proto | 22 uint32 flush_interval_ms = 5; // time interval in milliseconds to notify service process 23 uint32 flush_threshold_kb = 6; // buffer water mark threshold to notify service process
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | trace_plugin_config.proto | 22 uint32 flush_interval_ms = 5; // time interval in milliseconds to notify service process 23 uint32 flush_threshold_kb = 6; // buffer water mark threshold to notify service process
|