Home
last modified time | relevance | path

Searched refs:SoftbusSetConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_feature_config.h32 int SoftbusSetConfig(ConfigType type, const unsigned char *val, uint32_t len);
/ohos5.0/foundation/communication/dsoftbus/core/common/softbus_property/
H A Dsoftbus_feature_config.c356 int SoftbusSetConfig(ConfigType type, const unsigned char *val, uint32_t len) in SoftbusSetConfig() function
406 sets.SetConfig = &SoftbusSetConfig; in SoftbusConfigInit()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp174 SoftbusSetConfig(SOFTBUS_INT_AUTH_ABILITY_COLLECTION, &val, sizeof(val)); in ClientFSMCreate()