Home
last modified time | relevance | path

Searched refs:SetPropertyInner (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/cmd/include/
H A Dhitrace_osal.h39 bool SetPropertyInner(const std::string& property, const std::string& value);
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_osal.cpp27 bool SetPropertyInner(const std::string& property, const std::string& value) in SetPropertyInner() function
H A Dhitrace_cmd.cpp221 return SetPropertyInner(property, value); in SetProperty()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dset_device_prop_value_data.cpp100 if (!MtpOperationUtils::SetPropertyInner("persist.device.name", value)) { in PaserPropValue()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_auth_client_impl.h68 ResultCode SetPropertyInner(int32_t userId, const SetPropertyRequest &request,
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h66 static bool SetPropertyInner(const std::string &property, const std::string &value);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp174 ResultCode UserAuthClientImpl::SetPropertyInner(int32_t userId, const SetPropertyRequest &request, in SetPropertyInner() function in OHOS::UserIam::UserAuth::UserAuthClientImpl
215 ResultCode result = SetPropertyInner(userId, request, callback); in SetProperty()
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp1526 SetPropertyInner("", "0");
1527 SetPropertyInner(TRACE_PROPERTY, "0");
1542 SetPropertyInner("", "0");
1543 SetPropertyInner(TRACE_PROPERTY, "0");
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp930 if (!SetPropertyInner("persist.device.name", DEFAULT_PRODUCT_NAME)) { in ResetDevicePropResp()
1017 bool MtpOperationUtils::SetPropertyInner(const std::string &property, const std::string &defValue) in SetPropertyInner() function in OHOS::Media::MtpOperationUtils
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp632 if (!SetPropertyInner("persist.device.name", DEFAULT_PRODUCT_NAME)) { in ResetDevicePropResp()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2556 mtpOperUtils->SetPropertyInner(property, defValue);