/ohos5.0/base/print/print_fwk/services/print_service/bsuni/ |
H A D | BUILD.gn | 102 "${bsuni_gslib_path}/acctest.ps", 103 "${bsuni_gslib_path}/align.ps", 136 "${bsuni_gslib_path}/docie.ps", 161 "${bsuni_gslib_path}/gslp.ps", 162 "${bsuni_gslib_path}/gsnup.ps", 167 "${bsuni_gslib_path}/lines.ps", 173 "${bsuni_gslib_path}/pf2afm.ps", 175 "${bsuni_gslib_path}/ppath.ps", 176 "${bsuni_gslib_path}/pphs.ps", 177 "${bsuni_gslib_path}/prfont.ps", [all …]
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/ |
H A D | hks_fuzz_util.cpp | 42 WrapParamSet ps {}; in ConstructHksParamSetFromFuzz() local 43 int32_t ret = HksInitParamSet(&ps.s); in ConstructHksParamSetFromFuzz() 48 ret = HksAddParams(ps.s, params.data(), params.size()); in ConstructHksParamSetFromFuzz() 53 ret = HksBuildParamSet(&ps.s); in ConstructHksParamSetFromFuzz() 57 return ps; in ConstructHksParamSetFromFuzz()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | X2DFast.js | 238 let ps = XShader.gi().use(XShader.ID_SHADER_FAST); 243 gl.uniform1i(ps.tex[this.ridDict[rid]], this.ridDict[rid]); 246 gl.uniformMatrix4fv(ps.uMat, false, this.t2dExt); 250 gl.vertexAttribPointer(ps.position, 3, gl.FLOAT, false, 4 * 14, 0); 251 gl.enableVertexAttribArray(ps.position); 253 gl.enableVertexAttribArray(ps.aTexCoord); 254 gl.vertexAttribPointer(ps.ext1, 4, gl.FLOAT, false, 4 * 14, 4 * 5); 255 gl.enableVertexAttribArray(ps.ext1); 256 gl.vertexAttribPointer(ps.ext2, 4, gl.FLOAT, false, 4 * 14, 4 * 9); 257 gl.enableVertexAttribArray(ps.ext2); [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ModifyNode.js | 127 let ps = [parent]; 133 ps.splice(0, 0, pp); 136 for (let i in ps) { 137 if (ps[i].nodeType_ === NodeType.INHERIT) { 138 ptemp = NodeTools.findChildByName(ptemp, ps[i].ref_); 140 ptemp = ps[i]; 142 ptemp = NodeTools.findChildByName(ptemp, ps[i].name_);
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/util/include/ |
H A D | string_util.h | 39 template <typename T> void DeletePointers(T*** ps, size_t len) in DeletePointers() argument 41 if (ps == nullptr || *ps == nullptr) { in DeletePointers() 44 auto realPs = *ps; in DeletePointers()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/ |
H A D | process_test.cpp | 67 Process ps(mountPath); 68 ps.UpdatePidByPath(); 69 EXPECT_TRUE(ps.GetPath() == mountPath); 70 ps.GetPids();
|
/ohos5.0/docs/zh-cn/application-dev/file-management/ |
H A D | send-file-to-app-sandbox.md | 24 hdc shell ps -ef | grep com.ohos.example 38 ps -ef|grep [hapName] // 通过ps命令找到对应应用的pid
|
/ohos5.0/base/msdp/device_status/libs/src/ |
H A D | devicestatus_algorithm_manager.cpp | 106 for (SensorInfo *ps = sensorInfo; ps < pt; ++ps) { in CheckSensorTypeId() local 107 if (ps->sensorTypeId == sensorTypeId) { in CheckSensorTypeId()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | consumer_surface_test.cpp | 64 static inline sptr<Surface> ps = nullptr; member in OHOS::Rosen::ConsumerSurfaceTest 79 ps = Surface::CreateSurfaceAsProducer(p); in SetUpTestCase() 452 ret = ps->FlushBuffer(buffer, -1, flushConfig); 525 ret = ps->CancelBuffer(buffer); 1115 GSError ret = ps->SetTransform(transform); 1131 GSError ret = ps->SetTransform(transform); 1147 GSError ret = ps->SetTransform(transform); 1163 GSError ret = ps->SetTransform(transform); 1226 ret = ps->CancelBuffer(buffer); 1409 ret = ps->CancelBuffer(buffer); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | errorcode-screenlock.md | 25 1. ps -ef 查看服务是否正在运行,如未处于运行状态,建议重启系统恢复。 26 2. ps -ef 查看服务是否正在运行,如处于运行状态,建议kill服务进程等待自动恢复,如未自动恢复执行处理建议1。
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/video_demo/ |
H A D | avcodec_video_decoder_demo.cpp | 116 sptr<Surface> ps = GetSurface(mode_); in RunCase() local 117 OHNativeWindow *nativeWindow = CreateNativeWindowFromSurface(&ps); in RunCase() 217 sptr<Surface> ps = nullptr; in GetSurface() local 223 ps = Surface::CreateSurfaceAsProducer(p); in GetSurface() 234 ps = window->GetSurfaceNode()->GetSurface(); in GetSurface() 237 return ps; in GetSurface() 451 sptr<Surface> ps = GetSurface(mode_); in OutputFunc() local 452 OHNativeWindow *nativeWindow = CreateNativeWindowFromSurface(&ps); in OutputFunc()
|
/ohos5.0/foundation/multimedia/media_foundation/test/moduletest/video/ |
H A D | api_test.cpp | 477 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); variable 479 window = CreateNativeWindowFromSurface(&ps); 524 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); variable 526 window = CreateNativeWindowFromSurface(&ps); 561 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); variable 563 window = CreateNativeWindowFromSurface(&ps); 608 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); variable 610 window = CreateNativeWindowFromSurface(&ps); 671 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); variable 673 window = CreateNativeWindowFromSurface(&ps); [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_crud_test.cpp | 697 for (int ps = 0; ps < PERFORMANCE_SIZE; ++ps) { variable 698 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performanceData[ps])); 699 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performanceData[ps])); 700 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performanceData[ps])); 701 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performanceData[ps])); 702 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performanceData[ps])); 703 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performanceData[ps]));
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksabort_fuzzer/ |
H A D | hksabort_fuzzer.cpp | 37 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 39 [[maybe_unused]] int ret = HksAbort(&handle, ps.s); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksdeletekey_fuzzer/ |
H A D | hksdeletekey_fuzzer.cpp | 38 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 39 [[maybe_unused]] int ret = HksDeleteKey(&keyAlias, ps.s); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkskeyexist_fuzzer/ |
H A D | hkskeyexist_fuzzer.cpp | 39 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 41 [[maybe_unused]] int ret = HksKeyExist(&keyAlias, ps.s); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksgeneratekey_fuzzer/ |
H A D | hksgeneratekey_fuzzer.cpp | 40 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 42 [[maybe_unused]] int ret = HksGenerateKey(&keyAlias, ps.s, nullptr); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksrename_fuzzer/ |
H A D | hksrename_fuzzer.cpp | 41 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 43 [[maybe_unused]] int ret = HksRenameKeyAlias(&oldKey, ps.s, &newKey); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksexportpublickey_fuzzer/ |
H A D | hksexportpublickey_fuzzer.cpp | 42 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 44 [[maybe_unused]] int ret = HksExportPublicKey(&keyAlias, ps.s, &pubKey); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksinit_fuzzer/ |
H A D | hksinit_fuzzer.cpp | 41 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 43 [[maybe_unused]] int ret = HksInit(&keyAlias, ps.s, &handle, nullptr); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkshash_fuzzer/ |
H A D | hkshash_fuzzer.cpp | 44 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 46 [[maybe_unused]] int ret = HksHash(ps.s, &srcData, &hash); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksimportkey_fuzzer/ |
H A D | hksimportkey_fuzzer.cpp | 45 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 47 [[maybe_unused]] int ret = HksImportKey(&keyAlias, ps.s, &pubKey); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksfinish_fuzzer/ |
H A D | hksfinish_fuzzer.cpp | 45 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 47 [[maybe_unused]] int ret = HksFinish(&handle, ps.s, &inData, &outData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksimportwrappedkey_fuzzer/ |
H A D | hksimportwrappedkey_fuzzer.cpp | 46 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 48 …[[maybe_unused]] int ret = HksImportWrappedKey(&keyAlias, &wrappingKeyAlias, ps.s, &wrappedKeyData… in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksupdate_fuzzer/ |
H A D | hksupdate_fuzzer.cpp | 46 WrapParamSet ps = ConstructHksParamSetFromFuzz(data, size); in DoSomethingInterestingWithMyAPI() local 48 [[maybe_unused]] int ret = HksUpdate(&handle, ps.s, &inData, &outData); in DoSomethingInterestingWithMyAPI()
|