Home
last modified time | relevance | path

Searched refs:Readfile (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h96 std::string Readfile(const std::string &filePath);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp477 std::string ComponentLoader::Readfile(const std::string &filePath) in Readfile() function in OHOS::DistributedHardware::ComponentLoader
484 DHLOGE("filePath: %{public}s Readfile fail", filePath.c_str()); in Readfile()
514 std::string jsonStr = Readfile(componentProfilePath); in ParseConfig()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp194 * @tc.desc: Verify the Readfile function.
201 auto ret = ComponentLoader::GetInstance().Readfile(filePath); in HWTEST_F()

Completed in 3 milliseconds