Searched refs:cArrAppAccountInfo (Results 1 - 5 of 5) sorted by relevance
/base/account/os_account/frameworks/appaccount/cj/include/ |
H A D | appaccount_ffi.h | 71 int id, char *type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)); 73 int id, char *type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo));
|
H A D | appaccount_defination.h | 72 CArrAppAccountInfo cArrAppAccountInfo; member
|
H A D | appaccount_impl.h | 58 int32_t on(std::string type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)); 59 int32_t off(std::string type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo));
|
/base/account/os_account/frameworks/appaccount/cj/src/ |
H A D | appaccount_ffi.cpp | 241 int id, char *type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in FfiAppAccountAppAccountManagerOn() 250 int32_t FfiAppAccountAppAccountManagerOff(int id, char *type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in FfiAppAccountAppAccountManagerOff() argument 240 FfiAppAccountAppAccountManagerOn( int id, char *type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) FfiAppAccountAppAccountManagerOn() argument
|
H A D | appaccount_impl.cpp | 134 res.cArrAppAccountInfo = Convert2CArrAppAccountInfo(appAccounts); in getAccountsByOwner() 299 res.cArrAppAccountInfo = Convert2CArrAppAccountInfo(appAccounts); in getAllAccounts() 323 std::string type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in on() 358 int32_t CJAppAccountImpl::off(std::string type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in off() argument 471 ErrCArrAppAccountInfo ret = {.err = ERR_CJ_INVALID_INSTANCE_CODE, .cArrAppAccountInfo = { in selectAccountByOptions() 493 ret.cArrAppAccountInfo = Convert2CArrAppAccountInfo(names, owners); in selectAccountByOptions() 322 on( std::string type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) on() argument
|
Completed in 3 milliseconds