Searched refs:SetPropertyInner (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/hiviewdfx/hitrace/cmd/include/ |
H A D | hitrace_osal.h | 39 bool SetPropertyInner(const std::string& property, const std::string& value);
|
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/ |
H A D | hitrace_osal.cpp | 27 bool SetPropertyInner(const std::string& property, const std::string& value) in SetPropertyInner() function
|
H A D | hitrace_cmd.cpp | 221 return SetPropertyInner(property, value); in SetProperty()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | set_device_prop_value_data.cpp | 100 if (!MtpOperationUtils::SetPropertyInner("persist.device.name", value)) { in PaserPropValue()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/ |
H A D | user_auth_client_impl.h | 68 ResultCode SetPropertyInner(int32_t userId, const SetPropertyRequest &request,
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_operation_utils.h | 66 static bool SetPropertyInner(const std::string &property, const std::string &value);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_auth_client_impl.cpp | 174 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 D | hitrace_ndk_test.cpp | 1526 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 D | mtp_operation_utils.cpp | 930 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 D | mock_mtp_operation_utils.cpp | 632 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 D | mtp_native_test.cpp | 2556 mtpOperUtils->SetPropertyInner(property, defValue);
|