| /base/telephony/cellular_call/services/ims_service_interaction/src/ |
| H A D | ims_call_proxy.cpp | 642 int32_t ImsCallProxy::SetPausePicture(int32_t slotId, int32_t callIndex, const std::string &path)
in SetPausePicture() argument 653 if (!in.WriteString(path)) {
in SetPausePicture() 654 TELEPHONY_LOGE("Write path fail!");
in SetPausePicture()
|
| /base/telephony/cellular_call/test/unittest/imstest/ |
| H A D | zero_branch_test.cpp | 907 std::string path = ""; in HWTEST_F() local 917 ASSERT_EQ(imsVideoCallControl->SetPausePicture(SIM1_SLOTID, DEFAULT_INDEX, path), INVALID_VALUE); in HWTEST_F() 932 ASSERT_EQ(imsVideoCallControl->SetPausePicture(SIM1_SLOTID, DEFAULT_INDEX, path), TELEPHONY_SUCCESS); in HWTEST_F()
|
| /foundation/ability/idl_tool/test/hdi_unittest/battery_v2_0/cpp_target/battery/v2_0/ |
| H A D | battery_interface_stub.cpp.txt | 291 HDF_LOGE("%{public}s: read path failed", __func__); 294 std::string path = pathCp; 301 int32_t batteryInterfaceRet = impl->ChangePath(path);
|
| /foundation/ability/idl_tool/test/hdi_unittest/battery_v1_1/cpp_target/battery/v1_1/ |
| H A D | battery_interface_stub.cpp.txt | 263 HDF_LOGE("%{public}s: read path failed", __func__); 266 std::string path = pathCp; 273 int32_t batteryInterfaceRet = impl->ChangePath(path);
|
| /foundation/ability/idl_tool/test/hdi_unittest/battery_v1_2/cpp_target/battery/v1_2/ |
| H A D | battery_interface_stub.cpp.txt | 291 HDF_LOGE("%{public}s: read path failed", __func__); 294 std::string path = pathCp; 301 int32_t batteryInterfaceRet = impl->ChangePath(path);
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/ |
| H A D | v2_change_observation.ts | 607 * calls UpdateElement, thereby avoids the long and frequent code path from 633 // This is the code path similar to V2, follows the rule that UI updates on VSYNC. 635 // On next VSYNC runs FlushDirtyNodesUpdate to call rerender to call UpdateElement. Much longer code path
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | resource_adapter_impl_v2.cpp | 64 bool IsDirExist(const std::string& path) in IsDirExist() argument 67 CHECK_NULL_RETURN(realpath(path.c_str(), realPath), false); in IsDirExist() 624 TAG_LOGW(AceLogTag::ACE_RESOURCE, "Get media path by name error, resName=%{public}s, errorCode=%{public}u", in GetMediaPathByName()
|
| /foundation/arkui/ui_lite/frameworks/font/ |
| H A D | ui_font_vector.cpp | 459 int8_t UIFontVector::SetFontPath(const char* path, FontType type) in SetFontPath() argument 461 if (path == nullptr) { in SetFontPath() 464 ttfDir_ = path; in SetFontPath()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
| H A D | drawing_canvas.h | 210 * @brief Draws a path. 487 * @brief Clip a path. 645 * @brief Use circular light to draw an offset spot shadow and outlining ambient shadow for the given path.
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
| H A D | ext_decoder_test.cpp | 560 std::string key = "Path";
in HWTEST_F() 562 std::string path = "void";
in HWTEST_F() local 563 uint32_t ret = extDecoder->ModifyImageProperty(index, key, value, path);
in HWTEST_F()
|
| /foundation/systemabilitymgr/samgr/frameworks/native/source/ |
| H A D | system_ability_manager_proxy.cpp | 73 char path[PATH_MAX] = {'\0'}; in InitSamgrProxy() local 74 if (realpath(info.dli_fname, path) == nullptr) { in InitSamgrProxy() 79 SplitStr(path, "/", strVector); in InitSamgrProxy()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
| H A D | distributeddb_schema_object_test.cpp | 576 * @tc.steps: step2. Parse invalid schema with invalid path in HWTEST_F() 584 * @tc.steps: step3. Parse invalid schema with path not exist in HWTEST_F() 592 * @tc.steps: step4. Parse invalid schema with path not indexable in HWTEST_F()
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| H A D | rdb_store.h | 444 * @param databasePath Indicates the database file path. 508 * @brief Get database path. 535 * @param backupPath Indicates the name that saves the database file path.
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/ |
| H A D | component_loader_test.cpp | 300 const char *PATH = "PATH"; in HWTEST_F() local 312 cJSON_AddItemToObject(json0bject, PATH, compVers); in HWTEST_F()
|
| /test/xts/acts/commonlibrary/ets_utils/process_lib_standard/entry/src/ohosTest/js/test/ |
| H A D | Process.test.js | 758 let pri = process.getEnvironmentVar("PATH")
772 let pri = process.getEnvironmentVar("PATH")
1167 let pri = pro.getEnvironmentVar("PATH")
|
| /test/xts/acts/global/global_stage/entry/src/ohosTest/ets/test/ |
| H A D | globalstage.test.ets | 544 * @tc.name : getRawFdSync with path
566 * @tc.name : getRawFileListSync with path
587 * @tc.name : getRawFileContentSync with path
|
| /test/xts/acts/multimedia/audio/audio_js_standard/OhAudioNdk/entry/src/ohosTest/ets/test/ |
| H A D | OHCapturerNew.test.ets | 282 console.info('[rawfile_copy_to_sandbox] sandbox path:' + dir);
316 console.info('[wavfile_copy_to_sandbox] sandbox path:' + dir);
697 console.info('[wavfile_copy_to_sandbox] sandbox path:' + dir);
|
| /test/xts/acts/telephony/networkmanager/networksecurity/networksecuritytest/entry/src/ohosTest/ets/test/ |
| H A D | netWorkSecurity.test.ets | 54 async function writeFile(path: string) { 58 derPath = context.filesDir + '/' + path; 60 const model_buffer = await getRawFileContentWrapper(path);
|
| /third_party/f2fs-tools/tools/f2fs_io/ |
| H A D | f2fs_io.c | 931 " src_path : path to source file\n" \ 932 " dst_path : path to destination file\n" \ 1191 "f2fs_io filename_encrypt_mode [file or directory path]\n\n" \
|
| /third_party/curl/tests/server/ |
| H A D | tftpd.c | 623 path = argv[arg]; in main() 637 " --srcdir [path]"); in main() 1153 logmsg("no slash found in path"); in validate_access()
|
| /third_party/f2fs-tools/fsck/ |
| H A D | main.c | 139 MSG(0, " -f source directory [path of the source directory]\n"); in sload_usage() 143 MSG(0, " -t mount point [prefix of target fs path, default:/]\n"); in sload_usage() 818 c.devices[0].path = strdup(argv[optind]); in f2fs_parse_options()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | libsrt.c | 390 char hostname[1024],proto[1024],path[1024]; in libsrt_setup() local 396 &port, path, sizeof(path), uri); in libsrt_setup()
|
| /third_party/curl/lib/ |
| H A D | tftp.c | 465 file name so we skip the always-present first letter of the path in tftp_send_first() 467 result = Curl_urldecode(&state->data->state.up.path[1], 0, in tftp_send_first() 1378 type = strstr(data->state.up.path, ";mode="); in tftp_setup_connection()
|
| /third_party/curl/scripts/ |
| H A D | checksrc.pl | 514 my ($pre, $path) = ($1, $2); 515 if($includes{$path}) { 519 $includes{$path} = $l;
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | propagateNoContraction.cpp | 482 // assignee is 'precise'. Otherwise it shows the path to the nested 679 // Pop the front access chain index from the path, and visit the nested node. 774 // the right. So we need the path from the left node to its nested 'precise' node to
|